--- Additional Comments From lucier at math dot purdue dot edu 2005-06-19
02:02 ---
This is a simple patch that can and probably should be back-ported to 4.0.2
after the 4.0 branch is re-opened.
It seems that I probably made a mistake when I marked it resolved. It is still
open on the
--- Additional Comments From lucier at math dot purdue dot edu 2005-06-19
02:21 ---
Well, I made more than one mistake today.
While Geoff's patch allows gcc to find libgcc_s_ppc64.dylib when running the
test suite, the installed compiler can't seem to find this library when trying
to bu
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-19
02:49 ---
Actually the ICE in the testsuite is a different bug from the bootstrap ICE.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22019
--- Additional Comments From bkoz at gcc dot gnu dot org 2005-06-19 03:08
---
What binutils are you using? Can you attach the libstdc++.log after you do "make
check-abi'?
thanks,
benjamin
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22111
--- Additional Comments From rth at gcc dot gnu dot org 2005-06-19 03:12
---
(In reply to comment #7)
> It actually does.
Ah. I failed to add -vops to the dump and so mis-diagnosed the problem.
> The first problem here is that PRE doesn't mark anything for renaming
> because it's neve
--- Additional Comments From rth at gcc dot gnu dot org 2005-06-19 03:14
---
Mine.
--
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |rth at gcc dot gnu
--- Additional Comments From rmathew at gcc dot gnu dot org 2005-06-19
03:23 ---
A patch for the remaining bit is here:
http://gcc.gnu.org/ml/java-patches/2005-q2/msg00742.html
--
What|Removed |Added
--
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |kazu at cs dot umass dot edu
|dot org |
Status|NEW
Consider:
void
foo (int *p, int q)
{
if (p == 0)
{
if (q == 0)
{
int *r = &p[q];
if (r != 0)
link_error ();
}
}
}
Note that the innermost "if" condition should be folded to false,
but VRP folds that to true.
Under "if (q == 0)", bot
After enabling multilibs, there are many c++ testsuite failures like the
following (taken from gcc/testsuite/g++.log):
Testing debug/const1.C, -gdwarf-21
Executing on host:
/Users/lucier/programs/gcc/gcc-mainline/objdir/gcc/testsuite/../g++
-B/Users/lucier/programs/gcc/gcc-mainline/objdir/gcc/test
--
What|Removed |Added
GCC build triplet|powerpc-apple-darwin8.1.0 |
GCC host triplet|powerpc-apple-darwin8.1.0 |
Keywords||wrong-code
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-19
06:32 ---
Subject: Bug 22116
CVSROOT:/cvs/gcc
Module name:gcc
Changes by: [EMAIL PROTECTED] 2005-06-19 06:32:31
Modified files:
gcc: ChangeLog tree-ssa-pre.c
Added files
--- Additional Comments From rth at gcc dot gnu dot org 2005-06-19 06:38
---
Fixed.
--
What|Removed |Added
Status|ASSIGNED|RESOLVED
--
Bug 22055 depends on bug 22116, which changed state.
Bug 22116 Summary: [4.1 Regression] PRE of COMPLEX_EXPR causes ICE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22116
What|Old Value |New Value
--
--- Additional Comments From hkubota at gmx dot net 2005-06-19 06:49
---
Same here when doing probably the same. Used vanilla gcc-3.4.4 sources.
/var/tmp/gcc-3.4.4/h8300-elf/h8300s/normal/libstdc++-v3/include/bits/locale_facets.tcc:
In member function `_InIter std::money_get<_CharT, _In
101 - 115 of 115 matches
Mail list logo