[Bug c++/25411] Optimization with -O2 -finline-functions gives wrong code

2005-12-16 Thread falk at debian dot org
--- Comment #5 from falk at debian dot org 2005-12-16 21:34 --- (In reply to comment #4) > It does NOT occur under > gcc version 4.0.3 20051208 (prerelease) Okay, so let's close it, then. -- falk at debian dot org changed: What|Removed |Added ---

[Bug middle-end/25459] [4.2 Regression] builtins.c:6283: ICE: in struct_equiv_block_eq, at struct-equiv.c:1149

2005-12-16 Thread danglin at gcc dot gnu dot org
--- Comment #2 from danglin at gcc dot gnu dot org 2005-12-16 21:46 --- It seems condjump_equiv_p (info, false) returns false because f1->dest and f2->dest are forwarder blocks: (gdb) p/x f1->dest->flags $6 = 0xc01 (gdb) p/x f2->dest->flags $8 = 0xc01 /* To simplify use of this funct

Re: [Bug bootstrap/25455] [4.2 Regression] "make all" with a native build now does a bootstrap instead of a normal build

2005-12-16 Thread Gabriel Dos Reis
Andrew Pinski <[EMAIL PROTECTED]> writes: [...] | But he did not which is why there is a bug report. At this moment, I guess the most important thing is that how to "make" is clarified and Paolo is willing to fix any problem that might result from his change. I'm doing what Daniel J. requested

[Bug bootstrap/25455] [4.2 Regression] "make all" with a native build now does a bootstrap instead of a normal build

2005-12-16 Thread gdr at integrable-solutions dot net
--- Comment #9 from gdr at integrable-solutions dot net 2005-12-16 22:01 --- Subject: Re: [4.2 Regression] "make all" with a native build now does a bootstrap instead of a normal build Andrew Pinski <[EMAIL PROTECTED]> writes: [...] | But he did not which is why there is a bug repor

[Bug testsuite/25422] [4.2 Regression] gcc.dg/20031012-1.c and gcc.dg/weak/weak-3.c (and a couple others) fails, forgot to update for new option, -Walways-true

2005-12-16 Thread bje at gcc dot gnu dot org
--- Comment #2 from bje at gcc dot gnu dot org 2005-12-16 22:13 --- Subject: Bug 25422 Author: bje Date: Fri Dec 16 22:12:55 2005 New Revision: 108689 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=108689 Log: PR testsuite/25422 * gcc.dg/20031012-1.c: Add -Walway

[Bug testsuite/25422] [4.2 Regression] gcc.dg/20031012-1.c and gcc.dg/weak/weak-3.c (and a couple others) fails, forgot to update for new option, -Walways-true

2005-12-16 Thread bje at gcc dot gnu dot org
--- Comment #3 from bje at gcc dot gnu dot org 2005-12-16 22:14 --- Fixed. -- bje at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug rtl-optimization/23837] [4.0/4.1/4.2 regression] Wrong code with REG_NO_CONFLICT notes (caused by combine)

2005-12-16 Thread steven at gcc dot gnu dot org
--- Comment #29 from steven at gcc dot gnu dot org 2005-12-16 22:19 --- Subject: Bug 23837 Author: steven Date: Fri Dec 16 22:19:09 2005 New Revision: 108690 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=108690 Log: PR rtl-optimization/23837 * optabs.c (expand_b

[Bug middle-end/25457] reorg.c:966: warning: unused variable 'insn'

2005-12-16 Thread steven at gcc dot gnu dot org
--- Comment #3 from steven at gcc dot gnu dot org 2005-12-16 22:21 --- Sorry for this. I had to edit my patch that caused this problem, and I forgot to bootstrap it on a target with delay slots :-( -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25457

[Bug rtl-optimization/23837] [4.0/4.1 regression] Wrong code with REG_NO_CONFLICT notes (caused by combine)

2005-12-16 Thread steven at gcc dot gnu dot org
--- Comment #30 from steven at gcc dot gnu dot org 2005-12-16 22:25 --- Should be fixed on the trunk. I guess the patch could be backported to all active branches, the bug is latent but present in all GCCs releases since 2.early. -- steven at gcc dot gnu dot org changed:

