[Bug tree-optimization/21141] New: excessive stack usage

2005-04-21 Thread vda at port dot imtp dot ilyichevsk dot odessa dot ua
# gcc -v Reading specs from /.share/usr/app/gcc-3.4.3/bin/../lib/gcc/i386-pc-linux-gnu/3.4.3/specs Configured with: ../gcc-3.4.3/configure --prefix=/usr/app/gcc-3.4.3 --exec-prefix=/usr/app/gcc-3.4.3 --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/app/gcc-3.4.3/libexec

[Bug rtl-optimization/21141] excessive stack usage

2005-04-21 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Component|tree-optimization |rtl-optimization Keywords||missed-optimization, ra

[Bug rtl-optimization/21141] excessive stack usage

2005-04-21 Thread vda at port dot imtp dot ilyichevsk dot odessa dot ua
--- Additional Comments From vda at port dot imtp dot ilyichevsk dot odessa dot ua 2005-04-21 06:08 --- Created an attachment (id=8695) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8695action=view) testcase Use gcc -O2 -S t.c --

[Bug c++/21142] New: inherited class member not visible in complex templated hierarchy

2005-04-21 Thread lawless at spamcop dot net
Bug appears in g++ 3.4, 4.0, probably 4.1. Does not appear in g++ 3.2, 3.3, icc 8.0, 8.1, Sun CC 5.4. -- Summary: inherited class member not visible in complex templated hierarchy Product: gcc Version: 4.0.0 Status: UNCONFIRMED

[Bug c++/21142] inherited class member not visible in complex templated hierarchy

2005-04-21 Thread lawless at spamcop dot net
--- Additional Comments From lawless at spamcop dot net 2005-04-21 06:09 --- Created an attachment (id=8696) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8696action=view) testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21142

[Bug c++/21142] inherited class member not visible in complex templated hierarchy

2005-04-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-21 06:13 --- Invalid, read 3.4's release notes. -- What|Removed |Added Status|UNCONFIRMED

[Bug rtl-optimization/21141] [3.4 Regression] excessive stack usage

2005-04-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-21 06:18 --- 4.1.0/4.0.0 gives: subl$268, %esp which is better than 3.4.x. 3.4.0 gives: subl$732, %esp Only a 3.4 regression, confirmed: subl$3516, %esp -- What

[Bug rtl-optimization/21141] [3.4 Regression] excessive stack usage

2005-04-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-21 06:27 --- Note your testcase has uninitialized variables, well the arrays are uninitizalized, after fixing them, it gets worse: subl$3532, %esp Though on 4.0.0/4.1.0, we get better: subl

[Bug rtl-optimization/21141] [3.4 Regression] excessive stack usage

2005-04-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-21 06:33 --- Hmm, with -fomit-frame-pointer, the stack usage goes back to an okay value: subl$604, %esp I think this is just another case where spills are no not reused, see PR 17838. so

[Bug tree-optimization/18463] [4.0/4.1 Regression] suboptimal use of fancy x86 addressing modes

2005-04-21 Thread rakdver at gcc dot gnu dot org
--- Additional Comments From rakdver at gcc dot gnu dot org 2005-04-21 07:57 --- The up-to-date version of the patch that fixes the problem: http://gcc.gnu.org/ml/gcc-patches/2005-04/msg01360.html -- What|Removed |Added

[Bug fortran/18883] ICE in gfc_finish_var_decl

2005-04-21 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2005-04-21 08:44 --- Here's a similar testcase that crashes in the same spot: == module FOO contains function BAR(X) character(*) :: X character(len(X)) :: BAR

[Bug fortran/21143] New: cross-built gfortran installed as gfortran

2005-04-21 Thread corsepiu at gcc dot gnu dot org
Cross-building gfortran installs gfortran as $bindir/gfortran instead of $bindir/target-gfortran My actual configuration (one-tree style, gcc-4.0.0 20050421 + newlib-cvs) configure ... --with-newlib --target=i386-rtems4.7 \ --enable-languages=c,c++,f95 -- Summary: cross-built

