[Bug fortran/58991] New: ICE with associate and character string constant

vladimir.fuka at gmail dot com gcc-bugzilla@gcc.gnu.org
Mon Nov 4 21:30:00 GMT 2013


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58991

            Bug ID: 58991
           Summary: ICE with associate and character string constant
           Product: gcc
           Version: 4.8.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: vladimir.fuka at gmail dot com

Connected or duplicate of http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58618 ?


>cat assoc.f90

associate (x=>"abc")
end associate
end


> gfortran assoc.f90 
f951: internal compiler error: Neoprávněný přístup do paměti (SIGSEGV)
0x87f0bf crash_signal
        ../../gcc-4.8-20131003/gcc/toplev.c:332
0x5751c1 resolve_fl_variable
        ../../gcc-4.8-20131003/gcc/fortran/resolve.c:11261
0x5751c1 resolve_symbol
        ../../gcc-4.8-20131003/gcc/fortran/resolve.c:13719
0x593b73 do_traverse_symtree
        ../../gcc-4.8-20131003/gcc/fortran/symbol.c:3575
0x572c44 resolve_types
        ../../gcc-4.8-20131003/gcc/fortran/resolve.c:14906
0x573610 gfc_resolve
        ../../gcc-4.8-20131003/gcc/fortran/resolve.c:15006
0x580630 gfc_resolve
        ../../gcc-4.8-20131003/gcc/fortran/resolve.c:14999
0x580630 resolve_block_construct
        ../../gcc-4.8-20131003/gcc/fortran/resolve.c:9367
0x580630 resolve_code
        ../../gcc-4.8-20131003/gcc/fortran/resolve.c:10316
0x58272e resolve_codes
        ../../gcc-4.8-20131003/gcc/fortran/resolve.c:14980
0x573622 gfc_resolve
        ../../gcc-4.8-20131003/gcc/fortran/resolve.c:15008
0x568122 resolve_all_program_units
        ../../gcc-4.8-20131003/gcc/fortran/parse.c:4406
0x568122 gfc_parse_file()
        ../../gcc-4.8-20131003/gcc/fortran/parse.c:4673
0x5a3845 gfc_be_parse_file
        ../../gcc-4.8-20131003/gcc/fortran/f95-lang.c:189
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.


More information about the Gcc-bugs mailing list