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]

-fssa problem in mainline



I tried to compile glibc with the current GCC 3.1 CVS version and got
a segv running localedef.

After further investigation and locating the miscompiled failure, I
played around with the compiler flags.  The problem was that I used
-fssa together with -O3 -freorder-blocks.  After removing -fssa I
could build the file without problems.

The file that seems to have been miscompiled was
locale/programs/ld-collate.c, just changing the flags in this file
fixed the segmentation fault.  I can send the preprocessed file if
needed but since SSA is currently in flux and unstable I just wanted
to point out this problem for future reference.

Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj


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