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

2006-08-20 Thread quanah at stanford dot edu
--- Comment #10 from quanah at stanford dot edu 2006-08-21 06:28 --- MySQL compiles fine with gcc3.3 and gcc3.4, so this is definately a problem in 4.0.3 itself. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27935

[Bug target/24647] two copies of a constant in two different registers

2006-08-20 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-08-21 06:22 --- (In reply to comment #1) > on x86-64 I get: That is what I get on x86 also now: f: movli.1523, %eax pushl %ebp movl%esp, %ebp testl %eax, %eax jne .L2

[Bug target/27117] SH backend cheats to reload -- disables indexed addressing but uses it internally

2006-08-20 Thread bonzini at gnu dot org
--- Comment #15 from bonzini at gnu dot org 2006-08-21 06:20 --- Created an attachment (id=12108) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12108&action=view) patch that does not touch the middle-end patch that does not touch the common parts of the compiler -- http://gcc

[Bug middle-end/25566] Variable length types and inlining

2006-08-20 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-08-21 06:15 --- I think the comment can just go away since we are lowering the VL variables before inlining so we get alloca now. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25566

[Bug tree-optimization/14442] missed sib if conversion optimization on the tree level (PHI-OPT misses that !(a == 0) is just a != 0)

2006-08-20 Thread pinskia at gcc dot gnu dot org
--- Comment #11 from pinskia at gcc dot gnu dot org 2006-08-21 06:14 --- I am going try to get this fixed for 4.3.0. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug middle-end/12086] memcmp(i,j,4) should use word (SI) subtraction

2006-08-20 Thread pinskia at gcc dot gnu dot org
--- Comment #9 from pinskia at gcc dot gnu dot org 2006-08-21 06:12 --- I am going to fix up my patch for 4.3.0. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/23603] VRP does not say range for a in a = b == c; is [0,1]

2006-08-20 Thread pinskia at gcc dot gnu dot org
--- Comment #9 from pinskia at gcc dot gnu dot org 2006-08-21 06:11 --- I am going to try to get this done for 4.3.0. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug tree-optimization/22326] promotions (from float to double) are not removed when they should be able to

2006-08-20 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-08-21 06:08 --- I think to fix this one, we need a real pass to remove the promotions. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22326

[Bug rtl-optimization/23813] redundant register assignments not eliminated

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:59 --- *** Bug 27125 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug target/27125] optimize array bit shift

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:59 --- This is a dup of bug 23813 and many others. This is the standard subreg problem. *** This bug has been marked as a duplicate of 23813 *** -- pinskia at gcc dot gnu dot org changed: What|Removed

