[Bug target/31975] [4.3 Regression] segfault in try_split on mips during bootstrap

2007-05-29 Thread daney at gcc dot gnu dot org
--- Comment #16 from daney at gcc dot gnu dot org 2007-05-30 04:21 --- Subject: Bug 31975 Author: daney Date: Wed May 30 04:21:24 2007 New Revision: 125178 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=125178 Log: PR gcc/31975 * config/mips/mips.c

[Bug target/31975] [4.3 Regression] segfault in try_split on mips during bootstrap

2007-05-29 Thread daney at gcc dot gnu dot org
--- Comment #17 from daney at gcc dot gnu dot org 2007-05-30 04:38 --- Fix committed to the trunk. -- daney at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/31975] [4.3 Regression] segfault in try_split on mips during bootstrap

2007-05-25 Thread daney at gcc dot gnu dot org
--- Comment #13 from daney at gcc dot gnu dot org 2007-05-25 08:16 --- Created an attachment (id=13610) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13610action=view) Proposed patch. I will bootstrap and test the attached patch. It allows my cross build to complete. -- daney

[Bug target/31975] [4.3 Regression] segfault in try_split on mips during bootstrap

2007-05-25 Thread pinskia at gcc dot gnu dot org
--- Comment #14 from pinskia at gcc dot gnu dot org 2007-05-25 08:32 --- RS6000, ia64, and sh does this: /* Mark the end of the (empty) prologue. */ emit_note (NOTE_INSN_PROLOGUE_END); You might want to use that note also for MIPS. --

[Bug target/31975] [4.3 Regression] segfault in try_split on mips during bootstrap

2007-05-25 Thread richard at codesourcery dot com
--- Comment #15 from richard at codesourcery dot com 2007-05-25 14:13 --- Subject: Re: [4.3 Regression] segfault in try_split on mips during bootstrap David, msny thanks for looking at this. pinskia at gcc dot gnu dot org [EMAIL PROTECTED] writes: RS6000, ia64, and sh does this:

[Bug target/31975] [4.3 Regression] segfault in try_split on mips during bootstrap

2007-05-23 Thread daney at gcc dot gnu dot org
--- Comment #11 from daney at gcc dot gnu dot org 2007-05-24 06:06 --- Reduced testcase: g++.dg/abi/thunk3.C -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31975

[Bug target/31975] [4.3 Regression] segfault in try_split on mips during bootstrap

2007-05-23 Thread daney at gcc dot gnu dot org
--- Comment #12 from daney at gcc dot gnu dot org 2007-05-24 06:08 --- Fails with: -mno-shared OK with: -mshared -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31975

[Bug target/31975] [4.3 Regression] segfault in try_split on mips during bootstrap

2007-05-22 Thread daney at gcc dot gnu dot org
--- Comment #10 from daney at gcc dot gnu dot org 2007-05-22 16:21 --- This bug was triggered on the trunk by: $ svn log -r 124258 r124258 | hubicka | 2007-04-28 01:20:08 -0700 (Sat, 28 Apr 2007) | 50 lines

[Bug target/31975] [4.3 Regression] segfault in try_split on mips during bootstrap

2007-05-21 Thread daney at gcc dot gnu dot org
--- Comment #9 from daney at gcc dot gnu dot org 2007-05-22 05:38 --- Confirmed on a cross compiler configured: ../t1/configure --target=mipsel-linux --with-sysroot=/usr/local/mipsel-linux-test --prefix=/usr/local/mipsel-linux-test --with-arch=mips32 --with-float=soft

[Bug target/31975] [4.3 Regression] segfault in try_split on mips during bootstrap

2007-05-20 Thread daney at gcc dot gnu dot org
--- Comment #6 from daney at gcc dot gnu dot org 2007-05-20 07:11 --- (In reply to comment #5) With: /home/tbm/scratch/gcc/configure -v --enable-languages=c,c++ --disable-werror mipsel-linux-gnu I get the same segfault in gcc/libstdc++-v3/src/fstream-inst.cc Can you

[Bug target/31975] [4.3 Regression] segfault in try_split on mips during bootstrap

2007-05-20 Thread tbm at cyrius dot com
--- Comment #7 from tbm at cyrius dot com 2007-05-20 08:47 --- And finally, I can confirm that it works when I specify --disable-static. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31975

[Bug target/31975] [4.3 Regression] segfault in try_split on mips during bootstrap

2007-05-20 Thread tbm at cyrius dot com
--- Comment #8 from tbm at cyrius dot com 2007-05-20 10:44 --- (In reply to comment #6) (In reply to comment #5) With: /home/tbm/scratch/gcc/configure -v --enable-languages=c,c++ --disable-werror mipsel-linux-gnu I get the same segfault in

[Bug target/31975] [4.3 Regression] segfault in try_split on mips during bootstrap

2007-05-19 Thread tbm at cyrius dot com
--- Comment #4 from tbm at cyrius dot com 2007-05-19 16:12 --- I can reproduce it with /home/tbm/scratch/gcc/configure -v --enable-languages=c,c++ --enable-__cxa_atexit --enable-clocale=gnu --disable-libssp --disable-werror mipsel-linux-gnu with current SVN. --

[Bug target/31975] [4.3 Regression] segfault in try_split on mips during bootstrap

2007-05-19 Thread tbm at cyrius dot com
--- Comment #5 from tbm at cyrius dot com 2007-05-19 20:44 --- With: /home/tbm/scratch/gcc/configure -v --enable-languages=c,c++ --disable-werror mipsel-linux-gnu I get the same segfault in gcc/libstdc++-v3/src/fstream-inst.cc -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31975

[Bug target/31975] [4.3 Regression] segfault in try_split on mips during bootstrap

2007-05-18 Thread daney at gcc dot gnu dot org
--- Comment #2 from daney at gcc dot gnu dot org 2007-05-18 17:31 --- Currently building mipsel-unknown-linux-gnu. # cat LAST_UPDATED Wed May 16 12:35:18 PDT 2007 Wed May 16 19:35:18 UTC 2007 (revision 124776) libstdc++-v3 was built without ICEing (currently building in libjava). The

[Bug target/31975] [4.3 Regression] segfault in try_split on mips during bootstrap

2007-05-18 Thread tbm at cyrius dot com
--- Comment #3 from tbm at cyrius dot com 2007-05-18 18:45 --- I started a build on my mipsel box too and it has failed in the same way as on mips. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31975

[Bug target/31975] [4.3 Regression] segfault in try_split on mips during bootstrap

2007-05-17 Thread tbm at cyrius dot com
--- Comment #1 from tbm at cyrius dot com 2007-05-17 15:20 --- Created an attachment (id=13570) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13570action=view) preprocessed source -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31975

[Bug target/31975] [4.3 Regression] segfault in try_split on mips during bootstrap

2007-05-17 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot |