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

2006-09-09 Thread jason at gcc dot gnu dot org
--- Comment #19 from jason at gcc dot gnu dot org 2006-09-09 07:16 --- Yep, after merging the 101673 change back in, the compiler works up until 101467, at which point Jakub's ppc sfp change seems to break the testcase (at -O1). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28493

[Bug target/28995] [4.2 Regression] libgfortran build now fails on Darwin PPC

2006-09-09 Thread echristo at apple dot com
--- Comment #2 from echristo at apple dot com 2006-09-09 08:12 --- Yup. A new cctools is needed now. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28995

[Bug target/28995] [4.2 Regression] libgfortran build now fails on Darwin PPC

2006-09-09 Thread echristo at apple dot com
-- echristo at apple dot com changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |echristo at apple dot com |dot org |

[Bug target/28995] [4.2 Regression] libgfortran build now fails on Darwin PPC

2006-09-09 Thread echristo at apple dot com
--- Comment #3 from echristo at apple dot com 2006-09-09 08:53 --- FWIW I just hacked up a quick autoconf test for the feature as well if we'd prefer to have that as well... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28995

[Bug target/28995] [4.2 Regression] libgfortran build now fails on Darwin PPC

2006-09-09 Thread echristo at apple dot com
--- Comment #4 from echristo at apple dot com 2006-09-09 08:54 --- Created an attachment (id=12212) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12212&action=view) autoconf test -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28995

[Bug c++/28996] New: [4.0/4.1/4.2 Regression] ICE with statement forming unused static member function reference

2006-09-09 Thread reichelt at gcc dot gnu dot org
The fix is incomplete. The following testcase still fails: == struct A { static void foo(); }; void bar() { A().foo; } == bug.cc: In function 'void bar()': bug.cc:8: warning: statement is a reference, not call, to function 'A().A::foo' bug.cc:8

[Bug c++/28996] [4.0/4.1/4.2 Regression] ICE with statement forming unused static member function reference

2006-09-09 Thread reichelt at gcc dot gnu dot org
--- Comment #1 from reichelt at gcc dot gnu dot org 2006-09-09 10:44 --- > The fix is incomplete. This should read: The fix for PR 26696 is incomplete. -- reichelt at gcc dot gnu dot org changed: What|Removed |Added --

[Bug c++/26696] [4.0/4.1/4.2 Regression] ICE with statement forming unused static member function reference

2006-09-09 Thread reichelt at gcc dot gnu dot org
--- Comment #12 from reichelt at gcc dot gnu dot org 2006-09-09 10:47 --- The problem from comment #10 is now tracked in PR 28996. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26696

[Bug tree-optimization/15678] [4.0/4.1/4.2 Regression] CSiBE i686 compilation time increased by 8% at -O2

2006-09-09 Thread steven at gcc dot gnu dot org
--- Comment #24 from steven at gcc dot gnu dot org 2006-09-09 10:54 --- Closing because mainline is faster than 4.0 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15678

[Bug tree-optimization/15678] [4.0/4.1/4.2 Regression] CSiBE i686 compilation time increased by 8% at -O2

2006-09-09 Thread steven at gcc dot gnu dot org
--- Comment #25 from steven at gcc dot gnu dot org 2006-09-09 10:54 --- . -- steven at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug rtl-optimization/28634] [4.1 regression] rounding problem with -fdelayed-branch on hppa/mips

2006-09-09 Thread rsandifo at gcc dot gnu dot org
--- Comment #5 from rsandifo at gcc dot gnu dot org 2006-09-09 10:56 --- Subject: Bug 28634 Author: rsandifo Date: Sat Sep 9 10:56:31 2006 New Revision: 116796 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116796 Log: gcc/ PR rtl-optimization/28634 * reorg.c (

[Bug rtl-optimization/28634] rounding problem with -fdelayed-branch on hppa/mips

2006-09-09 Thread rsandifo at gcc dot gnu dot org
--- Comment #6 from rsandifo at gcc dot gnu dot org 2006-09-09 11:01 --- Applied to 4.1 after testing on mipsisa64-elf and mips64-linux-gnu. Although the bug has been around for a long time, it isn't known to be a regression from 4.0 to some earlier release, so it doesn't qualify for a

