Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Fortran/gfortran/regression/DisabledFiles.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -1011,7 +1011,6 @@ file(GLOB FAILING_FILES CONFIGURE_DEPENDS
allocate_error_8.f90
do_concurrent_12.f90
do_concurrent_15.f90
empty_derived_type_2.f90
interface_51.f90
interface_52.f90
proc_ptr_56.f90
Expand Down
4 changes: 4 additions & 0 deletions Fortran/gfortran/regression/override.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,3 +139,7 @@
# on big endian target.
"unsigned_21.f90":
disabled_on: ["powerpc-*-aix"]

# Flang now diagnoses empty BIND(C) derived types as errors.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you mind providing a bit more context here? Something like the following.

Suggested change
# Flang now diagnoses empty BIND(C) derived types as errors.
# Flang now diagnoses empty BIND(C) derived types as errors. gfortran issues
# a warning in this case.

"empty_derived_type.f90":
xfail: true