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 middle-end/19931] gcc 3.4.x. internal compiler error: Segmentation fault; cross-powerpc on winxp


------- Additional Comments From andrzejn at kom-net dot pl  2005-02-16 21:53 -------
=============================================
I Have to reopen this bug.
After applyed patch (see comments #1 - '2004-10-13  Richard Henderson, Bug #17384') for crtstuff.c I still have the same internal gcc error. After patch the only change is in the crtstuff.i file (at the end of it) where instead of:
static int __FRAME_END__[]
     __attribute__ ((unused, mode(SI), section(".eh_frame"),
       aligned(4)))
     = { 0 };
there is:
static int __FRAME_END__[]
     __attribute__ ((unused, section(".eh_frame"),
       aligned(int32)))
     = { 0 };
This gcc error has raised a bit erlier when compiling crtstuff.c to produce crtbegin.o, but after -save-temps and copy crtstuff.c to crtstuff1.c ... crtstuff4.c the error has moved to crtend.o as reported.

Andrzej N.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|FIXED                       |


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


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