[Bug libfortran/34980] [4.3 Regression] Segfault in shape given a scalar

2008-01-26 Thread burnus at gcc dot gnu dot org
--- Comment #5 from burnus at gcc dot gnu dot org 2008-01-26 21:21 --- How about the following patch instead (or additionally)? Index: gcc/fortran/simplify.c === --- gcc/fortran/simplify.c (Revision 131876) +++ gcc/for

[Bug other/34986] New: FAIL: gcc.c-torture/compile/pr34966.c

2008-01-26 Thread danglin at gcc dot gnu dot org
Executing on host: /test/gnu/gcc/objdir/gcc/xgcc -B/test/gnu/gcc/objdir/gcc/ - O0 -w -fno-show-column -c -o pr34966.o /test/gnu/gcc/gcc/gcc/testsuite/gcc.c-t orture/compile/pr34966.c(timeout = 300) /test/gnu/gcc/gcc/gcc/testsuite/gcc.c-torture/compile/pr34966.c: In function 'at an': /test/g

[Bug testsuite/34986] FAIL: gcc.c-torture/compile/pr34966.c

2008-01-26 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-01-26 22:00 --- This was fixed by: http://gcc.gnu.org/viewcvs?view=rev&revision=131867 -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug libgcj/33764] [4.2/4.3 regression] gij is built as 32-bit binary when building multilib gcc

2008-01-26 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.2.4 |4.2.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33764

[Bug middle-end/34483] wo_prof_two_strs.c:56: internal compiler error: in find_new_var_of_type, at ipa-struct-reorg.c:605

2008-01-26 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #58 from dave at hiauly1 dot hia dot nrc dot ca 2008-01-26 22:23 --- Subject: Re: wo_prof_two_strs.c:56: internal compiler error: in find_new_var_of_type, at ipa-struct-reorg.c:605 > can you please check now? I committed patches from comment #11. On hppa2.0w-hp-hpux11.11,

[Bug target/34711] [4.3 Regression] g++.dg/tree-ssa/ivopts-1.C fails for power and arm

2008-01-26 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2008-01-26 22:43 --- So this (was) in fact a regression. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/34711] [4.3 Regression] g++.dg/tree-ssa/ivopts-1.C fails for power and arm

2008-01-26 Thread rakdver at gcc dot gnu dot org
--- Comment #3 from rakdver at gcc dot gnu dot org 2008-01-26 22:45 --- Subject: Bug 34711 Author: rakdver Date: Sat Jan 26 22:44:19 2008 New Revision: 131877 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=131877 Log: PR target/34711 * tree-ssa-loop-ivopts.c (com

[Bug testsuite/34987] FAIL: gfortran.dg/vect/fast-math-pr33299.f90 execution test

2008-01-26 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-01-26 22:45 --- I think this is a dup of bug 34878. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34987

[Bug rtl-optimization/34773] [4.3 regression] miscompilation of vfprintf_r

2008-01-26 Thread hp at gcc dot gnu dot org
--- Comment #3 from hp at gcc dot gnu dot org 2008-01-26 22:56 --- I just checked with the gcc-4.2-20080123.tar.bz2 and the bug doesn't manifest there with the vf.c testcase, so I'm marking this as a regression. I also no longer think it's fwprop's error (at least not alone); the into_cf

[Bug tree-optimization/27140] Compiling LLVM now takes nearly 5x as long with 4.1 as it did with 4.0

2008-01-26 Thread rguenth at gcc dot gnu dot org
--- Comment #12 from rguenth at gcc dot gnu dot org 2008-01-26 22:57 --- How is the situation with 4.2 or 4.3? -- rguenth at gcc dot gnu dot org changed: What|Removed |Added -

[Bug testsuite/34987] FAIL: gfortran.dg/vect/fast-math-pr33299.f90 execution test

2008-01-26 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2008-01-26 22:58 --- Jerry confirmed with me his machine does not SSE2 on IRC so this is a dup. *** This bug has been marked as a duplicate of 34878 *** -- pinskia at gcc dot gnu dot org changed: What|Removed

[Bug testsuite/34878] fast-math-pr33299.f90 failure with illegal instruction due to -ffast-math.

2008-01-26 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2008-01-26 22:58 --- *** Bug 34987 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug tree-optimization/26788] optimization of expression templates not as performant as g++ 4.0.2

2008-01-26 Thread rguenth at gcc dot gnu dot org
--- Comment #12 from rguenth at gcc dot gnu dot org 2008-01-26 22:58 --- Can you check 4.2 and 4.3? -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug testsuite/34987] New: FAIL: gfortran.dg/vect/fast-math-pr33299.f90 execution test

2008-01-26 Thread jvdelisle at gcc dot gnu dot org
--prefix=/home/jerry/Dev/usr --enable-languages=c,fortran --disable-libmudflap --enable-libgomp --disable-bootstrap Thread model: posix gcc version 4.3.0 20080126 (experimental) (GCC) -- Summary: FAIL: gfortran.dg/vect/fast-math-pr33299.f90 execution test

[Bug target/23782] -Os +22%: gcc-3.4.4 does it in 230 bytes, gcc-4.0.2-pre in 281 bytes

2008-01-26 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2008-01-26 22:59 --- Can someone provide numbers for 4.1, 4.2 and 4.3? -- rguenth at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug rtl-optimization/23168] [OOM] GCC 4.0.1 OOM's while compiling VBA (works with 3.4.x)

2008-01-26 Thread rguenth at gcc dot gnu dot org
--- Comment #8 from rguenth at gcc dot gnu dot org 2008-01-26 23:00 --- How is the situation with 4.2 or 4.3? -- rguenth at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug libstdc++/19656] libstdc++ testsuite results differ if bootstrap gcc 4.0 using some gcc 4.0 version or early (gcc 3.4.3) gcc version at FreeBSD