[Bug fortran/28923] Bad triplet interpretation in initialization

2006-09-09 Thread patchapp at dberlin dot org
--- Comment #2 from patchapp at dberlin dot org 2006-09-09 12:35 --- Subject: Bug number PR28923 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-09/msg00341.html -- http://gcc.gnu.org/bugzilla/sh

[Bug target/26778] [4.0/4.1/4.2 regression] GCC4 moves the result of a conditional block through inadequate registers

2006-09-09 Thread bonzini at gcc dot gnu dot org
--- Comment #10 from bonzini at gnu dot org 2006-09-09 12:43 --- Subject: Bug 26778 Author: bonzini Date: Sat Sep 9 12:43:32 2006 New Revision: 116798 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116798 Log: gcc: 2006-09-09 Paolo Bonzini <[EMAIL PROTECTED]> Dale

[Bug target/26778] [4.0/4.1 regression] GCC4 moves the result of a conditional block through inadequate registers

2006-09-09 Thread bonzini at gnu dot org
--- Comment #11 from bonzini at gnu dot org 2006-09-09 12:56 --- The patches for the blocking bugs should also be applied if anyone wants to backport, together with http://gcc.gnu.org/ml/gcc-patches/2006-04/msg00432.html I won't do a backport though. -- bonzini at gnu dot org change

[Bug rtl-optimization/28940] [4.0/4.1/4.2 Regression] address selection does not work correctly

2006-09-09 Thread bonzini at gnu dot org
--- Comment #5 from bonzini at gnu dot org 2006-09-09 13:02 --- fwprop fixes the bug on i386-pc-linux-gnu -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28940

[Bug rtl-optimization/28940] [4.0/4.1/4.2 Regression] address selection does not work correctly

2006-09-09 Thread bonzini at gnu dot org
--- Comment #6 from bonzini at gnu dot org 2006-09-09 13:03 --- I plan to fix it via the fwprop merge in 4.3, but not in 4.2. Should I still assign this to me? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28940

[Bug target/28604] [4.1/4.2 Regression] gcc.c-torture/execute/20050604-1.c fails on IA64 at -O3

2006-09-09 Thread bonzini at gnu dot org
--- Comment #2 from bonzini at gnu dot org 2006-09-09 13:05 --- Janis, could you do a binary search? On 4.1 branch the bug was not in r115546, and was there in r115639. Thanks. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28604

[Bug target/28604] [4.1/4.2 Regression] gcc.c-torture/execute/20050604-1.c fails on IA64 at -O3

2006-09-09 Thread bonzini at gnu dot org
--- Comment #3 from bonzini at gnu dot org 2006-09-09 13:06 --- Janis, could you do a binary search? On 4.1 branch the bug was not in r115546, and was there in r115639. Thanks. -- bonzini at gnu dot org changed: What|Removed |Added --

[Bug target/28995] [4.2 Regression] libgfortran build now fails on Darwin PPC

2006-09-09 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-09-09 13:19 --- Even without building fortran, this gives a lot of regressions: http://gcc.gnu.org/ml/gcc-testresults/2006-09/msg00462.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28995

[Bug c++/28301] [4.0/4.1/4.2 regression] ICE with broken specialization

2006-09-09 Thread lmillward at gcc dot gnu dot org
-- lmillward at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |lmillward at gcc dot gnu dot |dot org

[Bug c++/28301] [4.0/4.1/4.2 regression] ICE with broken specialization

2006-09-09 Thread patchapp at dberlin dot org
--- Comment #2 from patchapp at dberlin dot org 2006-09-09 13:20 --- Subject: Bug number PR c++/28301 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-09/msg00344.html -- http://gcc.gnu.org/bugzil

[Bug c++/28303] [4.1/4.2 regression] ICE on invalid typedef

2006-09-09 Thread patchapp at dberlin dot org
--- Comment #3 from patchapp at dberlin dot org 2006-09-09 13:25 --- Subject: Bug number PR c++/28303 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-09/msg00346.html -- http://gcc.gnu.org/bugzil

[Bug c++/28303] [4.1/4.2 regression] ICE on invalid typedef

2006-09-09 Thread lmillward at gcc dot gnu dot org
-- lmillward at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |lmillward at gcc dot gnu dot |dot org

