[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

[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 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/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 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 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 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 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 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/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 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 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/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 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 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 middle-end/7776] const char* p = "foo"; if (p == "foo") ... is compiled without warning!

2005-06-18 Thread roger at eyesopen dot com
--- Additional Comments From roger at eyesopen dot com 2005-06-19 01:49 --- A revised patch, allowing equality and inequality comparisons against NULL, yet retaining warnings for things like 'if ("foo" > 0)' and 'if ("foo" == "bar")' was posted here: http://gcc.gnu.org/ml/gcc-patches/20

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

2005-06-18 Thread dberlin at dberlin dot org
--- Additional Comments From dberlin at gcc dot gnu dot org 2005-06-19 01:43 --- Subject: Re: [4.1 Regression] PRE of COMPLEX_EXPR causes ICE On Sun, 2005-06-19 at 01:16 +, rth at gcc dot gnu dot org wrote: > --- Additional Comments From rth at gcc dot gnu dot org 2005

[Bug c++/22115] [4.1 regression] testsuite failure: g++.dg/conversion/simd2.C

2005-06-18 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added GCC host triplet|i686-pc-linux-gnu | GCC target triplet|mmix-knuth-mmixware cris- | |axis-elf cris-axis-linux-gnu| Target M

[Bug testsuite/19802] scan-not-hidden breaks with unknown object format

2005-06-18 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-19 01:41 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW E

[Bug middle-end/21916] [4.1 Regression] ICE: segmentation fault in stage3

2005-06-18 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-19 01:39 --- Fixed, both targets. -- What|Removed |Added Status|UNCONFIRMED |

[Bug c++/22115] [4.1 regression] testsuite failure: g++.dg/conversion/simd2.C

2005-06-18 Thread jsm28 at gcc dot gnu dot org
--- Additional Comments From jsm28 at gcc dot gnu dot org 2005-06-19 01:39 --- Also on hppa2.0w-hp-hpux11.11, hppa2.0w-hp-hpux11.23, hppa64-hp-hpux11.11, hppa64-hp-hpux11.23, i686-pc-linux-gnu, ia64-hp-hpux11.23. -- What|Removed |Added --

[Bug middle-end/21953] [4.1 Regression] Many tmpdir-gcc.dg-struct-layout-1 tests fail on Tru64 UNIX V5.1B

2005-06-18 Thread jsm28 at gcc dot gnu dot org
-- Bug 21953 depends on bug 21885, which changed state. Bug 21885 Summary: [4.1 Regression] compat testsuite failures http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21885 What|Old Value |New Value ---

[Bug middle-end/21885] [4.1 Regression] compat testsuite failures

2005-06-18 Thread jsm28 at gcc dot gnu dot org
--- Additional Comments From jsm28 at gcc dot gnu dot org 2005-06-19 01:35 --- Fixed some time between 20050615 and 20050618 (each date at 07:00 UTC). -- What|Removed |Added

[Bug middle-end/21916] [4.1 Regression] ICE: segmentation fault in stage3

2005-06-18 Thread jsm28 at gcc dot gnu dot org
--- Additional Comments From jsm28 at gcc dot gnu dot org 2005-06-19 01:34 --- Fixed 20050618 at least as regards hppa2.0w-hpux. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21916

[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 01:16 --- Danny, would you look at this? I have no idea why PRE is claiming to insert an expression, Created phi prephitmp.27_34 = PHI ; in block 2 but then not actually doing it. -- http://gcc.gnu.org/bugzilla/sho

[Bug AWT/21978] GCC 4.0 Awt and Swing problem

2005-06-18 Thread rmathew at gcc dot gnu dot org
--- Additional Comments From rmathew at gcc dot gnu dot org 2005-06-19 01:07 --- I think you're trying to configure and compile GCC in the source folder. Unfortunately, this is not yet supported. Try creating a new folder totally outside of the GCC source tree and then run configure an

[Bug ada/18692] Ada should have a dg testsuite

2005-06-18 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-18 23:58 --- I think in the next couple of weeks I am going to work on this. -- What|Removed |Added

[Bug c/5141] GCC 3.0.3 / 3.1 20011215 ICE (regression to gcc-2.95.3)

2005-06-18 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |3.1.x/3.2.x http://gcc.gnu.org/bugzilla/show_bug.cgi?id=5141

[Bug c++/5094] partial specialisation cannot be friend??

2005-06-18 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |3.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=5094

[Bug other/5027] Problem on install gcc 2.95.2 on AIX4.3.3 system

2005-06-18 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-18 23:50 --- Mark as invalid. -- What|Removed |Added Status|REOPENED|RESO

[Bug other/5027] Problem on install gcc 2.95.2 on AIX4.3.3 system

2005-06-18 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-18 23:50 --- Reopening to ... -- What|Removed |Added Status|RESOLVED|REO

[Bug other/5022] gcc -lgcc only for gpl-compatible programs, others are suddenly illegal.

2005-06-18 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-18 23:49 --- Mark as invalid. -- What|Removed |Added Status|REOPENED|RESO

[Bug other/5022] gcc -lgcc only for gpl-compatible programs, others are suddenly illegal.

2005-06-18 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-18 23:49 --- Reopening to ... -- What|Removed |Added Status|RESOLVED|REOP

[Bug bootstrap/2639] [3.1 Regression] genattrtab segv

2005-06-18 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Summary|genattrtab segv |[3.1 Regression] genattrtab ||segv Target Milestone|---

[Bug rtl-optimization/2590] [3.0 Regression] bad code generated with optimization and PIC (regression from 2.95)

2005-06-18 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Summary|bad code generated with |[3.0 Regression] bad code |optimization and PIC|generated with optimization

[Bug c++/1791] wtf is synopsis?

2005-06-18 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-18 23:36 --- Mark as invalid. -- What|Removed |Added Status|REOPENED|RESO

[Bug c++/1791] wtf is synopsis?

2005-06-18 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-18 23:36 --- Reopening to ... -- What|Removed |Added Status|RESOLVED|REOP

[Bug c/1623] GCC allows void function to return value

2005-06-18 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-18 23:29 --- Mark as invalid. -- What|Removed |Added Status|REOPENED|RESO

[Bug c/1623] GCC allows void function to return value

2005-06-18 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-18 23:29 --- Reopening to ... -- What|Removed |Added Status|RESOLVED|REOP

[Bug target/22077] [4.0/4.1 Regression] vec_all_eq does not produce good result

2005-06-18 Thread roger at eyesopen dot com
--- Additional Comments From roger at eyesopen dot com 2005-06-18 23:26 --- My apologies for not knowing this had a PR. Here's the proposed solution that I sent to Fariborz and Dale for testing. Index: combine.c === RCS fi

[Bug rtl-optimization/15584] Ada build with stage1 bootstrap compiler fails.

2005-06-18 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |3.4.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15584

[Bug target/21351] internal compiler error with sse

2005-06-18 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |3.4.5 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21351

[Bug libgcj/21949] java.rmi.server.RMIClassLoader.getClassLoader() is private, should be public

2005-06-18 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21949

[Bug tree-optimization/19633] local address incorrectly thought to escape

2005-06-18 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.0.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19633

[Bug libfortran/21950] All gfortran execution tests fail on Tru64 UNIX V4.0F: scalbn unresolved

2005-06-18 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.0.1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21950

[Bug libfortran/19216] list directed read with leading slash (NIST FM923)

2005-06-18 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.0.1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19216

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

2005-06-18 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22110

[Bug target/19923] [4.0/4.1 Regression] openssl is slower when compiled with gcc 4.0 than 3.3

2005-06-18 Thread dank at kegel dot com
--- Additional Comments From dank at kegel dot com 2005-06-18 22:45 --- I asked the fellow who posted the original problem report to give me the results of 'cat /proc/cpuinfo' on the affected machine. Here it is: vendor_id : GenuineIntel cpu family : 6 model : 8 mode

[Bug libstdc++/21796] (v7-branch) std::search not using std::find

2005-06-18 Thread pcarlini at suse dot de
--- Additional Comments From pcarlini at suse dot de 2005-06-18 22:21 --- Ah! And in that case the solution promises to be also very clean! Remember to post first a simple example, as usual. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21796

[Bug libstdc++/21796] (v7-branch) std::search not using std::find

2005-06-18 Thread chris at bubblescope dot net
--- Additional Comments From chris at bubblescope dot net 2005-06-18 22:18 --- Actually, *slaps forehead*, the problem of empty structs can just be avoided using EBO :) I'll knock up a patch doing just that :) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21796

[Bug fortran/16404] should reject invalid code with -pedantic -std=f95 ? (x8)

2005-06-18 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-06-18 21:52 --- Since number 2 is already reported, we only have 3 and 6 left: ! test 3 REAL :: A REAL, TARGET :: B EQUIVALENCE(A,B) END ! test 6 ! If component of public derived type 'all_type' of type is declare

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

2005-06-18 Thread laurent at guerby dot net
--- Additional Comments From laurent at guerby dot net 2005-06-18 21:29 --- confirmed on x86_64-linux gcc version 4.1.0 20050618 (experimental) [EMAIL PROTECTED]:~/tmp$ gcc -c -O2 t.c t.c: In function 'f': t.c:3: internal compiler error: tree check: expected ssa_name, have v

[Bug fortran/20777] [4.0 only] Arithmetic IF not flagged obsolete

2005-06-18 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-06-18 21:23 --- Finally commited patch to 4.0. Fixed -- What|Removed |Added Status|NEW

[Bug fortran/20777] [4.0 only] Arithmetic IF not flagged obsolete

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-18 21:22 --- Subject: Bug 20777 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-06-18 21:22:09 Modified files: gcc/fortran: Change

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

2005-06-18 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-18 21:10 --- Adding RTH to the CC since it was his change which caused this. -- What|Removed |Added

[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 pinskia at gcc dot gnu dot org
different ICE with -fdump-tree-all (or even just -fdump-tree-pre) The ICE for those two testcases with -fdump-tree-all is: +===GNAT BUG DETECTED==+ | 4.1.0 20050618 (experimental) (powerpc-apple-darwin7.8.0) GCC error: | | in get_loop_body, at

[Bug fortran/15966] ICE and segmentation fault on internal write

2005-06-18 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-06-18 20:58 --- *** Bug 20843 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug fortran/20843] ICE on unformatted I/O to internal file

2005-06-18 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-06-18 20:58 --- How come I didn't see this one? It's a duplicate of weel-known PR 15966. *** This bug has been marked as a duplicate of 15966 *** -- What|Removed |Added --

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

2005-06-18 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-18 20:56 --- Here is something which is slightly reduced: void g(_Complex float); _Complex float f(int data, _Complex float x, _Complex float y) { _Complex float i, t; if (data) { i = x + __imag__ y; g(i)

[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 pinskia at gcc dot gnu dot org
-- What|Removed |Added BugsThisDependsOn||22116 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22055

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

2005-06-18 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-18 20:53 --- This is at least ACATS test cxg1005 which fails because of this. -- What|Removed |Added

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

2005-06-18 Thread pinskia at gcc dot gnu dot org
The following C testcase ICEs at -O2: void g(_Complex float); _Complex float f(int data, _Complex float x, _Complex float y) { _Complex float i; _Complex float t, u, v; if (data) { i = x + __imag__ y; g(i); } else {

[Bug fortran/15966] ICE and segmentation fault on internal write

2005-06-18 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-06-18 20:40 --- Well, this one should be so difficult. I think the tweak should be in io.c: /* Resolve everything in a gfc_dt structure. */ try gfc_resolve_dt (gfc_dt * dt) There is some code called "Sanity checks on d

[Bug c++/22115] New: [4.1 regression] testsuite failure: g++.dg/conversion/simd2.C

2005-06-18 Thread hp at gcc dot gnu dot org
With LAST_UPDATED: "Sat Jun 18 12:53:47 UTC 2005" I get: Running /home/hp/combined/combined/gcc/testsuite/g++.dg/dg.exp ... ... FAIL: g++.dg/conversion/simd2.C (test for errors, line 15) FAIL: g++.dg/conversion/simd2.C (test for excess errors) With the message in the .log being: x/combined/gcc/te

[Bug fortran/15966] ICE and segmentation fault on internal write

2005-06-18 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-06-18 20:17 --- *** Bug 21902 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966

[Bug fortran/21902] ICE in build_array_type, at tree.c:4581

2005-06-18 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-06-18 20:17 --- Yes it is (same backtrace and all). Well, PR15966 was GCC's most reported bug, but this was an ex aequo. Now, it's be a not-for-share gold medal. *** This bug has been marked as a duplicate of 15966 ***

[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-18 19:37 --- This is fixed in today's cvs sources, perhaps because of http://gcc.gnu.org/ml/gcc-cvs/2005-06/msg00681.html -- What|Removed |Added -

[Bug fortran/21931] problem with fugly-logint flag and evaluating if statements

2005-06-18 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-06-18 18:48 --- Well, it says: "Reported against: 3.4.2" -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21931

Re: change in templates in gcc-4

2005-06-18 Thread Giovanni Bajo
Davy Durham <[EMAIL PROTECTED]> wrote: > Hey, question.. Just wondering if gcc is supposed to behave this way now. > For example, I have a template: [...] > > In gcc-3, there was no error until you tried to call f.method2(), but in > gcc-4 it gives the error when foo is instantiated whether the

[Bug fortran/21961] PURE function in INTERFACE block not resolved as being a function

2005-06-18 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-06-18 18:42 --- Confirmed, we should not issue such warning. Here is a (slightly) reduced testcase: MODULE procedures PUBLIC :: test PRIVATE :: test2 INTERFACE test MODULE PROCEDURE test2 END INTERFACE

g++: change in templates in gcc-4

2005-06-18 Thread Davy Durham
Hey, question.. Just wondering if gcc is supposed to behave this way now. For example, I have a template: template class foo { ... void method1(T a1) {...} T method2() {...} ... }; Notice, method1 accepts a parameter of type T and method2 returns a value of type T. Well, if foo i

[Bug fortran/16606] gfortran error with a valid derived type definition

2005-06-18 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-06-18 18:31 --- *** Bug 22101 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug fortran/22101] use of type(x), pointer:: next => null() causes compilation to fail with a spurious error message

2005-06-18 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-06-18 18:31 --- Reduction of this one: type solid integer :: i = 0 end type solid type(solid), pointer :: a end so, this is indeed PR 16606. Thanks for reporting! *** This bug has been marked as a duplicate

[Bug fortran/19926] [4.0 only] Incorrect rank with PARAMETER and array element.

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-18 18:27 --- Subject: Bug 19926 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-06-18 18:27:06 Modified files: gcc/testsuite : ChangeLog Added files: gcc/t

[Bug fortran/19926] [4.0 only] Incorrect rank with PARAMETER and array element.

2005-06-18 Thread kargl at gcc dot gnu dot org
--- Additional Comments From kargl at gcc dot gnu dot org 2005-06-18 18:20 --- Fixed in 4.1. I close this when I commit to 4.0.2. -- What|Removed |Added Keywords|

[Bug fortran/19926] Incorrect rank with PARAMETER and array element.

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-18 18:16 --- Subject: Bug 19926 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-06-18 18:16:22 Modified files: gcc/fortran: ChangeLog primary.c Log message:

[Bug ada/18659] [4.1 Regression] 6 ACATS ICEs in tree-sra.c:1507

2005-06-18 Thread laurent at guerby dot net
--- Additional Comments From laurent at guerby dot net 2005-06-18 18:16 --- Still present on x86-linux as of LAST_UPDATED: Sat Jun 18 09:02:59 UTC 2005 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18659

[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 pinskia at gcc dot gnu dot org
-- What|Removed |Added Component|ada |tree-optimization Summary|ACATS ICE cxg1004 cxg1005 |[4.1 Regression] ACATS ICE

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

2005-06-18 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-18 18:02 --- Confirmed, C testcase: int f(int x, int y) { if (x != 0) if (y != 0) { int t = x + y; if (t != 0) return 1; } return 0; } void abort (); int main (void) { int

[Bug ada/22026] [4.1 Regression] ACATS FAIL C45331A fixed point wrong code

2005-06-18 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-18 17:57 --- VRP is causing it: min.14_397 = min.14_393; max.6_398 = max.6_377; D.554_399 = min.14_397 + max.6_398; - if (D.554_399 != 0) goto ; else goto ; - -:; D.555 = C.17; -- http://gcc.gnu.org/bu

[Bug target/19923] [4.0/4.1 Regression] openssl is slower when compiled with gcc 4.0 than 3.3

2005-06-18 Thread dank at kegel dot com
--- Additional Comments From dank at kegel dot com 2005-06-18 17:46 --- The above tests did not use -mcpu on gcc-2.95.3, so they were comparing apples to oranges, kind of. I reran them on a PIII with gcc-2.95.3 -mcpu=$tune -O3 and gcc-[34] -mtune=$tune -O3. The problem persists even wh

[Bug target/21742] [4.1 Regression] unrecognized insn for struct-layout-1 tests with complex members

2005-06-18 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Keywords||ice-on-valid-code Summary|unrecognized insn for |[4.1 Regression] |struct-l

[Bug middle-end/21985] [4.0/4.1 Regression] miscompiled or wrong code snippet?

2005-06-18 Thread hp at gcc dot gnu dot org
--- Additional Comments From hp at gcc dot gnu dot org 2005-06-18 17:09 --- Regarding comment #10, I can confirm that the test fails on mmix-knuth-mmixware too (a 64-bit target), ever since it was committed; but not on cris-elf, cris-axis-linux-gnu (32-bit targets). -- http://gcc.gnu

[Bug libfortran/21593] FAIL: gfortran.dg/dev_null.f90

2005-06-18 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca 2005-06-18 16:52 --- Subject: Re: FAIL: gfortran.dg/dev_null.f90 > The redhat system that I checked, identifies /dev/null as "a > special file" in null(4). The ftruncate man page specifically > states the behavior fo

[Bug libfortran/21593] FAIL: gfortran.dg/dev_null.f90

2005-06-18 Thread sgk at troutmask dot apl dot washington dot edu
--- Additional Comments From sgk at troutmask dot apl dot washington dot edu 2005-06-18 16:19 --- Subject: Re: FAIL: gfortran.dg/dev_null.f90 > int main (void) > { > int fd = open ("/dev/null", O_RDWR); > ftruncate (fd, 0); > printf ("%d\n", errno); > close (fd); > return 0;

[Bug middle-end/21992] [4.1 regression] testsuite failure: many objc execution tests fail, first objc/execute/_cmd.m execution

2005-06-18 Thread hp at gcc dot gnu dot org
--- Additional Comments From hp at gcc dot gnu dot org 2005-06-18 16:10 --- Also observed on cris-elf and cris-axis-linux-gnu, same timeframe and ever since. -- What|Removed |Added -

[Bug libfortran/21593] FAIL: gfortran.dg/dev_null.f90

2005-06-18 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca 2005-06-18 15:48 --- Subject: Re: FAIL: gfortran.dg/dev_null.f90 > On linux, this code outputs 22 (EINVAL), while on freebsd it outputs 0. I > suppose the reason of the failure is similar for other platforms. It outpu

[Bug testsuite/21967] [4.1 Regression] gcc.dg/tree-ssa/loop-2.c and gcc.dg/tree-ssa/loop-4.c fail

2005-06-18 Thread hp at gcc dot gnu dot org
--- Additional Comments From hp at gcc dot gnu dot org 2005-06-18 15:35 --- Also observed for mmix-knuth-mmixware, cris-axis-elf and cris-axis-linux-gnu appearing in the time-frame LAST_UPDATED "Tue Jun 7 09:57:32 UTC 2005" to "Wed Jun 8 03:30:13 UTC 2005" and has failed ever since the

[Bug c++/22114] Incorrect diagnostic for specialization of a nested class template

2005-06-18 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Known to fail||2.95.3 3.0.4 3.3.3 3.4.0 ||4.0.0 4.1.0 http://gcc.gnu.org/bugzi

[Bug c++/22114] Incorrect diagnostic for specialization of a nested class template

2005-06-18 Thread giovannibajo at libero dot it
-- What|Removed |Added Attachment #9108|text/x-cpp |text/plain mime type|| http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22114

[Bug target/22112] Another fallout from alias warning patch

2005-06-18 Thread graham dot stott at btinternet dot com
--- Additional Comments From graham dot stott at btinternet dot com 2005-06-18 14:21 --- Subject: Re: Another fallout from alias warning patch nathan at gcc dot gnu dot org wrote: > --- Additional Comments From nathan at gcc dot gnu dot org 2005-06-18 > 13:04 --- > can someon

Re: [Bug target/22112] Another fallout from alias warning patch

2005-06-18 Thread Graham Stott
nathan at gcc dot gnu dot org wrote: --- Additional Comments From nathan at gcc dot gnu dot org 2005-06-18 13:04 --- can someone send me the .i file and/or sys/ucontext.h, I don't have an x86-64 system available. It also happens on i686-pc-linux-gnu

[Bug c++/22114] Incorrect diagnostic for specialization of a nested class template

2005-06-18 Thread cpp at tempest-sw dot com
--- Additional Comments From cpp at tempest-sw dot com 2005-06-18 14:13 --- Created an attachment (id=9108) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9108&action=view) sample code -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22114

[Bug c++/22114] New: Incorrect diagnostic for specialization of a nested class template

2005-06-18 Thread cpp at tempest-sw dot com
The code in the attached file is correct (Comeau 4.3.0.1 agrees with me), but g++ reports an error: doxybug.cpp:13: error: too few template-parameter-lists -- Summary: Incorrect diagnostic for specialization of a nested class template Product: gcc

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

2005-06-18 Thread laurent at guerby dot net
--- Additional Comments From laurent at guerby dot net 2005-06-18 13:51 --- Now 5 tests with this ICE. +===GNAT BUG DETECTED==+ | 4.1.0 20050618 (experimental) (x86_64-unknown-linux-gnu) GCC error: | | tree check: expected

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

2005-06-18 Thread giovannibajo at libero dot it
-- What|Removed |Added Severity|normal |critical Target Milestone|--- |4.0.1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22

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

2005-06-18 Thread giovannibajo at libero dot it
--- Additional Comments From giovannibajo at libero dot it 2005-06-18 13:48 --- I see this also on 4.1.0 20050617. -- What|Removed |Added CC|

[Bug target/22083] [3.4/4.0/4.1 Regression] TARGET_C99_FUNCTIONS is wrongly defined on AIX 5.1

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-18 13:26 --- Subject: Bug 22083 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-06-18 13:26:20 Modified files: gcc: ChangeLog gcc/config/rs6000:

[Bug target/22112] Another fallout from alias warning patch

2005-06-18 Thread nathan at gcc dot gnu dot org
--- Additional Comments From nathan at gcc dot gnu dot org 2005-06-18 13:04 --- can someone send me the .i file and/or sys/ucontext.h, I don't have an x86-64 system available. -- What|Removed |Added

[Bug AWT/21978] GCC 4.0 Awt and Swing problem

2005-06-18 Thread abilalh at yahoo dot com
--- Additional Comments From abilalh at yahoo dot com 2005-06-18 12:57 --- (In reply to comment #5) > (In reply to comment #4) > Yes you have to recompile GCC/GCJ. i recomplie gcc4.0 with --enable-java-awt=gtk configure option but it gave error on make bootstrap command that gtk version

  1   2   >