https://gcc.gnu.org/bugzilla/show_bug.cgi?id=34500

markeggleston at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |markeggleston at gcc dot 
gnu.org

--- Comment #7 from markeggleston at gcc dot gnu.org ---
On Debian 9 (x86_64) the ICE is:

    1 | function test() bind(C)
      | 
internal compiler error: Segmentation fault
0xd6220f crash_signal
        ../../gcc/gcc/toplev.c:328
0x782a0f contains_struct_check(tree_node*, tree_node_structure_enum, char
const*, int, char const*)
        ../../gcc/gcc/tree.h:3386
0x782a0f build_entry_thunks
        ../../gcc/gcc/fortran/trans-decl.c:2893
0x782a0f gfc_create_function_decl(gfc_namespace*, bool)
        ../../gcc/gcc/fortran/trans-decl.c:3047
0x78cb92 gfc_generate_function_code(gfc_namespace*)
        ../../gcc/gcc/fortran/trans-decl.c:6717
0x706f98 translate_all_program_units
        ../../gcc/gcc/fortran/parse.c:6302
0x706f98 gfc_parse_file()
        ../../gcc/gcc/fortran/parse.c:6541
0x7522ff gfc_be_parse_file
        ../../gcc/gcc/fortran/f95-lang.c:210

using trunk (r280100).

Reply via email to