[Bug target/32522] [4.3 Regression] Bootstrap failure on Alpha due to pointer-plus changes

2007-08-19 Thread pinskia at gcc dot gnu dot org
--- Comment #14 from pinskia at gcc dot gnu dot org 2007-08-20 06:53 --- Subject: Bug 32522 Author: pinskia Date: Mon Aug 20 06:53:05 2007 New Revision: 127637 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=127637 Log: 2007-08-19 Andrew Pinski <[EMAIL PROTECTED]> S

[Bug target/32522] [4.3 Regression] Bootstrap failure on Alpha due to pointer-plus changes

2007-08-19 Thread pinskia at gcc dot gnu dot org
--- Comment #13 from pinskia at gcc dot gnu dot org 2007-08-20 06:53 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug target/32522] [4.3 Regression] Bootstrap failure on Alpha due to pointer-plus changes

2007-07-28 Thread pinskia at gcc dot gnu dot org
--- Comment #12 from pinskia at gcc dot gnu dot org 2007-07-29 02:00 --- *** Bug 32930 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug target/32522] [4.3 Regression] Bootstrap failure on Alpha due to pointer-plus changes

2007-07-26 Thread patchapp at dberlin dot org
--- Comment #11 from patchapp at dberlin dot org 2007-07-27 06:22 --- Subject: Bug number PR32522 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2007-07/msg01962.html -- http://gcc.gnu.org/bugzilla/s

[Bug target/32522] [4.3 Regression] Bootstrap failure on Alpha due to pointer-plus changes

2007-07-26 Thread belyshev at depni dot sinp dot msu dot ru
--- Comment #10 from belyshev at depni dot sinp dot msu dot ru 2007-07-27 06:18 --- (In reply to comment #9) Patch posted. -- belyshev at depni dot sinp dot msu dot ru changed: What|Removed |Added --

[Bug target/32522] [4.3 Regression] Bootstrap failure on Alpha due to pointer-plus changes

2007-07-26 Thread falk at debian dot org
--- Comment #9 from falk at debian dot org 2007-07-26 22:49 --- (In reply to comment #8) > Bug 32747 fixed, so I successfully bootstrapped r126943 (all languages minus > java) with patch from comment #6 on alphaev56-unknown-linux-gnu. > So, are you going to post the patch to gcc-patche

[Bug target/32522] [4.3 Regression] Bootstrap failure on Alpha due to pointer-plus changes

2007-07-26 Thread belyshev at depni dot sinp dot msu dot ru
--- Comment #8 from belyshev at depni dot sinp dot msu dot ru 2007-07-26 19:48 --- Bug 32747 fixed, so I successfully bootstrapped r126943 (all languages minus java) with patch from comment #6 on alphaev56-unknown-linux-gnu. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32522

[Bug target/32522] [4.3 Regression] Bootstrap failure on Alpha due to pointer-plus changes

2007-07-17 Thread ro at techfak dot uni-bielefeld dot de
--- Comment #7 from ro at techfak dot uni-bielefeld dot de 2007-07-17 11:28 --- Subject: Re: [4.3 Regression] Bootstrap failure on Alpha due to pointer-plus changes belyshev at depni dot sinp dot msu dot ru writes: > You need the following patch to fix this bug (but bootstrap on alph

[Bug target/32522] [4.3 Regression] Bootstrap failure on Alpha due to pointer-plus changes

2007-07-16 Thread belyshev at depni dot sinp dot msu dot ru
--- Comment #6 from belyshev at depni dot sinp dot msu dot ru 2007-07-16 17:30 --- (In reply to comment #5) You need the following patch to fix this bug (but bootstrap on alpha is still broken for other reasons, see bug 32747): --- gcc/config/alpha/alpha.c | 13 +++-- 1 fil

[Bug target/32522] [4.3 Regression] Bootstrap failure on Alpha due to pointer-plus changes

2007-07-16 Thread ro at gcc dot gnu dot org
--- Comment #5 from ro at gcc dot gnu dot org 2007-07-16 16:41 --- I've just tried bootstrapping alpha-dec-osf5.1b (C only): all is fine before the ptrplus patch (r125754), but after the patch (r125755) building libgcc fails in stage 1. With Andrew's patch, I get into stage 2, but buil

[Bug target/32522] [4.3 Regression] Bootstrap failure on Alpha due to pointer-plus changes

2007-07-12 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2007-07-12 21:01 --- *** Bug 32744 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug target/32522] [4.3 Regression] Bootstrap failure on Alpha due to pointer-plus changes

2007-07-05 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2007-07-05 18:48 --- >:0: error: nonnull argument references non-pointer operand (argument >1, operand 1) That means we are miscompiling some part of cc1 somewhere. Which I doubt is a pointer plus issue because I have gotten no bug re

[Bug target/32522] [4.3 Regression] Bootstrap failure on Alpha due to pointer-plus changes

2007-07-05 Thread falk at debian dot org
--- Comment #2 from falk at debian dot org 2007-07-05 13:01 --- I tried this patch from Andrew Pinski: Index: gcc/config/alpha/alpha.c === --- gcc/config/alpha/alpha.c(revision 126053) +++ gcc/config/alpha/alpha.c(w

[Bug target/32522] [4.3 Regression] Bootstrap failure on Alpha due to pointer-plus changes

2007-06-29 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32522

[Bug target/32522] [4.3 Regression] Bootstrap failure on Alpha due to pointer-plus changes

2007-06-27 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-06-27 22:57 --- I already gave Falk a patch to try. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added