[Bug middle-end/19931] gcc 3.4.x. internal compiler error: Segmentation fault; cross-powerpc on winxp

2005-02-16 Thread andrzejn at kom-net dot pl
--- 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 in

[Bug c/19931] New: gcc 3.4.x. internal compiler error: Segmentation fault; cross-powerpc on winxp

2005-02-12 Thread andrzejn at kom-net dot pl
= { 0 }; static void __attribute__((__used__)) __do_global_ctors_aux (void) { func_ptr *p; for (p = __CTOR_END__ - 1; *p != (func_ptr) -1; p--) (*p) (); } static void __attribute__((__used__)) call___do_global_ctors_aux (void) { asm ("\t.section\t\".init\",\"ax\""); __do_global_ctors_aux (); asm ("\t.section\t\".text\""); } ### # end of the preprocessed file (*.i*) # ### -- Summary: gcc 3.4.x. internal compiler error: Segmentation fault; cross-powerpc on winxp Product: gcc Version: 3.4.2 Status: UNCONFIRMED Severity: normal Priority: P2 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: andrzejn at kom-net dot pl CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: i686-pc-mingw32 GCC host triplet: i686-pc-mingw32 GCC target triplet: powerpc-unknown-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19931