https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89843
Bug ID: 89843 Summary: CFI_section delivers incorrect result descriptor Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: Bader at lrz dot de Target Milestone: --- Created attachment 46031 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46031&action=edit UNIX archive with test case The source code in the attached archive can be compiled with gcc -c section_01_pos.c gfortran section_01_pos.f90 section_01_pos.o Running the executable reveals that CFI_section does not produce a correct descriptor. Both queries for contiguity and the size of the resulting array deliver incorrect values.