[Bug bootstrap/43287] [4.5 Regression] Bootstrap fails at stage 1 on powerpc-apple-darwin9

2010-03-10 Thread rguenth at gcc dot gnu dot org
--- Comment #19 from rguenth at gcc dot gnu dot org 2010-03-10 16:33 --- Fixed (I assume). -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug bootstrap/43287] [4.5 Regression] Bootstrap fails at stage 1 on powerpc-apple-darwin9

2010-03-10 Thread howarth at nitro dot med dot uc dot edu
--- Comment #20 from howarth at nitro dot med dot uc dot edu 2010-03-10 22:52 --- According to... http://gcc.gnu.org/regtest/HEAD/native-lastbuild.txt.gzip it is fixed for powerpc-apple-darwin9. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43287

[Bug bootstrap/43287] [4.5 Regression] Bootstrap fails at stage 1 on powerpc-apple-darwin9

2010-03-09 Thread dominiq at lps dot ens dot fr
--- Comment #12 from dominiq at lps dot ens dot fr 2010-03-09 08:08 --- Bootstrapping all languages minus ADA with the patch in comment #10 succeeded at revision 157293. Needs testing on darwin as well as verification that there really isn't any indirection etc. missed (i.e. that

[Bug bootstrap/43287] [4.5 Regression] Bootstrap fails at stage 1 on powerpc-apple-darwin9

2010-03-09 Thread dominiq at lps dot ens dot fr
--- Comment #13 from dominiq at lps dot ens dot fr 2010-03-09 08:49 --- AFAICT the patch in comment #10 affects only powerpc-apple-darwin*. Could it be committed now in order to allow the automatic tester 'regress' to start again? --

[Bug bootstrap/43287] [4.5 Regression] Bootstrap fails at stage 1 on powerpc-apple-darwin9

2010-03-09 Thread developer at sandoe-acoustics dot co dot uk
--- Comment #14 from developer at sandoe-acoustics dot co dot uk 2010-03-09 08:54 --- (In reply to comment #12) Bootstrapping all languages minus ADA with the patch in comment #10 succeeded at revision 157293. at 157294 (minus ada and java) with the patch. I see the following new

[Bug bootstrap/43287] [4.5 Regression] Bootstrap fails at stage 1 on powerpc-apple-darwin9

2010-03-09 Thread dominiq at lps dot ens dot fr
--- Comment #15 from dominiq at lps dot ens dot fr 2010-03-09 09:14 --- at 157294 (minus ada and java) with the patch. I see the following new 4.5 regressions (possibly unrelated) FAIL: gcc.dg/vmx/7-01.c -O3 -g (internal compiler error) FAIL: gcc.dg/vmx/7-01.c -O3 -g (test for

[Bug bootstrap/43287] [4.5 Regression] Bootstrap fails at stage 1 on powerpc-apple-darwin9

2010-03-09 Thread dominiq at lps dot ens dot fr
--- Comment #16 from dominiq at lps dot ens dot fr 2010-03-09 10:01 --- Backtrace of run -maltivec -O1 -g /opt/gcc/_gcc_clean/gcc/testsuite/gcc.dg/vmx/7-01.c: (gdb) bt #0 fancy_abort (file=0x81ed14 ../../gcc-4.5-work/gcc/simplify-rtx.c, line=2958, function=0x9f3c14

[Bug bootstrap/43287] [4.5 Regression] Bootstrap fails at stage 1 on powerpc-apple-darwin9

2010-03-09 Thread jakub at gcc dot gnu dot org
--- Comment #17 from jakub at gcc dot gnu dot org 2010-03-09 12:22 --- The vmx/{fft,7-01{,a}}.c failures are tracked in PR43304. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43287

[Bug bootstrap/43287] [4.5 Regression] Bootstrap fails at stage 1 on powerpc-apple-darwin9

2010-03-09 Thread jakub at gcc dot gnu dot org
--- Comment #18 from jakub at gcc dot gnu dot org 2010-03-10 07:51 --- Subject: Bug 43287 Author: jakub Date: Wed Mar 10 07:51:17 2010 New Revision: 157334 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=157334 Log: PR bootstrap/43287 * config/rs6000/rs6000.c

[Bug bootstrap/43287] [4.5 Regression] Bootstrap fails at stage 1 on powerpc-apple-darwin9

2010-03-08 Thread dominiq at lps dot ens dot fr
--- Comment #1 from dominiq at lps dot ens dot fr 2010-03-08 11:08 --- Created an attachment (id=20042) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20042action=view) file libgcc2.i -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43287

[Bug bootstrap/43287] [4.5 Regression] Bootstrap fails at stage 1 on powerpc-apple-darwin9