[Bug c++/28996] [4.0/4.1/4.2 Regression] ICE with statement forming unused static member function reference

2006-09-09 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-09-09 13:27 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCON

[Bug c++/28861] [4.0/4.1/4.2 regression] ICE on invalid in-class specialization

2006-09-09 Thread lmillward at gcc dot gnu dot org
-- lmillward at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |lmillward at gcc dot gnu dot |dot org

[Bug c++/28861] [4.0/4.1/4.2 regression] ICE on invalid in-class specialization

2006-09-09 Thread patchapp at dberlin dot org
--- Comment #3 from patchapp at dberlin dot org 2006-09-09 13:38 --- Subject: Bug number PR c++/28861 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-09/msg00348.html -- http://gcc.gnu.org/bugzil

[Bug c/28997] New: 4.1.0 and 4.1.1 do not create executables in build

2006-09-09 Thread danp57 at optonline dot net
Configure statement was: ../gcc-4.1.0/configure --prefix=/usr/local --enable-languages=c,c++,fortran,java --with-gmp=/usr/local/lib --with-mpfr=/usr/local/lib Results of make: checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking for powerpc-apple-da

[Bug c/28997] 4.1.0 and 4.1.1 do not create executables in build

2006-09-09 Thread danp57 at optonline dot net
--- Comment #1 from danp57 at optonline dot net 2006-09-09 13:44 --- Build directory was gcc-4.1.1.obj/ -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28997

[Bug fortran/28947] Double MATMUL() uses wrong array elements

2006-09-09 Thread pault at gcc dot gnu dot org
--- Comment #2 from pault at gcc dot gnu dot org 2006-09-09 14:17 --- I have just posted a patch to the list. Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug fortran/28959] ICE on derived type with host association

2006-09-09 Thread pault at gcc dot gnu dot org
--- Comment #3 from pault at gcc dot gnu dot org 2006-09-09 14:18 --- I have just posted the patch to the list. Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added -

[Bug target/26778] [4.0/4.1 regression] GCC4 moves the result of a conditional block through inadequate registers

2006-09-09 Thread steven at gcc dot gnu dot org
--- Comment #12 from steven at gcc dot gnu dot org 2006-09-09 15:32 --- Paolo already said he won't backport his patch. And it seems like a bad idea to backport reload patches to release branches. So closing this bug as FIXED for mainline. -- steven at gcc dot gnu dot org changed:

[Bug c++/26957] [4.0/4.1 regression] ICE in make_decl_rtl, at varasm.c:871

2006-09-09 Thread jason at gcc dot gnu dot org
--- Comment #18 from jason at gcc dot gnu dot org 2006-09-09 16:11 --- Subject: Bug 26957 Author: jason Date: Sat Sep 9 16:11:34 2006 New Revision: 116799 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116799 Log: PR c++/26957 * method.c (use_thunk): Fix patch f

[Bug c++/28996] [4.0/4.1/4.2 Regression] ICE with statement forming unused static member function reference

2006-09-09 Thread jason at gcc dot gnu dot org
-- jason at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |jason at gcc dot gnu dot org |dot org

[Bug target/28995] [4.2 Regression] libgfortran build now fails on Darwin PPC

2006-09-09 Thread howarth at nitro dot med dot uc dot edu
-Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2-20060909/gcc -I../../gcc-4.2-20060909/gcc/. -I../../gcc-4.2-20060909/gcc/../include -I./../intl -I../../gcc-4.2-20060909/gcc/../libcpp/include -I/sw/include -I

[Bug target/28997] 4.1.0 and 4.1.1 do not create executables in build

2006-09-09 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-09-09 17:48 --- I am going to assume you are building GCC on a G4 which means you have to use --disable-multilib. -- pinskia 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-09-09 Thread dberlin at dberlin dot org
--- Comment #30 from dberlin at gcc dot gnu dot org 2006-09-09 17:55 --- Subject: Re: [4.0/4.1/4.2 Regression] alias bug with cast and call clobbered Patch coming in a sec On 9 Sep 2006 15:02:37 -, reichelt at gcc dot gnu dot org <[EMAIL PROTECTED]> wrote: > > > -- -- http:/

