[Bug target/30222] [4.2 Regression] gcc.target/i386/vectorize1.c ICEs

2007-04-24 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2007-04-25 06:30 --- (In reply to comment #6) > Andrew, can you identify whatever portion of this patch has not yet been > applied to 4.2? This portion which was part of my original submitial (though Roger found it when he was fixing a

[Bug target/30222] [4.2 Regression] gcc.target/i386/vectorize1.c ICEs

2007-04-24 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2007-04-25 06:32 --- I made a note of it when Roger submitted the patch: http://gcc.gnu.org/ml/gcc-patches/2006-11/msg00704.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30222

[Bug target/30222] [4.2 Regression] gcc.target/i386/vectorize1.c ICEs

2007-04-24 Thread pinskia at gcc dot gnu dot org
--- Comment #9 from pinskia at gcc dot gnu dot org 2007-04-25 06:43 --- Subject: Bug 30222 Author: pinskia Date: Wed Apr 25 06:43:32 2007 New Revision: 124140 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=124140 Log: 2007-04-24 Andrew Pinski <[EMAIL PROTECTED]> Ro

[Bug target/30222] [4.2 Regression] gcc.target/i386/vectorize1.c ICEs

2007-04-24 Thread pinskia at gcc dot gnu dot org
--- Comment #10 from pinskia at gcc dot gnu dot org 2007-04-25 06:44 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug c++/9634] [DR224] Injected class name as qualifier should not make the name dependent

2007-04-24 Thread ian at airs dot com
--- Comment #18 from ian at airs dot com 2007-04-25 06:45 --- Lowering priority of suspended PR. -- ian at airs dot com changed: What|Removed |Added Priority|P1

[Bug target/20337] Unable to run dynamicly linked binaries on ARCH sh3 (hitachi)

2007-04-24 Thread ian at airs dot com
--- Comment #1 from ian at airs dot com 2007-04-25 06:48 --- Adding SH maintainer to CC. Lowering priority for non-primary target. -- ian at airs dot com changed: What|Removed |Added

[Bug target/20337] Unable to run dynamicly linked binaries on ARCH sh3 (hitachi)

2007-04-24 Thread ian at airs dot com
--- Comment #2 from ian at airs dot com 2007-04-25 06:49 --- Adding SH maintainer to CC. -- ian at airs dot com changed: What|Removed |Added CC|

[Bug java/30591] Cross build fails because native gcj needed to build ecjx

2007-04-24 Thread mtrudel at gmx dot ch
--- Comment #5 from mtrudel at gmx dot ch 2007-04-25 07:17 --- You write "it needs a host version of gcj", your host is "i686-pc-linux-gnu" and configure looks for "i686-pc-linux-gnu-gcj"? Seems correct to me? What gcj should be searched for? The only problem I'm currently aware of is t

[Bug target/18989] A few potentially ominous, and several likely harmless warnings during 4.0 build

2007-04-24 Thread aesok at gcc dot gnu dot org
--- Comment #2 from aesok at gcc dot gnu dot org 2007-04-25 07:18 --- Subject: Bug 18989 Author: aesok Date: Wed Apr 25 07:18:33 2007 New Revision: 124141 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=124141 Log: PR target/18989 * config/avr/avr.h (ASM_OUTPUT_AL

[Bug inline-asm/31693] New: Incorrectly assigned registers to operands for ARM inline asm

2007-04-24 Thread siarhei dot siamashka at gmail dot com
In the attached testcase, gcc assigns the same register to several inline asm named operands resulting in incorrect code generated. Seems like names of operands do matter ('c' and 'count' are assigned the same register but renaming 'c' operand to 'xxc' for example makes this bug disappear). --

[Bug inline-asm/31693] Incorrectly assigned registers to operands for ARM inline asm

2007-04-24 Thread siarhei dot siamashka at gmail dot com
--- Comment #1 from siarhei dot siamashka at gmail dot com 2007-04-25 07:26 --- Created an attachment (id=13436) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13436&action=view) testcase for this bug Testcase attached -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31693

[Bug inline-asm/31693] Incorrectly assigned registers to operands for ARM inline asm

2007-04-24 Thread siarhei dot siamashka at gmail dot com
--- Comment #2 from siarhei dot siamashka at gmail dot com 2007-04-25 07:28 --- This may be related to #31386 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31693

[Bug fortran/31692] Wrong code when passing function name as result to procedures

2007-04-24 Thread burnus at gcc dot gnu dot org
--- Comment #1 from burnus at gcc dot gnu dot org 2007-04-25 07:38 --- foo1 (__result, n) { bar1 ((int4 *) n, foo1); goto __return_foo1; __return_foo1:; looks strange. Shouldn't this be: bar1 ((int4 *) n, __result) In addition, the warning g.f90:8: warning: Function does not

<    1   2