[Bug java/20312] No warning on bad method

2005-04-21 Thread bothner at gcc dot gnu dot org
--- Additional Comments From bothner at gcc dot gnu dot org 2005-04-21 09:05 --- This patch can cause an ICE when the super-class is byte-compiled. If a byte-compiled method M in a super-class throws exception X, we try to emit an erroneous error message that M can't throw X (because we

[Bug rtl-optimization/21144] New: [4.0/4.1 regression] Apparent infinite loop in reload

2005-04-21 Thread schwab at suse dot de
The testcase appears to hang inside reload_cse_regs when compiled with -O2. -- Summary: [4.0/4.1 regression] Apparent infinite loop in reload Product: gcc Version: 4.0.0 Status: UNCONFIRMED Keywords: compile-time-hog Severity:

[Bug rtl-optimization/21144] [4.0/4.1 regression] Apparent infinite loop in reload

2005-04-21 Thread schwab at suse dot de
--- Additional Comments From schwab at suse dot de 2005-04-21 09:42 --- Created an attachment (id=8698) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8698action=view) Testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21144

[Bug bootstrap/21145] New: Bootstrap breaks on insn-conditions.c

2005-04-21 Thread v dot haisman at sh dot cvut dot cz
Configured with: ../srcdir/configure --disable-nls --enable-version-specific-runtime-libs --enable-dwarf2 --with-cpu=athlon-tbird --with-arch=athlon-tbird --with-system-zlib --disable-shared --enable-languages=c,c++,objc --disable-sjlj-exceptions --enable-shared=libstdc++ --enable-shared=libobjc

[Bug preprocessor/14460] --enable-c-mbchar will not work

2005-04-21 Thread jsm28 at gcc dot gnu dot org
--- Additional Comments From jsm28 at gcc dot gnu dot org 2005-04-21 10:36 --- --enable-c-mbchar was removed with revision 1.14 date: 2003/07/06 18:50:44; author: neil; state: dead; lines: +0 -0 * Makfile.in: Remove traces of mbchar. * c-parse.in (MULTIBYTE_CHARS):

[Bug c++/21146] New: unable to resolve visible symbol

2005-04-21 Thread boris at kolpackov dot net
$ cat bug.cxx template typename T struct A { typedef T S; }; struct S {}; struct B : S {}; struct C: B, AS { friend class AS; }; $ g++-3.4 --version g++-3.4 (GCC) 3.4.4 20050314 (prerelease) (Debian 3.4.3-12) $ g++-3.4 -c bug.cxx bug.cxx:13: error: `S' was not declared in this scope

[Bug rtl-optimization/21141] [3.4 Regression] excessive stack usage

2005-04-21 Thread vda at port dot imtp dot ilyichevsk dot odessa dot ua
--- Additional Comments From vda at port dot imtp dot ilyichevsk dot odessa dot ua 2005-04-21 11:27 --- Though on 4.0.0/4.1.0, we get better: subl$260, %esp It's way too good. Declared locals should take 512 bytes, plus any temporaries for spills. Please find fixed

[Bug rtl-optimization/21141] [3.4 Regression] excessive stack usage

2005-04-21 Thread vda at port dot imtp dot ilyichevsk dot odessa dot ua
--- Additional Comments From vda at port dot imtp dot ilyichevsk dot odessa dot ua 2005-04-21 11:29 --- Whoops no, locals are 256 bytes only. (/me is looking for some coffee) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21141

Gcc 3.4.3

2005-04-21 Thread Bruzzone Mirko
Hi everybody, We are compiling our middleware product using the following gcc version: gcc 3.4.3 binutils 2.15 We compile the code using the 64 bit option on AIX 5.1. GCC as well as BINUTILS codes have been downloaded as binary from the gnu site, we didn't compile them. We have the following

[Bug rtl-optimization/21147] New: Optimized code is much slower than non-optimized

2005-04-21 Thread vda at port dot imtp dot ilyichevsk dot odessa dot ua
See testcase. # gcc twofish.c;./a.out Iterations/sec: 63252 # gcc -Os twofish.c;./a.out Iterations/sec: 45544 # gcc -O2 twofish.c;./a.out Iterations/sec: 40192 # gcc -v Reading specs from /.share/usr/app/gcc-3.4.3/bin/../lib/gcc/i386-pc-linux-gnu/3.4.3/specs Configured with:

[Bug rtl-optimization/21144] [4.0/4.1 regression] Apparent infinite loop in reload

2005-04-21 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=21144

[Bug bootstrap/21145] Bootstrap breaks on insn-conditions.c

2005-04-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-21 12:54 --- This is an awk bug and not a GCC bug, see PR 19601. *** This bug has been marked as a duplicate of 19601 *** -- What|Removed |Added

[Bug bootstrap/19601] [4.0 Regression] make bootstrap-lean fails: insn-conditions.c:189: error: `flag_unsafe_math_optimizations' undeclared