[Bug middle-end/28980] [4.0/4.1/4.2 Regression] ICE in loc_descriptor_from_tree_1 with -g

2006-09-09 Thread pinskia at gcc dot gnu dot org
--- Comment #9 from pinskia at gcc dot gnu dot org 2006-09-09 18:23 --- I have a fix for this which I am testing right now. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug testsuite/27707] g++.dg/tree-ssa/ivopts-1.C fails

2006-09-09 Thread danglin at gcc dot gnu dot org
--- Comment #5 from danglin at gcc dot gnu dot org 2006-09-09 18:25 --- I would like to request that this bug to be reopened. First, the test never failed on hppa*-*-linux*, so we now have two XPASS's on this target. Second, between 15 and 17 August, the second xfail for hppa*-*-* chan

[Bug testsuite/27707] g++.dg/tree-ssa/ivopts-1.C fails

2006-09-09 Thread rguenth at gcc dot gnu dot org
--- Comment #6 from rguenth at gcc dot gnu dot org 2006-09-09 18:34 --- I don't know what should be the difference between hpux and linux PA, though this is an issue of IVOPTs and rtl costs. -- rguenth at gcc dot gnu dot org changed: What|Removed |

[Bug testsuite/27707] g++.dg/tree-ssa/ivopts-1.C fails

2006-09-09 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #7 from dave at hiauly1 dot hia dot nrc dot ca 2006-09-09 18:45 --- Subject: Re: g++.dg/tree-ssa/ivopts-1.C fails > I don't know what should be the difference between hpux and linux PA, though > this is an issue of IVOPTs and rtl costs. I've the dump files for hppa-unknow

[Bug target/28995] [4.2 Regression] libgfortran build now fails on Darwin PPC

2006-09-09 Thread echristo at apple dot com
--- Comment #7 from echristo at apple dot com 2006-09-09 18:57 --- You run autoheader and autoconf. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28995

[Bug c++/28989] [4.0/4.1/4.2 Regression] post-increment of bool variable accepted as lvalue

2006-09-09 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-09-09 19:10 --- I think the problem is that i++ is being replaced with "i = 1" and (i = 1) = 2; turns out to be legal C++. If we add to boolean_increment to build a NON_LVALUE_EXPR, we will get an error at least I hope. -- htt

[Bug c++/28989] [4.0/4.1/4.2 Regression] post-increment of bool variable accepted as lvalue

2006-09-09 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-09-09 19:29 --- Yep that worked, testing the fix. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/28995] [4.2 Regression] libgfortran build now fails on Darwin PPC

2006-09-09 Thread howarth at nitro dot med dot uc dot edu
--- Comment #8 from howarth at nitro dot med dot uc dot edu 2006-09-09 19:44 --- Eric, I've been running autoheader and autoconf in the gcc source subdirectory. It does cause configure to run the test which results in... configure:13732: checking assembler for .literal16 configure:

[Bug target/28995] [4.2 Regression] libgfortran build now fails on Darwin PPC

2006-09-09 Thread echristo at apple dot com
--- Comment #9 from echristo at apple dot com 2006-09-09 19:51 --- Yeah, might be better off just bracketing the literal16 code in darwin.c with #ifdef HAVE_GAS_LITERAL16. Want to do that? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28995

[Bug target/28995] [4.2 Regression] libgfortran build now fails on Darwin PPC

2006-09-09 Thread howarth at nitro dot med dot uc dot edu
--- Comment #10 from howarth at nitro dot med dot uc dot edu 2006-09-09 19:53 --- Sure. I'll test it shortly and post. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28995

[Bug bootstrap/15212] [4.0/4.1/4.2 Regression] bootstrap fails on interix3

2006-09-09 Thread mkoeppe at gmx dot de
--- Comment #20 from mkoeppe at gmx dot de 2006-09-09 19:53 --- Hi all, as being pointed from PR 28968 to this one, I now tested "make bootstrap" with several gcc versions on native Interix/SFU 3.5 on W2K-SP4. The bootstrap compiler is interix gcc 3.3. In particular I tested - gcc-3.3.

[Bug target/28995] [4.2 Regression] libgfortran build now fails on Darwin PPC

