[Bug target/22110] Wrong ld search paths passed to libtool for 64-bit compiles

2005-06-18 Thread lucier at math dot purdue dot edu
--- 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

[Bug target/22110] Wrong ld search paths passed to libtool for 64-bit compiles

2005-06-18 Thread lucier at math dot purdue dot edu
--- 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

[Bug tree-optimization/22019] [4.1 Regression] do_structure_copy ICE on Ada gnatlib

2005-06-18 Thread pinskia at gcc dot gnu dot org
--- 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

[Bug libstdc++/22111] [4.0/4.1 Regression] libstdc++ ABI

2005-06-18 Thread bkoz at gcc dot gnu dot org
--- 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

[Bug tree-optimization/22116] [4.1 Regression] PRE of COMPLEX_EXPR causes ICE

2005-06-18 Thread rth at gcc dot gnu dot org
--- 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

[Bug tree-optimization/22116] [4.1 Regression] PRE of COMPLEX_EXPR causes ICE

2005-06-18 Thread rth at gcc dot gnu dot org
--- 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

[Bug java/19870] gcj -C doesn't generate accessors for private members across nested class boundaries

2005-06-18 Thread rmathew at gcc dot gnu dot org
--- 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

[Bug tree-optimization/22026] [4.1 Regression] ACATS FAIL C45331A fixed point wrong code (VRP related)

2005-06-18 Thread kazu at cs dot umass dot edu
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |kazu at cs dot umass dot edu |dot org | Status|NEW

[Bug tree-optimization/22117] New: VRP thinks + is always nonnull.

2005-06-18 Thread kazu at cs dot umass dot edu
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

[Bug target/22118] New: ld64 failed: vanilla pointer relocation found that is not 8-bytes

2005-06-18 Thread lucier at math dot purdue dot edu
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

[Bug target/22118] ld64 failed: vanilla pointer relocation found that is not 8-bytes

2005-06-18 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added GCC build triplet|powerpc-apple-darwin8.1.0 | GCC host triplet|powerpc-apple-darwin8.1.0 | Keywords||wrong-code

[Bug tree-optimization/22116] [4.1 Regression] PRE of COMPLEX_EXPR causes ICE

2005-06-18 Thread cvs-commit at gcc dot gnu dot org
--- 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

[Bug tree-optimization/22116] [4.1 Regression] PRE of COMPLEX_EXPR causes ICE

2005-06-18 Thread rth at gcc dot gnu dot org
--- Additional Comments From rth at gcc dot gnu dot org 2005-06-19 06:38 --- Fixed. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug tree-optimization/22055] [4.1 Regression] ACATS ICE cxg1004 cxg1005 cxg2007 cxg2018 cxg2021 expected ssa_name, have var_decl in verify_ssa tree-ssa.c:750

2005-06-18 Thread rth at gcc dot gnu dot org
-- 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 --

[Bug target/21745] ICE during build of h8300 cross-compiler

2005-06-18 Thread hkubota at gmx dot net
--- 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

<    1   2