http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45827
Joost VandeVondele <Joost.VandeVondele at pci dot uzh.ch> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |burnus at gcc dot gnu.org Known to work| |4.5.2 Target Milestone|--- |4.6.0 Summary|mio_component_ref(): |[4.6 Regression] ice in |Component not found when |create_int_parameter_array |mixing f90 and f03 in large | |projects | Known to fail| |4.6.0 --- Comment #2 from Joost VandeVondele <Joost.VandeVondele at pci dot uzh.ch> 2010-09-29 08:57:40 UTC --- Program received signal SIGSEGV, Segmentation fault. 0x0000000000504fee in create_int_parameter_array (name=<value optimized out>, size=2, value=0x144e150, modname=<value optimized out>, module=INTMOD_ISO_FORTRAN_ENV, id=22) at /data03/vondele/gcc_trunk/gcc/gcc/fortran/module.c:5345 5345 e->shape = gfc_get_shape (1); (gdb) bt #0 0x0000000000504fee in create_int_parameter_array (name=<value optimized out>, size=2, value=0x144e150, modname=<value optimized out>, module=INTMOD_ISO_FORTRAN_ENV, id=22) at /data03/vondele/gcc_trunk/gcc/gcc/fortran/module.c:5345 #1 0x0000000000505709 in use_iso_fortran_env_module () at /data03/vondele/gcc_trunk/gcc/gcc/fortran/iso-fortran-env.def:97 #2 0x000000000050b27d in gfc_use_module () at /data03/vondele/gcc_trunk/gcc/gcc/fortran/module.c:5541 #3 0x0000000000510905 in accept_statement (st=20866384) at /data03/vondele/gcc_trunk/gcc/gcc/fortran/parse.c:1574 #4 0x00000000005136a0 in parse_spec (st=ST_USE) at /data03/vondele/gcc_trunk/gcc/gcc/fortran/parse.c:2588 #5 0x0000000000514de6 in parse_progunit (st=20866384) at /data03/vondele/gcc_trunk/gcc/gcc/fortran/parse.c:3922 #6 0x0000000000516035 in gfc_parse_file () at /data03/vondele/gcc_trunk/gcc/gcc/fortran/parse.c:4357 #7 0x000000000054fb8d in gfc_be_parse_file (set_yydebug=<value optimized out>) at /data03/vondele/gcc_trunk/gcc/gcc/fortran/f95-lang.c:242 #8 0x00000000008667cd in toplev_main (argc=14, argv=0x7fff8331e858) at /data03/vondele/gcc_trunk/gcc/gcc/toplev.c:955 #9 0x00007f771ead8436 in __libc_start_main () from /lib64/libc.so.6 #10 0x00000000004ab1b9 in _start ()