------- Comment #4 from fxcoudert at gcc dot gnu dot org  2005-10-18 12:42 
-------
This bug disappeared in mainline CVS. However, with gfortran version 4.0.3
20051018 (prerelease), it is still there:

$ ./bin/gfortran -c a.f90
a.f90:0: internal compiler error: Segmentation fault

Backtrace:

#0  gfc_resolve_expr (e=0xa44c488) at ../../gcc/gcc/fortran/resolve.c:551
#1  0x0807bb2d in gfc_resolve_expr (e=0xa44c260)
    at ../../gcc/gcc/fortran/resolve.c:557
#2  0x0807f328 in resolve_values (sym=0xa44c2f8)
    at ../../gcc/gcc/fortran/resolve.c:4071
#3  0x0808a154 in traverse_ns (st=0xa44c2d8, func=0x807f310 <resolve_values>)
    at ../../gcc/gcc/fortran/symbol.c:2328
#4  0x0807fcdf in gfc_resolve (ns=0xa44bef0)
    at ../../gcc/gcc/fortran/resolve.c:5287
#5  0x0807fc05 in gfc_resolve (ns=0xa44b818)
    at ../../gcc/gcc/fortran/resolve.c:5269
#6  0x080769e9 in gfc_parse_file () at ../../gcc/gcc/fortran/parse.c:2622
#7  0x0808bd2a in gfc_be_parse_file (set_yydebug=0)
    at ../../gcc/gcc/fortran/f95-lang.c:265
#8  0x082d3fa5 in toplev_main (argc=2, argv=0xbf891f74)
    at ../../gcc/gcc/toplev.c:1010
#9  0x00861d5f in __libc_start_main () from /lib/libc.so.6
#10 0x0804aba1 in _start ()


-- 

fxcoudert at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|                            |4.0.3
      Known to work|                            |4.1.0
            Summary|ICE: segmentation fault     |[4.0 only] ICE: segmentation
                   |                            |fault
            Version|4.1.0                       |4.0.3


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

Reply via email to