[Bug other/22313] [4.1/4.2 Regression] gcc HEAD as of 2005/07/05 fails to profiledbootstrap without -g

2005-12-16 Thread steven at gcc dot gnu dot org
--- Comment #20 from steven at gcc dot gnu dot org 2005-12-16 22:46 --- Review mail was here: http://gcc.gnu.org/ml/gcc-patches/2005-12/msg00121.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22313

[Bug fortran/25055] numeric STOP code should be limited to five digits

2005-12-16 Thread kargl at gcc dot gnu dot org
--- Comment #3 from kargl at gcc dot gnu dot org 2005-12-16 23:32 --- Subject: Bug 25055 Author: kargl Date: Fri Dec 16 23:32:29 2005 New Revision: 108692 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=108692 Log: 2005-12-10 Steven G. Kargl <[EMAIL PROTECTED]> PR fortr

[Bug fortran/25106] [4.0/4.1] statement label is zero

2005-12-16 Thread kargl at gcc dot gnu dot org
--- Comment #6 from kargl at gcc dot gnu dot org 2005-12-16 23:32 --- Subject: Bug 25106 Author: kargl Date: Fri Dec 16 23:32:29 2005 New Revision: 108692 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=108692 Log: 2005-12-10 Steven G. Kargl <[EMAIL PROTECTED]> PR fortr

[Bug fortran/25055] [4.1] numeric STOP code should be limited to five digits

2005-12-16 Thread kargl at gcc dot gnu dot org
--- Comment #4 from kargl at gcc dot gnu dot org 2005-12-16 23:34 --- I'll commit to 4.1 in a few days. -- kargl at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/24268] gfortran rejects valid format statement

2005-12-16 Thread jvdelisle at gcc dot gnu dot org
--- Comment #5 from jvdelisle at gcc dot gnu dot org 2005-12-16 23:44 --- Subject: Bug 24268 Author: jvdelisle Date: Fri Dec 16 23:44:14 2005 New Revision: 108695 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=108695 Log: 2005-12-16 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug fortran/24268] gfortran rejects valid format statement

2005-12-16 Thread jvdelisle at gcc dot gnu dot org
--- Comment #6 from jvdelisle at gcc dot gnu dot org 2005-12-16 23:49 --- Subject: Bug 24268 Author: jvdelisle Date: Fri Dec 16 23:49:33 2005 New Revision: 108696 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=108696 Log: 2005-12-16 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug rtl-optimization/25130] [4.1/4.2 Regression] miscompilation in GCSE

2005-12-16 Thread steven at gcc dot gnu dot org
--- Comment #4 from steven at gcc dot gnu dot org 2005-12-16 23:58 --- Re. comment #3, I can reproduce the bug with -fno-gcse-lm too, so this may be unrelated to load motion. I also tried with -O -fgcse and I'm seeing the bug then, too. Finally, I tried with CPROP1, CPROP2 and load pre

[Bug target/23687] Crosscompiler looks for files it never built

2005-12-16 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2005-12-17 00:26 --- No feedback in 3 months. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/14330] using -O3 causes a core whereas -O2 and under work

2005-12-16 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2005-12-17 00:50 --- Yes this is case which looks like unsigned short cw; __asm__ __volatile__("fstcw %0" : "=m"(cw)); cw &= ~(0x01|0x04|0x08); __asm__ __volatile__("fldcw %0" : : "m"(cw)); res = a*b; __asm__ __volat

[Bug rtl-optimization/25456] [4.2 Regression] cc0 targets are broken.

2005-12-16 Thread kazu at gcc dot gnu dot org
--- Comment #2 from kazu at gcc dot gnu dot org 2005-12-17 02:05 --- Subject: Bug 25456 Author: kazu Date: Sat Dec 17 02:05:07 2005 New Revision: 108707 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=108707 Log: PR rtl-optimization/25456 * struct-equiv.c (struct_

[Bug rtl-optimization/25456] [4.2 Regression] cc0 targets are broken.

2005-12-16 Thread kazu at gcc dot gnu dot org
-- kazu at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |kazu at gcc dot gnu dot org |dot org

[Bug middle-end/25459] [4.2 Regression] builtins.c:6283: ICE: in struct_equiv_block_eq, at struct-equiv.c:1149

