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

Kazumoto Kojima <kkojima at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
   Last reconfirmed|                            |2010.09.25 23:16:59
               date|                            |
                 CC|                            |kkojima at gcc dot gnu.org
         Resolution|INVALID                     |
     Ever Confirmed|0                           |1

--- Comment #3 from Kazumoto Kojima <kkojima at gcc dot gnu.org> 2010-09-25 
23:16:59 UTC ---
I've got similar failures on cross sh4-linux.  gfortran.log says
that f951 segfaults for these tests.  gdb shows that the segfault
happens at

Program received signal SIGSEGV, Segmentation fault.
0x0811130c in create_int_parameter_array (name=<value optimized out>, size=2, 
    value=0x8b18bb0, id=22, module=<value optimized out>, 
    modname=<value optimized out>)
    at ../../ORIG/trunk/gcc/fortran/module.c:5345
5345      e->shape = gfc_get_shape (1);

When building f951, there was a warning

../trunk/gcc/fortran/module.c: In function 'create_int_parameter_array':
../trunk/gcc/fortran/module.c:5346: warning: 'e' may be used uninitialized in
this function

with my fedora environment.  It looks that there is still something wrong.

Reply via email to