This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/50721] [4.6/4.7 Regression] Segfault of -O0 compiled program on x86_64 related to register allocator


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

--- Comment #9 from Bernd Schmidt <bernds at gcc dot gnu.org> 2011-10-14 13:29:35 UTC ---
Hmm, even without understanding Fortran it looks like 

  real(fgsl_double) :: ra, xa(10), ya(10), da(10), di(10), d(2)

declares d as a 2 element array, but

#0  gsl_poly_dd_taylor (c=0x7fffffffd930, xp=0, dd=0x7fffffffd980,
xa=0x7fffffffd8d0, size=3, w=0x7fffffffd9d0)
(gdb) p size
$16 = 3

For the moment I'll assume user error.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]