[Bug middle-end/28753] [4.2 regression] ICE in extract_insn, at recog.c:2075 on powerpc

2006-08-20 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=28753

[Bug middle-end/28755] [4.0/4.1/4.2 Regression] duplicate members of arrays

2006-08-20 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28755

[Bug c/28768] [4.0/4.1/4.2 Regression] Preprocessor doesn't parse tokens correctly?

2006-08-20 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28768

[Bug middle-end/28776] [4.2 Regression] dwarf2out.c:2160: ICE: in build_polynomial_chrec, at tree-chrec.h:108

2006-08-20 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=28776

[Bug target/28764] [4.2 Regression] libjava build failure on sh4

2006-08-20 Thread mmitchel at gcc dot gnu dot org
--- Comment #2 from mmitchel at gcc dot gnu dot org 2006-08-20 22:50 --- SH is not a primary or secondary platform. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/28778] [4.0/4.1/4.2 Regression] alias bug with cast and call clobbered

2006-08-20 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=28778

[Bug c/28768] [4.0/4.1/4.2 Regression] Preprocessor doesn't parse tokens correctly?

2006-08-20 Thread joseph at codesourcery dot com
--- Comment #3 from joseph at codesourcery dot com 2006-08-20 23:07 --- Subject: Re: [4.0/4.1/4.2 Regression] Preprocessor doesn't parse tokens correctly? This bug is closely related to bug 14634 - not diagnosing these cases with -E looks like another case of the same ill-advised

[Bug debug/28692] [4.2 Regression] ICE in rtl_for_decl_init, at dwarf2out.c

2006-08-20 Thread geoffk at gcc dot gnu dot org
--- Comment #3 from geoffk at gcc dot gnu dot org 2006-08-20 23:21 --- As a workaround, I believe you can simply delete the gcc_assert. This will mean, though, that either you don't get debug information for Foo, or you will get debug information but saying that Foo lives in the

[Bug c++/28346] [4.0/4.1/4.2 regression] ICE creating pointer-to-reference-member

2006-08-20 Thread mmitchel at gcc dot gnu dot org
--- Comment #3 from mmitchel at gcc dot gnu dot org 2006-08-20 23:53 --- Subject: Bug 28346 Author: mmitchel Date: Sun Aug 20 23:53:10 2006 New Revision: 116276 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=116276 Log: PR c++/28341 * tree.c

[Bug c++/28341] [4.0/4.1/4.2 regression] ICE with references as template parameters

2006-08-20 Thread mmitchel at gcc dot gnu dot org
--- Comment #3 from mmitchel at gcc dot gnu dot org 2006-08-20 23:53 --- Subject: Bug 28341 Author: mmitchel Date: Sun Aug 20 23:53:10 2006 New Revision: 116276 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=116276 Log: PR c++/28341 * tree.c

[Bug c++/28786] New: No way set visibility of typeinfo without setting VTT and vtable similarly

2006-08-20 Thread ak dot miller at auckland dot ac dot nz
There is currently no way to set the visibility of the typeinfo, except by setting the visibility of the VTT and vtable. This is unfortunate if you want to be able to using RTTI features on a class from another module, but don't want to export VTTs and vtables. It is unclear what the best

[Bug c++/28341] [4.0/4.1 regression] ICE with references as template parameters

2006-08-20 Thread mmitchel at gcc dot gnu dot org
--- Comment #4 from mmitchel at gcc dot gnu dot org 2006-08-20 23:59 --- Fixed in 4.2.0. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/28346] [4.0/4.1 regression] ICE creating pointer-to-reference-member

2006-08-20 Thread mmitchel at gcc dot gnu dot org
--- Comment #4 from mmitchel at gcc dot gnu dot org 2006-08-20 23:59 --- Fixed in 4.2.0. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/28071] [4.1/4.2 regression] A file that can not be compiled in reasonable time/space

2006-08-20 Thread hubicka at gcc dot gnu dot org
--- Comment #42 from hubicka at gcc dot gnu dot org 2006-08-21 00:00 --- Subject: Bug 28071 Author: hubicka Date: Mon Aug 21 00:00:14 2006 New Revision: 116277 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=116277 Log: PR rtl-optimization/28071 * reload1.c

