This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/19931] gcc 3.4.x. internal compiler error: Segmentation fault; cross-powerpc on winxp
- From: "andrzejn at kom-net dot pl" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 16 Feb 2005 21:53:24 -0000
- Subject: [Bug middle-end/19931] gcc 3.4.x. internal compiler error: Segmentation fault; cross-powerpc on winxp
- References: <20050212215524.19931.andrzejn@kom-net.pl>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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