2006-09-09 Thread echristo at apple dot com
--- Comment #11 from echristo at apple dot com 2006-09-09 20:09 --- Thanks. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28995

[Bug testsuite/27707] g++.dg/tree-ssa/ivopts-1.C fails

2006-09-09 Thread rguenther at suse dot de
--- Comment #10 from rguenther at suse dot de 2006-09-09 20:37 --- Subject: Re: g++.dg/tree-ssa/ivopts-1.C fails On Sat, 9 Sep 2006, dave at hiauly1 dot hia dot nrc dot ca wrote: > --- Comment #7 from dave at hiauly1 dot hia dot nrc dot ca 2006-09-09 > 18:45 --- > Subject: R

[Bug target/28995] [4.2 Regression] libgfortran build now fails on Darwin PPC

2006-09-09 Thread howarth at nitro dot med dot uc dot edu
--- Comment #12 from howarth at nitro dot med dot uc dot edu 2006-09-09 21:21 --- Created an attachment (id=12215) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12215&action=view) revised autoconf test Use preprocessor statements instead for darwin.c patch. -- http://gcc.gnu

[Bug c++/28988] [4.0/4.1/4.2 Regression] g++ does not check first type name in pseudo-destructor-name

2006-09-09 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-09-09 21:22 --- Mine. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned

[Bug target/28995] [4.2 Regression] libgfortran build now fails on Darwin PPC

2006-09-09 Thread echristo at apple dot com
--- Comment #13 from echristo at apple dot com 2006-09-09 21:27 --- Close, but I'd prefer to actually have the test for true as well in there. I'll go ahead and submit the patch similar. thanks for testing. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28995

[Bug c++/23287] [4.0/4.1/4.2 regression] Explicitly invoking destructor of template class in a template and is dependent

2006-09-09 Thread pinskia at gcc dot gnu dot org
--- Comment #15 from pinskia at gcc dot gnu dot org 2006-09-09 21:37 --- (In reply to comment #14) > I have reverted this patch. I think PR 28985 is related to this bug in that it is about the accepting the invalid code which was mentioned on the mailing list. -- http://gcc.gnu.org

[Bug rtl-optimization/28636] [4.0/4.1 regression] Miscompiled loop

2006-09-09 Thread ebotcazou at gcc dot gnu dot org
--- Comment #6 from ebotcazou at gcc dot gnu dot org 2006-09-09 22:09 --- > it looks like ifcvt messes up in pass 3 and puts the post-inc in the > cond-exec block. It's actually the combiner that wrongly ditches the post-inc, at least with the last set of options you posted. Amazingly

[Bug c++/28996] [4.0/4.1/4.2 Regression] ICE with statement forming unused static member function reference

2006-09-09 Thread jason at gcc dot gnu dot org
--- Comment #3 from jason at gcc dot gnu dot org 2006-09-09 22:27 --- Subject: Bug 28996 Author: jason Date: Sat Sep 9 22:26:53 2006 New Revision: 116800 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116800 Log: PR c++/28996 * cvt.c (convert_to_void): Strip COM

[Bug c++/28989] [4.0/4.1/4.2 Regression] post-increment of bool variable accepted as lvalue

2006-09-09 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-09-09 23:33 --- Grrr my patch causes a rejects valid to happen. void f() { bool i = 0; ++i = 6; } Is valid code as preincrement is an lvalue. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28989

[Bug target/28617] ___divti3 and ___umodti3 undefined for -m64 on powerpc-apple-darwin8

2006-09-09 Thread howarth at nitro dot med dot uc dot edu
--- Comment #2 from howarth at nitro dot med dot uc dot edu 2006-09-09 23:50 --- Created an attachment (id=12216) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12216&action=view) Remaining unapplied parts of the TImode patch for Darwin PPC -- http://gcc.gnu.org/bugzilla/show_

[Bug testsuite/27707] g++.dg/tree-ssa/ivopts-1.C fails

2006-09-09 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #11 from dave at hiauly1 dot hia dot nrc dot ca 2006-09-10 00:02 --- Subject: Re: g++.dg/tree-ssa/ivopts-1.C fails > It confirms that it is the same problem as on i?86, but it doesn't tell > why. I don't see an obvious difference in config/pa/ Yes, it does seem to be the