[Bug c++/28346] [4.0 regression] ICE creating pointer-to-reference-member

2006-08-20 Thread mmitchel at gcc dot gnu dot org
--- Comment #5 from mmitchel at gcc dot gnu dot org 2006-08-21 00:42 --- Fixed in 4.1.2. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/28346] [4.0 regression] ICE creating pointer-to-reference-member

2006-08-20 Thread mmitchel at gcc dot gnu dot org
--- Comment #6 from mmitchel at gcc dot gnu dot org 2006-08-21 00:42 --- Subject: Bug 28346 Author: mmitchel Date: Mon Aug 21 00:41:50 2006 New Revision: 116283 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=116283 Log: PR c++/28346 * pt.c (tsubst_qualified_id):

[Bug c++/28786] No way set visibility of typeinfo without setting VTT and vtable similarly

2006-08-20 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-08-21 01:21 --- I don't see why this is a problem? In fact I think you can get into a problem with the C++ One definition rules. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28786

[Bug c++/28785] internal compiler error

2006-08-20 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-08-21 01:27 --- This works in 4.1.0. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28785

[Bug c++/28785] internal compiler error

2006-08-20 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-08-21 01:31 --- (In reply to comment #3) This works in 4.1.0. Meaning it does not ICE. ../../include/viewAsGraph.hh: In instantiation of ‘viewAsGraphstd::vectoredgeTest, std::allocatoredgeTest ’: ../src/viewAsGraphTest.cc:21:

[Bug tree-optimization/28778] [4.0/4.1/4.2 Regression] alias bug with cast and call clobbered

2006-08-20 Thread dberlin at dberlin dot org
--- Comment #9 from dberlin at gcc dot gnu dot org 2006-08-21 01:34 --- Subject: Re: [4.0/4.1/4.2 Regression] alias bug with cast and call clobbered If you look at the alias dump, we don't think anything is aliased at all. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28778

[Bug fortran/20441] -finit-local-zero is missing from gfortran

2006-08-20 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-08-21 01:38 --- (In reply to comment #3) Besides zero initialization (of Real, complex, integer, (what about logical?)), a initialization to a (signaling) NaN (for complex, real) would be also nice to find uninitialized

[Bug middle-end/28071] [4.1/4.2 regression] A file that can not be compiled in reasonable time/space

2006-08-20 Thread hubicka at gcc dot gnu dot org
--- Comment #43 from hubicka at gcc dot gnu dot org 2006-08-21 01:42 --- Subject: Bug 28071 Author: hubicka Date: Mon Aug 21 01:42:39 2006 New Revision: 116284 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=116284 Log: PR rtl-optimization/28071 * tree-optimize.c

[Bug c++/28786] No way set visibility of typeinfo without setting VTT and vtable similarly

2006-08-20 Thread ak dot miller at auckland dot ac dot nz
--- Comment #2 from ak dot miller at auckland dot ac dot nz 2006-08-21 01:48 --- (In reply to comment #1) I don't see why this is a problem? One of the main uses for visibility is to hide symbols to reduce the size of shared objects, and to ensure that people don't use libraries in

[Bug tree-optimization/28003] [4.2 Regression] optimizer bug

2006-08-20 Thread dberlin at gcc dot gnu dot org
--- Comment #11 from dberlin at gcc dot gnu dot org 2006-08-21 02:16 --- This is impressive. We add b as a may alias to the SMT, then it disappears from the list before call clobbering! -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28003

Re: [Bug middle-end/28071] [4.1/4.2 regression] A file that can not be compiled in reasonable time/space

2006-08-20 Thread Jan Hubicka
Hi, update at -O1 few patches later (different machine with only 500MB ram, so some swappin occurs, but we almost fit now): life analysis : 23.50 (20%) usr 0.00 ( 0%) sys 23.51 (17%) wall 2565 kB ( 2%) ggc inline heuristics : 0.60 ( 1%) usr 0.00 ( 0%) sys 0.60 ( 0%)

[Bug middle-end/28071] [4.1/4.2 regression] A file that can not be compiled in reasonable time/space

2006-08-20 Thread hubicka at ucw dot cz
--- Comment #44 from hubicka at ucw dot cz 2006-08-21 02:59 --- Subject: Re: [4.1/4.2 regression] A file that can not be compiled in reasonable time/space Hi, update at -O1 few patches later (different machine with only 500MB ram, so some swappin occurs, but we almost fit now): life

[Bug middle-end/28755] [4.0/4.1/4.2 Regression] duplicate members of arrays

2006-08-20 Thread patchapp at dberlin dot org
--- Comment #5 from patchapp at dberlin dot org 2006-08-21 04:29 --- Subject: Bug number PR middle-end/28755 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/2006-08/msg00601.html --

[Bug debug/28692] [4.2 Regression] ICE in rtl_for_decl_init, at dwarf2out.c

2006-08-20 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-08-21 04:32 --- Geoff, Do you have a testcase where you get better debug info from your patch? http://gcc.gnu.org/ml/gcc-patches/2006-03/msg01567.html Thanks, Andrew Pinski --

[Bug debug/28767] GCC should output DW_TAG_ptr_to_member for member functions

2006-08-20 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last

[Bug tree-optimization/28777] Zerodetection (i != 0) compiled with -O2 don't work

2006-08-20 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-08-21 05:03 --- (In reply to comment #2) It is signed overflow being undefined and so the i == 0 test being optimized away. Use -fwrapv or an unsigned loop counter. And the != 0 is being optimized to 1 because signed overflow

[Bug c/28768] [4.0/4.1/4.2 Regression] Preprocessor doesn't parse tokens correctly?

2006-08-20 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-08-21 05:11 --- There is a reference to this problem in: http://gcc.gnu.org/ml/gcc-patches/2003-04/msg01827.html But it says it was not the cause of the problem though.

[Bug c++/28785] internal compiler error

2006-08-20 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-08-21 05:15 --- Note since this is an Apple compiler you found this bug in, you should have reported this to Apple first and not to the FSF. Specificially you did not read the output the compiler gave: See

[Bug c++/27935] gcc fails to compile code with operator delete(void*,size_t)

2006-08-20 Thread quanah at stanford dot edu
--- Comment #9 from quanah at stanford dot edu 2006-08-21 05:17 --- I am hitting this bug in gcc 4.0.3, trying to compile MySQL 5.0.19 and 5.0.24. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27935

[Bug c/27675] Compiler crash building PHP component

2006-08-20 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-08-21 05:31 --- No feedback in 3 months. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug bootstrap/24631] SIGBUS during bootstrap

2006-08-20 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-08-21 05:32 --- No feedback in 3 months. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/24947] -Os should maximize inlining --param values.

2006-08-20 Thread pinskia at gcc dot gnu dot org
--- Comment #10 from pinskia at gcc dot gnu dot org 2006-08-21 05:35 --- No feedback in way over 3 months and the fact is there is still not a testcase after being asked a couple of times. Second, we did maximize inlining paramaters for -Os already once for 4.1.0. -- pinskia at

[Bug target/25781] internal compiler error: Arithmetic exception

2006-08-20 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2006-08-21 05:36 --- Fixed in 4.0.0. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/26167] -Wconversion fails to detect signedness conversion from int to unsigned int in fuction call

2006-08-20 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-08-21 05:41 --- This should never have been in waiting. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/12771] Weak loop optimizer

2006-08-20 Thread pinskia at gcc dot gnu dot org
--- Comment #10 from pinskia at gcc dot gnu dot org 2006-08-21 05:51 --- -fomit-frame-pointer fixes all. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12771

[Bug rtl-optimization/22104] using -fprofile-use on code that has HUGE amounts of inline asm borks it

2006-08-20 Thread pinskia at gcc dot gnu dot org
--- Comment #12 from pinskia at gcc dot gnu dot org 2006-08-21 05:56 --- Can you attach the source which is needed to run this program? All I get trying to reproduce this bug in a new GCC is: [EMAIL PROTECTED] ~/Desktop]$ ~/gcc-local/bin/gcc t.c -O2 -fomit-frame-pointer

<    1   2