2010-03-08 Thread jakub at gcc dot gnu dot org
--- Comment #2 from jakub at gcc dot gnu dot org 2010-03-08 11:13 --- Can you provide backtrace where it SIGBUSes? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43287

[Bug bootstrap/43287] [4.5 Regression] Bootstrap fails at stage 1 on powerpc-apple-darwin9

2010-03-08 Thread dominiq at lps dot ens dot fr
--- Comment #3 from dominiq at lps dot ens dot fr 2010-03-08 11:17 --- Can you provide backtrace where it SIGBUSes? I tried with a breakpoint in gdb for fancy_abort, but only got ../../../../gcc-4.5-work/libgcc/../gcc/libgcc2.c:1526:1: internal compiler error: Bus error Please submit

[Bug bootstrap/43287] [4.5 Regression] Bootstrap fails at stage 1 on powerpc-apple-darwin9

2010-03-08 Thread jakub at gcc dot gnu dot org
--- Comment #4 from jakub at gcc dot gnu dot org 2010-03-08 11:50 --- That seems like you've tried to debug xgcc instead of cc1. Of course the backtrace from cc1 is interesting, not from xgcc (which doesn't SIGBUS). Run xgcc with additional -v option, and copypaste the cc1 command line

[Bug bootstrap/43287] [4.5 Regression] Bootstrap fails at stage 1 on powerpc-apple-darwin9

2010-03-08 Thread dominiq at lps dot ens dot fr
--- Comment #5 from dominiq at lps dot ens dot fr 2010-03-08 12:45 --- (gdb) run -fpreprocessed libgcc2.i -feliminate-unused-debug-symbols -fPIC -quiet -dumpbase libgcc2.c -m64 -mmacosx-version-min=10.4 -auxbase-strip _floatdisf.o -g -O2 -W -Wall -Wwrite-strings -Wcast-qual

[Bug bootstrap/43287] [4.5 Regression] Bootstrap fails at stage 1 on powerpc-apple-darwin9

2010-03-08 Thread howarth at nitro dot med dot uc dot edu
--- Comment #6 from howarth at nitro dot med dot uc dot edu 2010-03-08 14:08 --- i686-apple-darwin10 built fine at 157264 and 157265/156266 are commits to the melt-branch. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43287

[Bug bootstrap/43287] [4.5 Regression] Bootstrap fails at stage 1 on powerpc-apple-darwin9

2010-03-08 Thread howarth at nitro dot med dot uc dot edu
--- Comment #7 from howarth at nitro dot med dot uc dot edu 2010-03-08 17:50 --- regress is failing from this... http://gcc.gnu.org/regtest/HEAD/native-lastbuild.txt.gzip -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43287

[Bug bootstrap/43287] [4.5 Regression] Bootstrap fails at stage 1 on powerpc-apple-darwin9

2010-03-08 Thread howarth at nitro dot med dot uc dot edu
--- Comment #8 from howarth at nitro dot med dot uc dot edu 2010-03-08 17:54 --- The last good build for powerpc-apple-darwin9 on regress was at r157263 so... r157264 must be the offending commit. Is powerpc64-unknown-linux-gnu still bootstrapping? --

[Bug bootstrap/43287] [4.5 Regression] Bootstrap fails at stage 1 on powerpc-apple-darwin9

2010-03-08 Thread jakub at gcc dot gnu dot org
--- Comment #9 from jakub at gcc dot gnu dot org 2010-03-08 18:11 --- x is: (unspec:DI [ (symbol_ref/u:DI (*LC0) [flags 0x2]) ] 50) Guess rs6000_delegitimize_address needs to handle UNSPEC_MACHOPIC_OFFSET. ix86_delegitimize_address handles it, so assuming it means the same

[Bug bootstrap/43287] [4.5 Regression] Bootstrap fails at stage 1 on powerpc-apple-darwin9

2010-03-08 Thread jakub at gcc dot gnu dot org
--- Comment #10 from jakub at gcc dot gnu dot org 2010-03-08 19:08 --- Created an attachment (id=20045) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20045action=view) gcc45-pr43287.patch Possible fix. Needs testing on darwin as well as verification that there really isn't any

[Bug bootstrap/43287] [4.5 Regression] Bootstrap fails at stage 1 on powerpc-apple-darwin9

2010-03-08 Thread dominiq at lps dot ens dot fr
--- Comment #11 from dominiq at lps dot ens dot fr 2010-03-08 20:06 --- With the patch in comment #10 I am now at stage 2. So far so good! Thanks for the patch. Why is rs6000_delegitimize_address much simpler (even with the patch) than ix86_delegitimize_address? -- dominiq at lps