--- 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
---
--- 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
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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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:
--- 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
--- 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
--- 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
--- 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
--- 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]>
--- 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]>
--- 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
--- 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
--- 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
--- 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_
--
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
--- 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
--- 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
--
--- 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
--- 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
--- 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
--- 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|
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:
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Severity|normal |blocker
Keywords||build
--- 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-
--- 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
--- 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
101 - 131 of 131 matches
Mail list logo