2005-12-16 Thread kazu at gcc dot gnu dot org
--- Comment #3 from kazu at gcc dot gnu dot org 2005-12-17 02:10 --- Just checked in a patch. -- kazu at gcc dot gnu dot org changed: What|Removed |Added Stat

[Bug middle-end/25459] [4.2 Regression] builtins.c:6283: ICE: in struct_equiv_block_eq, at struct-equiv.c:1149

2005-12-16 Thread kazu at gcc dot gnu dot org
--- Comment #4 from kazu at gcc dot gnu dot org 2005-12-17 02:19 --- Sorry, I closed a wrong bug. I meant to close PR 25456. -- kazu at gcc dot gnu dot org changed: What|Removed |Added --

[Bug rtl-optimization/25456] [4.2 Regression] cc0 targets are broken.

2005-12-16 Thread kazu at gcc dot gnu dot org
--- Comment #3 from kazu at gcc dot gnu dot org 2005-12-17 02:20 --- Just checked in a patch. -- kazu at gcc dot gnu dot org changed: What|Removed |Added Stat

[Bug target/14798] [3.4/4.0/4.1/4.2 Regression] In case of SH target with -O2 option #pragma interrupt doesn't get resetted.

2005-12-16 Thread kazu at gcc dot gnu dot org
--- Comment #18 from kazu at gcc dot gnu dot org 2005-12-17 02:27 --- Anil, would you care to post your patch on gcc-patches? In general, people don't review patches in PRs. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14798

[Bug target/20016] Compiling libgcc2.c with -Os for avr-gcc?

2005-12-16 Thread sayle at gcc dot gnu dot org
--- Comment #3 from sayle at gcc dot gnu dot org 2005-12-17 03:09 --- Subject: Bug 20016 Author: sayle Date: Sat Dec 17 03:09:43 2005 New Revision: 108708 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=108708 Log: 2005-12-16 Bernd Trog <[EMAIL PROTECTED]> PR target/20

[Bug middle-end/25437] gcc-4.0.{1,2} produces bad code for -O2 on OpenSSL RC5 Crypto Test

2005-12-16 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2005-12-17 04:02 --- Fixed in 4.0.3. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|

[Bug bootstrap/25461] New: fastjar is broken on i386-*-freebsd

2005-12-16 Thread kargl at gcc dot gnu dot org
fastjar appears to have been broken with the new bootstrap. gmake bootstrap aborts with gmake[1]: Entering directory `/home/kargl/gcc/obj4x' Configuring in ./fastjar configure: loading cache ./config.cache configure: error: `CFLAGS' has changed since the previous run: configure: former value:

[Bug bootstrap/25461] [4.2 Regression] fastjar is broken on i386-*-freebsd

2005-12-16 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Severity|normal |blocker Keywords||build

[Bug bootstrap/25461] [4.2 Regression] fastjar is broken on i386-*-freebsd

2005-12-16 Thread kargl at gcc dot gnu dot org
--- Comment #1 from kargl at gcc dot gnu dot org 2005-12-17 05:17 --- Note, this is with a "gmake bootstrap" in a clean directory. There are no local modification of configure* files in my tree. mkdir obj cd obj ../gcc4x/configure --prefix=$HOME/work/4x --disable-libmudflap \ --enable-

[Bug bootstrap/25461] [4.2 Regression] fastjar is broken on i386-*-freebsd

2005-12-16 Thread kargl at gcc dot gnu dot org
--- Comment #2 from kargl at gcc dot gnu dot org 2005-12-17 05:25 --- One more note. I used "svn swtch" to remove the java and libjava sources from my local tree to free up space. Not knowing what fastjar is, I left it in place. I also restarted a build from scratch to get a copy of

[Bug other/25460] -pthread should have priority over -nostdlib

2005-12-16 Thread Ralf dot Wildenhues at gmx dot de
--- Comment #2 from Ralf dot Wildenhues at gmx dot de 2005-12-17 07:16 --- The question whether libtool should use -nostdlib in conjunction with adding all the other stuff explicitly is surely a valid one, if not completely trivial and with some interesting corner cases. It is, however

<    1   2