2008-01-26 Thread rguenth at gcc dot gnu dot org
--- Comment #11 from rguenth at gcc dot gnu dot org 2008-01-26 23:05 --- 4.0 is no longer maintained. Please open another PR if this is still an issue with 4.3.x. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/34688] [4.1/4.2] ICE: output_operand: invalid expression as operand

2008-01-26 Thread mkuvyrkov at gcc dot gnu dot org
--- Comment #3 from mkuvyrkov at gcc dot gnu dot org 2008-01-26 23:09 --- Subject: Bug 34688 Author: mkuvyrkov Date: Sat Jan 26 23:08:54 2008 New Revision: 131878 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=131878 Log: PR middle-end/34688 * final.c (output_ad

[Bug middle-end/34882] g++: Internal error: Killed (program cc1plus)

2008-01-26 Thread tbm at cyrius dot com
--- Comment #5 from tbm at cyrius dot com 2008-01-26 23:16 --- This is simply a host without enough RAM, not a gcc problem. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34882

[Bug rtl-optimization/21395] Performance degradation when building code that uses MMX intrinsics with gcc-4.0.0

2008-01-26 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2008-01-26 23:02 --- How is the situation with 4.1, 4.2 or 4.3? -- rguenth at gcc dot gnu dot org changed: What|Removed |Added --

[Bug target/32857] libjava fails to build on hppa-linux-gnu (ICE in simplify_subreg)

2008-01-26 Thread danglin at gcc dot gnu dot org
-- danglin at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |WAITING http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32857

[Bug target/33274] FAIL: tr1/6_containers/tuple/element_access/get.cc execution test

2008-01-26 Thread danglin at gcc dot gnu dot org
--- Comment #1 from danglin at gcc dot gnu dot org 2008-01-26 23:49 --- Not failing anymore. -- danglin at gcc dot gnu dot org changed: What|Removed |Added St

[Bug target/32857] libjava fails to build on hppa-linux-gnu (ICE in simplify_subreg)

2008-01-26 Thread debian-gcc at lists dot debian dot org
--- Comment #3 from debian-gcc at lists dot debian dot org 2008-01-27 00:13 --- works for me with kyles patch for the kernel. Matthias -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32857

[Bug target/32857] libjava fails to build on hppa-linux-gnu (ICE in simplify_subreg)

2008-01-26 Thread debian-gcc at lists dot debian dot org
--- Comment #4 from debian-gcc at lists dot debian dot org 2008-01-27 00:13 --- closing as worksforme. -- debian-gcc at lists dot debian dot org changed: What|Removed |Added -

[Bug fortran/34975] [4.3 Regression] Bogus error with USEing modules

2008-01-26 Thread burnus at gcc dot gnu dot org
--- Comment #4 from burnus at gcc dot gnu dot org 2008-01-27 00:14 --- > If the ONLY's i test.f90 are removed, it builds fine Actually, also removing a single dummy argument (e.g. "df") and it builds fine. I think somewhere the tree might be walked wrongly. The question is only where. L

[Bug target/6191] [HP-PA] ICE doing pointer math with -fPIC

2008-01-26 Thread danglin at gcc dot gnu dot org
--- Comment #10 from danglin at gcc dot gnu dot org 2008-01-27 00:19 --- Test case doesn't fail on 4.2.3 or head. Closing as fixed. -- danglin at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug target/32857] libjava fails to build on hppa-linux-gnu (ICE in simplify_subreg)

2008-01-26 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #5 from dave at hiauly1 dot hia dot nrc dot ca 2008-01-27 00:24 --- Subject: Re: libjava fails to build on hppa-linux-gnu (ICE in simplify_subreg) > works for me with kyles patch for the kernel. It's in 2.6.24. Dave -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=328

[Bug tree-optimization/34976] verify_ssa ICE with -ftree-loop-linear

2008-01-26 Thread sebpop at gmail dot com
--- Comment #3 from sebpop at gmail dot com 2008-01-27 04:17 --- Subject: Re: verify_ssa ICE with -ftree-loop-linear Patch: http://gcc.gnu.org/ml/gcc-patches/2008-01/msg01294.html it does not fix really the problem, just works around the problem. See also the comments here: http://gcc.

[Bug c++/26099] support for type traits is not available

2008-01-26 Thread ghazi at gcc dot gnu dot org
--- Comment #10 from ghazi at gcc dot gnu dot org 2008-01-27 05:07 --- Hi Paolo, three of the tests you added for this enhancement have execute failures on i686-unknown-linux-gnu and x86_64-unknown-linux-gnu on mainline when compiled with -fpic/-fPIC. Is there some valid reason they sho

[Bug c++/26099] support for type traits is not available

2008-01-26 Thread ghazi at gcc dot gnu dot org
--- Comment #11 from ghazi at gcc dot gnu dot org 2008-01-27 05:19 --- >From the -fpic/-fPIC logfile: has_nothrow_assign.exe: [...]/has_nothrow_assign.C:139: int main(): Assertion `(__has_nothrow_assign(E) && f() && My().f() && My2::trait && My3().f())' failed. FAIL: g++.dg/ext/has_noth

[Bug fortran/34975] [4.3 Regression] Bogus error with USEing modules

2008-01-26 Thread paulthomas2 at wanadoo dot fr
--- Comment #5 from paulthomas2 at wanadoo dot fr 2008-01-27 07:09 --- Subject: Re: [4.3 Regression] Bogus error with USEing modules burnus at gcc dot gnu dot org wrote: > --- Comment #4 from burnus at gcc dot gnu dot org 2008-01-27 00:14 > --- > >> If the ONLY's i test.f

<    1   2