[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 /usr/lib/crt1.o:

[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 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 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 Status|

[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 gcc

[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 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 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++/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 http://developer.apple.com

[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. Janis

[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 overfl

[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 reconfi

[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 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=2869

[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 -- http://gcc.gnu.org

[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

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%) wa

[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

[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 w

[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=gcc&view=rev&rev=116284 Log: PR rtl-optimization/28071 * tree-optimize.c

[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 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 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 ‘viewAsGraph > >’: ../src/viewAsGraphTest.cc:21: instantiated from here ../../include/viewA

[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++/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++/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=gcc&view=rev&rev=116283 Log: PR c++/28346 * pt.c (tsubst_qualified_id):

[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 Summa

[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=gcc&view=rev&rev=116277 Log: PR rtl-optimization/28071 * reload1.c (reg_

[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 Summa

[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 Summa

[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 attribu

[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=gcc&view=rev&rev=116276 Log: PR c++/28341 * tree.c (cast_valid_in_integ

[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=gcc&view=rev&rev=116276 Log: PR c++/28341 * tree.c (cast_valid_in_integ

[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 constan

[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 ext

[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 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 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 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/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 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 c++/28743] [4.1/4.2 regression] ICE with invalid specialization

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=28743

[Bug c++/28742] [4.2 regression] ICE with virtual destructor in invalid template class

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

[Bug c++/28741] [4.2 regression] ICE with static member in invalid template class

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

[Bug c++/28740] [4.0/4.1/4.2 regression] ICE with invalid inheritance

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

[Bug c++/28739] [4.2 regression] ICE specializing template member of invalid template class

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

[Bug c++/28738] [4.2 regression] ICE specializing invalid template class

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

[Bug c++/28737] [4.2 regression] ICE using invalid template class in specialization

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

[Bug c++/28736] [4.2 regression] ICE with friend of invalid template class

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

[Bug c/28712] [4.0/4.1/4.2 Regression] Compile failure with --combine and packed structures.

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=28712

[Bug preprocessor/28709] [4.0/4.1/4.2 regression] Bad diagnostic pasting tokens with ##

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=28709

[Bug c/28706] [4.1/4.2 Regression] Compile failure with --combine and explicitly aligned structures

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=28706

[Bug c++/28705] [4.0/4.1/4.2 Regression] ICE: in type_dependent_expression_p, at cp/pt.c:12837

2006-08-20 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Keywords|ice-on-valid-code |ice-on-invalid-code Priority|P3 |

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

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=28692

[Bug middle-end/28683] [4.0/4.1/4.2 regression] ICE (segfault in add_reg_br_prob_note) when comparing pointers with -O (and higher)

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=28683

[Bug target/28675] [4.1/4.2 regression] ICE in extract_insn, at recog.c:2084 (unrecognizable insn) [arm]

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=28675

[Bug target/28672] [4.2 Regression]: Gcc went into infinite loop when building libstdc++

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=28672

[Bug libstdc++/28671] [4.2 regression] undefined reference to `__sync_fetch_and_add_4'

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=28671

[Bug java/28663] [4.2 regression] gcj fails to binary-compile eclipse's javac

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

[Bug c++/28659] [4.2 regression] ICE (segfault) while compiling kdelibs 4.0 snapshot

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=28659

[Bug middle-end/28642] [4.0/4.1/4.2 Regression] ICE in layout_type, at stor-layout.c:1851

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=28642

[Bug c++/28641] [4.2 regression] ICE calling template function with invalid template parameter

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

[Bug c++/28639] [4.2 regression] ICE trying to print error on invalid template parameter

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=28639

[Bug tree-optimization/28624] [4.2 regression] latent segfault in remove_phi_node

2006-08-20 Thread mmitchel at gcc dot gnu dot org
--- Comment #3 from mmitchel at gcc dot gnu dot org 2006-08-20 22:31 --- Until a bug is demonstrated with the current sourcebase, this is not a priority. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added -

[Bug target/28623] [4.1/4.2 regression] ICE in extract_insn, at recog.c:2077 (nrecognizable insn) [alpha]

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

[Bug target/27537] XMM alignment fault when compiling for i386 with -Os

2006-08-20 Thread mmitchel at gcc dot gnu dot org
--- Comment #9 from mmitchel at gcc dot gnu dot org 2006-08-20 22:29 --- It is definitely a bug to change the ABI with -Os. Since GCC relies on the stack being 16-byte aligned, -Os must in fact honor that requirement. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27537

[Bug target/28621] [4.1/4.2 Regression] SIGSEGV in set_fast_math () at -Os

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=28621

[Bug c++/28595] [4.1/4.2 regression] ICE with invalid const static variable

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=28595

[Bug c++/28588] [4.0/4.1/4.2 Regression] static private function

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=28588

[Bug target/28583] [4.2 regression] ICE in default_secondary_reload, at targhooks.c:532 when building libgcc2.c as _divsc3.o

2006-08-20 Thread mmitchel at gcc dot gnu dot org
--- Comment #4 from mmitchel at gcc dot gnu dot org 2006-08-20 22:25 --- FRV is not a primary or secondary target. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/28574] [4.2 regression] switch statement points to unreferenced label at -O2

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=28574

[Bug middle-end/28493] [4.1/4.2 Regression] Wrong address of stack object used for destructor call on PPC

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=28493

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

2006-08-20 Thread tobias dot burnus at physik dot fu-berlin dot de
--- Comment #3 from tobias dot burnus at physik dot fu-berlin dot de 2006-08-20 20:51 --- 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 variables. --

[Bug fortran/25102] Procedure for interface assignment must have two dummy arguments

2006-08-20 Thread patchapp at dberlin dot org
--- Comment #4 from patchapp at dberlin dot org 2006-08-20 20:20 --- Subject: Bug number PR25102 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/msg00729.html -- http://gcc.gnu.org/bugzilla/sh

[Bug c++/28785] internal compiler error

2006-08-20 Thread smirolo at hotmail dot com
--- Comment #2 from smirolo at hotmail dot com 2006-08-20 19:06 --- Actually, I have the following two definitions: friend vertex_descriptor source<>( const edge_descriptor& e, const viewAsGraph& g ); friend const vertex_descriptor& source<>( const edge_descriptor& e, const vi

[Bug c++/28785] internal compiler error

2006-08-20 Thread smirolo at hotmail dot com
--- Comment #1 from smirolo at hotmail dot com 2006-08-20 18:57 --- Created an attachment (id=12107) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12107&action=view) .ii and .log (stdout/stderr) files compilation command line: g++ -v --save-temps -g -O0 -I../../include -I. -I../

[Bug c++/28785] New: internal compiler error

2006-08-20 Thread smirolo at hotmail dot com
Using friend functions into template<> classes, I get an internal error. GNU C++ version 4.0.1 (Apple Computer, Inc. build 5363) (powerpc-apple-darwin8) compiled by GNU C version 4.0.1 (Apple Computer, Inc. build 5363). GGC heuristics: --param ggc-min-expand=65 --param ggc-min-heapsize=655

[Bug middle-end/28779] internal compiler error: in cgraph_estimate_size_after_inlining, at ipa-inline.c:106

2006-08-20 Thread hubicka at gcc dot gnu dot org
--- Comment #8 from hubicka at gcc dot gnu dot org 2006-08-20 18:47 --- Subject: Bug 28779 Author: hubicka Date: Sun Aug 20 18:46:54 2006 New Revision: 116274 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116274 Log: PR middle-end/28779 * ipa-inline.c (cgraph_de

[Bug fortran/28496] Error during array initialization

2006-08-20 Thread pault at gcc dot gnu dot org
--- Comment #9 from pault at gcc dot gnu dot org 2006-08-20 18:13 --- Fixed on trunk and 4.1 Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/28600] [4.2 regression] ICE on character pointer assignment

2006-08-20 Thread pault at gcc dot gnu dot org
--- Comment #9 from pault at gcc dot gnu dot org 2006-08-20 18:11 --- Fixed Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug fortran/18111] spurious warnings with -W -Wunused

2006-08-20 Thread pault at gcc dot gnu dot org
--- Comment #20 from pault at gcc dot gnu dot org 2006-08-20 18:10 --- Fixed on trunk and 4.1 Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/28496] Error during array initialization

2006-08-20 Thread pault at gcc dot gnu dot org
--- Comment #8 from pault at gcc dot gnu dot org 2006-08-20 18:09 --- Fixed on trunk and 4.1 Paul -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28496

[Bug fortran/28771] gfortran accepts invalid variable definition

2006-08-20 Thread pault at gcc dot gnu dot org
--- Comment #5 from pault at gcc dot gnu dot org 2006-08-20 18:08 --- Fixed on trunk and 4.1 Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/28425] Derived type initialization via a derived type is broken

2006-08-20 Thread pault at gcc dot gnu dot org
--- Comment #6 from pault at gcc dot gnu dot org 2006-08-20 18:08 --- Fixed on trunk and 4.1 Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/28762] program name 'write' causes compiler crash on if statements containing write commands.

2006-08-20 Thread pault at gcc dot gnu dot org
--- Comment #5 from pault at gcc dot gnu dot org 2006-08-20 17:50 --- Fixed on trunk and 4.1 Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/28660] Spurious warning: 'ubound.6' is used uninitialized in this function

2006-08-20 Thread pault at gcc dot gnu dot org
--- Comment #11 from pault at gcc dot gnu dot org 2006-08-20 17:48 --- Fixed on trunk and 4.1 Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/28735] Crash in resolve.c - related to contents of .mod

2006-08-20 Thread pault at gcc dot gnu dot org
--- Comment #12 from pault at gcc dot gnu dot org 2006-08-20 17:45 --- Fixed on trunk and 4.1 Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/20541] TR 15581: ALLOCATABLE components

2006-08-20 Thread eedelman at gcc dot gnu dot org
--- Comment #19 from eedelman at gcc dot gnu dot org 2006-08-20 17:38 --- Created an attachment (id=12106) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12106&action=view) Updated patch Fixes the conflicts with recently committed patches. -- eedelman at gcc dot gnu dot org ch

[Bug fortran/28630] ICE due to a module function returning a derived type

2006-08-20 Thread pault at gcc dot gnu dot org
--- Comment #6 from pault at gcc dot gnu dot org 2006-08-20 17:29 --- Fixed on trunk and 4.1 Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/28601] ICE on reexport of renamed type

2006-08-20 Thread pault at gcc dot gnu dot org
--- Comment #4 from pault at gcc dot gnu dot org 2006-08-20 17:29 --- Fixed on trunk and 4.1 Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

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

2006-08-20 Thread pinskia at gcc dot gnu dot org
--- Comment #10 from pinskia at gcc dot gnu dot org 2006-08-20 16:48 --- No this was caused by: 2006-08-16 Zdenek Dvorak <[EMAIL PROTECTED]> * tree-scalar-evolution.c (fold_used_pointer_cast, pointer_offset_p, fold_used_pointer, pointer_used_p): New functions. as fold_

  1   2   >