2005-04-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-21 12:54 --- *** Bug 21145 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug fortran/21148] New: Can't open module file (case not taken into account)

2005-04-21 Thread nicolas dot girard at nerim dot net
in my program I have the following instruction: use class_Grille the class_Grille is in the file class_Grille.mod. When trying to compile, I get this error: Fatal Error: Can't open module file 'class_grille.mod' for reading at (1): No such file or directory The problem doesn't

[Bug c++/21146] unable to resolve visible symbol

2005-04-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-21 12:59 --- 3.3.3 gave: t.cc:13: error: request for member `S' is ambiguous in multiple inheritance lattice t.cc:7: error: candidates are: struct S t.cc:4: error: typedef struct S AS::S t.cc:13:

[Bug rtl-optimization/21147] Optimized code is much slower than non-optimized

2005-04-21 Thread vda at port dot imtp dot ilyichevsk dot odessa dot ua
--- Additional Comments From vda at port dot imtp dot ilyichevsk dot odessa dot ua 2005-04-21 13:05 --- Created an attachment (id=8700) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8700action=view) move return 0; around to find out where does that happens --

[Bug rtl-optimization/21147] Optimized code is much slower than non-optimized

2005-04-21 Thread steven at gcc dot gnu dot org
--- Additional Comments From steven at gcc dot gnu dot org 2005-04-21 13:06 --- What do you mean, move return 0; around to find out where does that happens? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21147

[Bug c/21149] New: invalid code generation for _mm_movehl_ps SSE intrisinc

2005-04-21 Thread julien dot pommier at insa-toulouse dot fr
(GCC) 3.4.4 20050314 (prerelease) (Debian 3.4.3-12) gcc-4.0 (GCC) 4.0.0 20050410 (prerelease) (Debian 4.0-0pre10) gcc (GCC) 4.0.0 20050418 (prerelease) gcc (GCC) 4.1.0 20050421 (experimental) -- Summary: invalid code generation for _mm_movehl_ps SSE intrisinc Product: gcc

[Bug rtl-optimization/21150] New: Suboptimal byte extraction from larger integers

2005-04-21 Thread vda at port dot imtp dot ilyichevsk dot odessa dot ua
Bytes are typically extracted from e.g. u64's by something like #define D5(v) (((v) 40) 0xff) Testcase shows that gcc does not optimize this good enough. -- Summary: Suboptimal byte extraction from larger integers Product: gcc Version: 3.4.3

[Bug rtl-optimization/21150] Suboptimal byte extraction from larger integers

2005-04-21 Thread vda at port dot imtp dot ilyichevsk dot odessa dot ua
--- Additional Comments From vda at port dot imtp dot ilyichevsk dot odessa dot ua 2005-04-21 13:12 --- Created an attachment (id=8701) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8701action=view) generate assembly with -S and compare results --

[Bug target/21147] Optimized code is much slower than non-optimized

2005-04-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-21 13:13 --- This is x86 specific. -- What|Removed |Added Component|rtl-optimization

[Bug target/21149] invalid code generation for _mm_movehl_ps SSE intrisinc

2005-04-21 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Component|c |target Keywords||ssemmx, wrong-code

[Bug rtl-optimization/21150] Suboptimal byte extraction from 64bits

2005-04-21 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Keywords||missed-optimization Summary|Suboptimal byte extraction |Suboptimal byte extraction

[Bug target/21147] Optimized code is much slower than non-optimized

2005-04-21 Thread vda at port dot imtp dot ilyichevsk dot odessa dot ua
--- Additional Comments From vda at port dot imtp dot ilyichevsk dot odessa dot ua 2005-04-21 13:36 --- testcase is measuring how many twofish_setkey()'s can be executed per second. By inserting extra 'return 0;' in the body of that function and running the testcase, we can measure

[Bug libgcj/21115] false boolean argument passed from pre-compiled to interpreted method is true

2005-04-21 Thread aph at gcc dot gnu dot org
--- Additional Comments From aph at gcc dot gnu dot org 2005-04-21 13:38 --- OK, so it isn't a libffi bug. The odd thing here is that despite the fact that promotion of outgoing args is a machine dependent issue, each language front end is required to do it. This patch corresponds as

[Bug c++/21151] New: ICE when compiling c++ PCH of class definition within template function.

2005-04-21 Thread simonjcan at yahoo dot co dot uk
Place the following code in a header file 'code.h' and compile a precompiled header with 'g++-4.0 -c code.h': templatetypename T void func() { class object { public: object() {} // Any function declaration produces an ICE. };

[Bug c++/21151] [4.0/4.1 Regression] ICE when compiling c++ PCH of class definition within template function.

2005-04-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-21 14:37 --- Confirmed, here is the backtrace: #0 write_name (decl=0x41dc1380, ignore_local_scope=1) at /Users/pinskia/src/alias/gcc/gcc/cp/ mangle.c:1440 #1 0x000fe888 in write_encoding (decl=0x41dc1380) at

[Bug java/21115] false boolean argument passed from pre-compiled to interpreted method is true

2005-04-21 Thread aph at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.0.1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21115

[Bug c/21152] New: Stack pointer error after call to function returning a struct

2005-04-21 Thread keller at fs-net dot de
When compiling the following code with m68k-elf-gcc and optimization -O, the compiler does not generate code to increment the stack pointer before restoring %fp and returning from the function. This happens in both functions, f1 and f2. I checked with gcc-3.3 and gcc-3.4.3. When using no

[Bug target/21152] Stack pointer error after call to function returning a struct

2005-04-21 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Component|c |target http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21152

[Bug java/19285] Interfaces not initialized by static field access

2005-04-21 Thread aph at gcc dot gnu dot org
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |aph at gcc dot gnu dot org |dot org | Status|NEW

[Bug c++/21153] New: gcc segfaults compiling qemu

2005-04-21 Thread developer at isl-gbr dot de
System is uniarch x86_64(AMD64), built from scratch. gcc -v Reading specs from /usr/lib/gcc/x86_64-pc-linux-gnu/3.4.3/specs Configured with: ../gcc-3.4.3/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --libexecdir=/usr/lib --enable-shared --enable-threads=posix

[Bug c++/21153] gcc segfaults compiling qemu

2005-04-21 Thread developer at isl-gbr dot de
--- Additional Comments From developer at isl-gbr dot de 2005-04-21 15:46 --- Created an attachment (id=8703) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8703action=view) the required op.i file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21153

[Bug target/21153] gcc segfaults compiling qemu

2005-04-21 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Component|c++ |target Keywords||ice-on-valid-code

[Bug libgcj/21115] false boolean argument passed from pre-compiled to interpreted method is true

2005-04-21 Thread mark at gcc dot gnu dot org
--- Additional Comments From mark at gcc dot gnu dot org 2005-04-21 16:04 --- The patch from comment #10 fixes the Test program and makes my patch to interpet.cc unnecessary. Also when recompiling libgcj with this a fully interpreter eclipse is again able to import and build the

[Bug java/21115] false boolean argument passed from pre-compiled to interpreted method is true

2005-04-21 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Component|libgcj |java Target Milestone|--- |4.0.1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21115

[Bug tree-optimization/20994] [4.1 regression] ICE with -ftree-vectorize

2005-04-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-21 16:13 --- Patch here: http://gcc.gnu.org/ml/gcc-patches/2005-04/msg02285.html. -- What|Removed |Added

[Bug other/21154] New: Bugzilla should have a patch field

2005-04-21 Thread pinskia at gcc dot gnu dot org
GCC's Bugzilla should have a patch field for the URL for where the latest patch was posted. -- Summary: Bugzilla should have a patch field Product: gcc Version: unknown Status: UNCONFIRMED Severity: enhancement Priority: P2

[Bug fortran/21143] cross-built gfortran installed as gfortran

2005-04-21 Thread corsepiu at gcc dot gnu dot org
--- Additional Comments From corsepiu at gcc dot gnu dot org 2005-04-21 16:20 --- Created an attachment (id=8704) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8704action=view) Patch against 4.0.0 to fix this PR -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21143

[Bug java/21115] false boolean argument passed from pre-compiled to interpreted method is true

2005-04-21 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-04-21 16:22 --- Subject: Bug 21115 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-04-21 16:22:33 Modified files: libjava: ChangeLog Added files:

[Bug fortran/21143] cross-built gfortran installed as gfortran

2005-04-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-21 16:29 --- Confirmed. -- What|Removed |Added CC||pinskia

[Bug java/8608] segmentation fault on compiling bad program

2005-04-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-21 16:35 --- Fixed in 4.1.0 and above. -- What|Removed |Added Status|NEW

[Bug bootstrap/11660] libffi only builds when java is selected as language

2005-04-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-21 16:42 --- The patch has to be updated. I might do that this weekend. -- What|Removed |Added

[Bug other/21154] Bugzilla should have a patch field

2005-04-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-21 16:45 --- Fixed, thanks Danny. -- What|Removed |Added Status|UNCONFIRMED

[Bug inline-asm/16194] [3.3/3.4/4.0/4.1 Regression] global register with inline-asm and clobered

2005-04-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-21 16:58 --- I am no longer working on this. -- What|Removed |Added AssignedTo|pinskia at gcc

[Bug preprocessor/20907] [4.0/4.1 Regression] long comments throw off line numbers

2005-04-21 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-04-21 17:09 --- Subject: Bug 20907 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-04-21 17:08:29 Modified files: libcpp : line-map.c ChangeLog Log message:

[Bug preprocessor/20907] [4.0/4.1 Regression] long comments throw off line numbers

2005-04-21 Thread bothner at gcc dot gnu dot org
--- Additional Comments From bothner at gcc dot gnu dot org 2005-04-21 17:21 --- Patch checked into mainline; not yet into 4.0 branch. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20907

[Bug preprocessor/20907] [4.0/4.1 Regression] long comments throw off line numbers

2005-04-21 Thread dpatel at apple dot com
--- Additional Comments From dpatel at apple dot com 2005-04-21 17:26 --- Subject: Re: [4.0/4.1 Regression] long comments throw off line numbers Would it be possible for you to add one test case also ? Thanks, - Devang -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20907

[Bug fortran/21148] Can't open module file (case not taken into account)

2005-04-21 Thread kargl at gcc dot gnu dot org
--- Additional Comments From kargl at gcc dot gnu dot org 2005-04-21 17:41 --- I can't reproduce this problem. How did you produce the file class_Grille.mod? With my simply test program: module class_Grille integer i end module class_Grille program b use class_Grille i

[Bug preprocessor/20907] [4.0/4.1 Regression] long comments throw off line numbers

2005-04-21 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-04-21 18:40 --- Subject: Bug 20907 CVSROOT:/cvs/gcc Module name:gcc Branch: apple-local-200502-branch Changes by: [EMAIL PROTECTED] 2005-04-21 18:40:08 Modified files: libcpp

[Bug tree-optimization/20994] [4.1 regression] ICE with -ftree-vectorize

2005-04-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-21 19:07 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug target/19889] g++.old-deja/g++.law/profile1.C execution test fails on ia64-hpux

2005-04-21 Thread jsm28 at gcc dot gnu dot org
--- Additional Comments From jsm28 at gcc dot gnu dot org 2005-04-21 19:35 --- With current binutils the tests also FAIL the test for excess errors with the binutils warning Warning: Initial .prologue should precede any instructions See bug 12455 and the thread starting with

[Bug target/19889] g++.old-deja/g++.law/profile1.C execution test fails on ia64-hpux

2005-04-21 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed||1 Last reconfirmed|-00-00 00:00:00

[Bug c++/21142] inherited class member not visible in complex templated hierarchy

2005-04-21 Thread lawless at spamcop dot net
--- Additional Comments From lawless at spamcop dot net 2005-04-21 20:25 --- STUPID! -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21142

[Bug tree-optimization/20742] [4.0 Regression] Hang in tree_ssa_iv_optimize_loop

2005-04-21 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-04-21 20:57 --- Subject: Bug 20742 CVSROOT:/cvs/gcc Module name:gcc Branch: apple-local-200502-branch Changes by: [EMAIL PROTECTED] 2005-04-21 20:57:24 Modified files: gcc

[Bug tree-optimization/21081] [4.1 Regression] internal compiler error: verify_stmts failed.

2005-04-21 Thread f dot demiralp at gmail dot com
--- Additional Comments From f dot demiralp at gmail dot com 2005-04-21 22:14 --- Subject: RE: [4.1 Regression] internal compiler error: verify_stmts failed. I checked the gcc_4_0_0_release out from the cvs repository today and I have tried it. here the g++ version information g++ -v

[Bug tree-optimization/21081] [4.0/4.1 Regression] internal compiler error: verify_stmts failed.

2005-04-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-21 22:49 --- The problem is the same, the symptom is different because the 4.0 branch has --enable- checking=release done while the mainline is --enable-checking=yes. -- What|Removed

[Bug tree-optimization/21155] New: ICE in ssa tree check compiling crafty with -ftree-vectorize -maltivec

2005-04-21 Thread janis at gcc dot gnu dot org
GCC mainline gets an ICE compiling crafty from SPEC CPU2000 on powerpc64-linux: elm3b149% /home/janis/tools/gcc-mline-20050421/bin/gcc -m64 -O2 -ftree-vectorize -maltivec -c crafty_bug.c crafty_bug.c: In function

[Bug tree-optimization/21155] ICE in ssa tree check compiling crafty with -ftree-vectorize -maltivec

2005-04-21 Thread janis at gcc dot gnu dot org
--- Additional Comments From janis at gcc dot gnu dot org 2005-04-21 23:09 --- Created an attachment (id=8705) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8705action=view) minimized testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21155

[Bug web/21156] New: --enable-languages install instructions are erroneous

2005-04-21 Thread bh at techhouse dot brown dot edu
grep language= */config-lang.in Currently, you can use any of the following: ada, c, c++, f77, f95, java, objc, obj-c++ These two don't match: running that command doesn't show me c or f77 when I download core, g++, and gfortran (nor does it show me ada, java, and objc but that's

[Bug other/20737] Build fails in target-libiberty

2005-04-21 Thread jim at dishaw dot org
--- Additional Comments From jim at dishaw dot org 2005-04-22 00:13 --- (In reply to comment #0) gcc version 2.95.3 20010315 (release) (NetBSD nb3) make bootstrap mkdir build-alpha-unknown-netbsd1.6.2. mkdir build-alpha-unknown-netbsd1.6.2./libiberty Configuring in

[Bug rtl-optimization/21138] wrong code in sixtrack for -fmodulo-sched

2005-04-21 Thread janis at gcc dot gnu dot org
--- Additional Comments From janis at gcc dot gnu dot org 2005-04-22 00:26 --- The testcase starts failing with this patch from rakdver: http://gcc.gnu.org/ml/gcc-cvs/2005-04/msg00301.html -- What|Removed |Added

[Bug c++/21087] [4.0/4.1 Regression] ICE in do_nonmember_using_decl

2005-04-21 Thread mark at codesourcery dot com
--- Additional Comments From mark at codesourcery dot com 2005-04-22 00:58 --- Subject: Re: [PR c++/21087] don't keep builtin anticipated decl, override it with actual declaration Alexandre Oliva wrote: When push_overloaded_decl() was passed a new declaration that matches a builtin

[Bug c++/21157] New: internal compiler error: in lookup_member, at cp/search.c:1287

2005-04-21 Thread leslie dot barnes at amd dot com
#include iostream template typename A class c_A { public: template typename B B basefun () { return B(2.1); } }; template typename C class c_C : public c_AC { public: c_C() { std::cout C int: this-c_AC.template basefunC() std::endl; } }; int main(void) { c_Cint l_intC; } #

[Bug c++/21157] internal compiler error: in lookup_member, at cp/search.c:1287

2005-04-21 Thread leslie dot barnes at amd dot com
-- What|Removed |Added Version|3.3.4 |3.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21157

[Bug c++/21157] [3.4 Regression] internal compiler error: in lookup_member, at cp/search.c:1287

2005-04-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-22 04:11 --- Confirmed but this is a dup of bug 18512. *** This bug has been marked as a duplicate of 18512 *** -- What|Removed |Added

[Bug c++/18512] [3.4 Regression] ICE on invalid usage of template base class

2005-04-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-22 04:11 --- *** Bug 21157 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug web/21156] --enable-languages install instructions are erroneous

2005-04-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-22 04:18 --- Ok, here is the story this is a dup of bug 17814. First f77 is left over from g77, c is valid no matter what and what you are doing to get the language will not find that. Second core just includes C.

[Bug bootstrap/17814] install.texi mentions wrong --enable-language names

2005-04-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-22 04:18 --- *** Bug 21156 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug bootstrap/20737] Build fails in target-libiberty

2005-04-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-22 04:23 --- This fails in build-libiberty and not in target-libiberty. Something is still wrong because if it cannot find the source, that seems wrong. -- What|Removed |Added

[Bug bootstrap/17814] install.texi mentions wrong --enable-language names

2005-04-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-22 04:24 --- (In reply to comment #1) Confirmed, well obj-c++ should be accepted soon but f77 is just a left over from g77. objc++ is now correct for the mainline. --

[Bug c++/18098] zero covariant return pointer adjustment results in segfault

2005-04-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-22 05:10 --- *** This bug has been marked as a duplicate of 20746 *** -- What|Removed |Added

[Bug c++/20746] Incorrect return value for covariant return function returning null ptr

2005-04-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-22 05:10 --- *** Bug 18098 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug c++/18744] C++ ABI is incomplete for ILP64

2005-04-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-22 05:13 --- Confirmed. Waiting on copy right assignment: http://gcc.gnu.org/ml/gcc-patches/2005-04/msg01886.html. -- What|Removed |Added