[Bug c++/28989] [4.0/4.1/4.2 Regression] post-increment of bool variable accepted as lvalue

2006-09-09 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-09-10 00:20 --- I have a better fix which does not regress on that valid code. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28989

[Bug middle-end/28915] [4.2 regression] ICE: tree check: expected class 'constant', have 'declaration' (var_decl) in build_vector, at tree.c:973

2006-09-09 Thread jason at gcc dot gnu dot org
-- jason at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |jason at gcc dot gnu dot org |dot org

[Bug target/28516] [4.2 regression] arm_unwind_emit_set, at config/arm/arm.c:15419 with -fexceptions

2006-09-09 Thread pinskia at gcc dot gnu dot org
--- Comment #12 from pinskia at gcc dot gnu dot org 2006-09-10 02:12 --- Reduced testcase: void do_lookup_x (int ref) { int check_match (void) { return ref; } } -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28516

[Bug target/28516] [4.2 regression] arm_unwind_emit_set, at config/arm/arm.c:15419 with -fexceptions

2006-09-09 Thread pinskia at gcc dot gnu dot org
--- Comment #13 from pinskia at gcc dot gnu dot org 2006-09-10 02:15 --- (In reply to comment #2) > The reduced testcase passes the -O because gcc un-nests the function. Is this > true of the original testcase, or does glibc require trampolines? Actually it might pass at -O1 for my test

[Bug target/28516] [4.2 regression] arm_unwind_emit_set, at config/arm/arm.c:15419 with -fexceptions

2006-09-09 Thread pinskia at gcc dot gnu dot org
--- Comment #14 from pinskia at gcc dot gnu dot org 2006-09-10 02:26 --- The set which we are ICEing on: (set (reg:SI 12 ip) (plus:SI (reg/f:SI 13 sp) (const_int 4 [0x4]))) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28516

[Bug fortran/28914] Code inside loop hangs; outside loop runs normally; runs OK on other compilers

2006-09-09 Thread jvdelisle at gcc dot gnu dot org
--- Comment #11 from jvdelisle at gcc dot gnu dot org 2006-09-10 04:18 --- Apatch for this bug has been submitted to the fortran list for approval. -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added --

[Bug fortran/28914] Code inside loop hangs; outside loop runs normally; runs OK on other compilers

2006-09-09 Thread jvdelisle at gcc dot gnu dot org
--- Comment #12 from jvdelisle at gcc dot gnu dot org 2006-09-10 04:53 --- Subject: Bug 28914 Author: jvdelisle Date: Sun Sep 10 04:53:18 2006 New Revision: 116808 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116808 Log: 2006-09-09 Paul Thomas <[EMAIL PROTECTED]> PR

[Bug fortran/28914] Code inside loop hangs; outside loop runs normally; runs OK on other compilers

2006-09-09 Thread jvdelisle at gcc dot gnu dot org
--- Comment #13 from jvdelisle at gcc dot gnu dot org 2006-09-10 04:58 --- Subject: Bug 28914 Author: jvdelisle Date: Sun Sep 10 04:58:29 2006 New Revision: 116809 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116809 Log: 2006-09-09 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug target/28997] 4.1.0 and 4.1.1 do not create executables in build

2006-09-09 Thread danp57 at optonline dot net
--- Comment #3 from danp57 at optonline dot net 2006-09-10 05:04 --- --disable-multilib solved the problem. It would be a good idea to add this in a note under http://gcc.gnu.org/install/specific.html Thank you very much for your response!! Amazing! Dan -- http://gcc.gnu.org/bug

[Bug fortran/20923] Compile time is high for the following code

2006-09-09 Thread jvdelisle at gcc dot gnu dot org
--- Comment #5 from jvdelisle at gcc dot gnu dot org 2006-09-10 05:05 --- This bug is related to slow compile found in test case for PR28914 with large array size. Constructor related. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20923

[Bug fortran/28914] Code inside loop hangs; outside loop runs normally; runs OK on other compilers

2006-09-09 Thread jvdelisle at gcc dot gnu dot org
--- Comment #14 from jvdelisle at gcc dot gnu dot org 2006-09-10 05:07 --- Fixed on 4.2 only, Follow PR20923 for long compile time issues. -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added ---