[Bug rtl-optimization/24257] [4.1 Regression] ICE: in extract_insn with -O -fgcse -fgcse-sm

2005-11-16 Thread steven at gcc dot gnu dot org
--- Comment #10 from steven at gcc dot gnu dot org 2005-11-16 08:52 --- Re. comment #9 GCSE store motion is very broken, and it's really been like that for a long time. And it doesn't really do much, either, when you turn it on. Sadly we have nothing to replace it right now except the

[Bug fortran/20811] gfortran include problem (regression from g77)

2005-11-16 Thread fxcoudert at gcc dot gnu dot org
--- Comment #8 from fxcoudert at gcc dot gnu dot org 2005-11-16 09:09 --- Patch submitted for review. -- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/24887] New: ICE in fold-const.c

2005-11-16 Thread krebbel at gcc dot gnu dot org
To reproduce: Compile the three files with: f951 timeinterval.f90 f951 time.f90 f951 fold.f90 clockadvance fold_convert.f90:13: internal compiler error: in fold_convert, at fold.c:2028 Please submit a full bug report, with preprocessed source if appropriate. See http://gcc.gnu.org/bugs.html> for

[Bug fortran/24887] ICE in fold-const.c

2005-11-16 Thread krebbel at gcc dot gnu dot org
--- Comment #1 from krebbel at gcc dot gnu dot org 2005-11-16 09:36 --- Created an attachment (id=10246) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10246&action=view) testcase part 1 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24887

[Bug fortran/24887] ICE in fold-const.c

2005-11-16 Thread krebbel at gcc dot gnu dot org
--- Comment #2 from krebbel at gcc dot gnu dot org 2005-11-16 09:36 --- Created an attachment (id=10247) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10247&action=view) testcase part 2 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24887

[Bug fortran/24887] ICE in fold-const.c

2005-11-16 Thread krebbel at gcc dot gnu dot org
--- Comment #3 from krebbel at gcc dot gnu dot org 2005-11-16 09:37 --- Created an attachment (id=10248) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10248&action=view) testcase part 3 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24887

[Bug middle-end/24851] [4.1 Regression] f2c miscompilation

2005-11-16 Thread rguenth at gcc dot gnu dot org
--- Comment #16 from rguenth at gcc dot gnu dot org 2005-11-16 09:39 --- Is the second reduced testcase not fine from a standards POV? I.e. void abort(void); int main() { int a[10], *p, *q; q = &a[1]; p = &q[-1]; if (p >= &a[9]) abort (); return 0; } or does "array" in

[Bug middle-end/24851] [4.1 Regression] f2c miscompilation

2005-11-16 Thread paolo dot bonzini at lu dot unisi dot ch
--- Comment #17 from paolo dot bonzini at lu dot unisi dot ch 2005-11-16 09:41 --- Subject: Re: [4.1 Regression] f2c miscompilation rguenth at gcc dot gnu dot org wrote: >--- Comment #16 from rguenth at gcc dot gnu dot org 2005-11-16 09:39 >--- >Is the second reduced testca

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

2005-11-16 Thread steven at gcc dot gnu dot org
--- Comment #33 from steven at gcc dot gnu dot org 2005-11-16 09:42 --- Zdenek, any news about your patch from comment #30? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19923

[Bug fortran/24887] ICE in fold-const.c

2005-11-16 Thread krebbel at gcc dot gnu dot org
--- Comment #4 from krebbel at gcc dot gnu dot org 2005-11-16 09:46 --- My posting was a bit corrupted - sorry. > fold_convert.f90:13: internal compiler error: in fold_convert, at fold.c:2028 fold.f90:13: internal compiler error: in fold_convert, at fold-const.c:2028 > Please submit a f

[Bug tree-optimization/24888] New: duplication of local variables after versioning/inlining

2005-11-16 Thread razya at il dot ibm dot com
For the testcase: /home/razya/mainline_new_3/gcc/gcc/testsuite/gcc.c-torture/execute/2002-1.c, when using fipa-cp, a new vfersion is created for aim_callhandler(). the static variable is copied twice into the unexpanded_var_list of the versioned function. Looking at this test, even without ena

[Bug fortran/24357] whither ratfor?

2005-11-16 Thread tobi at gcc dot gnu dot org
--- Comment #3 from tobi at gcc dot gnu dot org 2005-11-16 10:58 --- Subject: Bug 24357 Author: tobi Date: Wed Nov 16 10:58:41 2005 New Revision: 107078 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107078 Log: PR 24357 * doc/invoke.texi: Distinguish between fre

[Bug fortran/24357] whither ratfor?

2005-11-16 Thread tobi at gcc dot gnu dot org
--- Comment #4 from tobi at gcc dot gnu dot org 2005-11-16 11:00 --- Fixed on the trunk, 4.0 is still waiting for approval. -- tobi at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/24779] Python miscompilation - TOC reload

2005-11-16 Thread amodra at bigpond dot net dot au
--- Comment #3 from amodra at bigpond dot net dot au 2005-11-16 11:03 --- The testcase in comment #2 is invalid. You can't trash part of a function pointer (the toc pointer) and expect everything to be rosy. However, the testcase in comment #1 does indeed show the problem you describe

[Bug ada/24855] Missing stdarg.h in ada/raise.c for arm-rtems

2005-11-16 Thread guerby at gcc dot gnu dot org
--- Comment #2 from guerby at gcc dot gnu dot org 2005-11-16 11:17 --- Subject: Bug 24855 Author: guerby Date: Wed Nov 16 11:17:47 2005 New Revision: 107079 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107079 Log: 2005-11-16 Joel Sherrill <[EMAIL PROTECTED]> PR ada/2

[Bug target/24779] Python miscompilation - TOC reload

2005-11-16 Thread amodra at bigpond dot net dot au
--- Comment #4 from amodra at bigpond dot net dot au 2005-11-16 11:29 --- The problem here is late forcing of fp constants to memory. The first scheduling pass has merrily moved an insn loading a fp constant in amongst the function pointer load sequence, after r2 has been loaded. Ther

[Bug c++/24889] New: ICE

2005-11-16 Thread igodard at pacbell dot net
-- Summary: ICE Product: gcc Version: 3.4.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: igodard at pacbell dot net http://gc

[Bug c++/24889] ICE

2005-11-16 Thread igodard at pacbell dot net
--- Comment #1 from igodard at pacbell dot net 2005-11-16 11:36 --- Created an attachment (id=10249) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10249&action=view) compiler output -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24889

[Bug c++/24889] ICE

2005-11-16 Thread igodard at pacbell dot net
--- Comment #2 from igodard at pacbell dot net 2005-11-16 11:37 --- Created an attachment (id=10250) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10250&action=view) source code (compressed) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24889

[Bug middle-end/24819] [4.1 Regression] glibc math tests miscompiled with gcc-4.1

2005-11-16 Thread amodra at bigpond dot net dot au
--- Comment #3 from amodra at bigpond dot net dot au 2005-11-16 11:42 --- I analysed one of these failures quite a while ago. The conclusion I came to was that the errors were due to excess precision. gcc-4.1 makes more use of multiply-accumulate instructions. You could try compiling

[Bug c++/24889] ICE

2005-11-16 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2005-11-16 11:43 --- This is fixed in 3.4.5. And btw, your code is invalid: /home/ivan/ootbc/common/include/bitPointer.hh: In member function ‘bitPointer& bitPointer::operator=(const bitPointer&)’: /home/ivan/ootbc/common/include/bitPo

[Bug middle-end/24819] [4.1 Regression] glibc math tests miscompiled with gcc-4.1

2005-11-16 Thread amodra at bigpond dot net dot au
--- Comment #4 from amodra at bigpond dot net dot au 2005-11-16 11:44 --- Marking as invalid given my previous analysis, and that the errors are all 1ulp. -- amodra at bigpond dot net dot au changed: What|Removed |Added ---

[Bug tree-optimization/24888] duplication of local variables after versioning/inlining

2005-11-16 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2005-11-16 11:46 --- try dumping with -fdump-tree-*-uid, they are probably different copies. You can try http://gcc.gnu.org/ml/gcc-patches/2005-08/msg00314.html to avoid having unused versions dumped. -- http://gcc.gnu.org/bugzilla

[Bug fortran/24793] [4.1 Regression] ICE: expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:746

2005-11-16 Thread rakdver at gcc dot gnu dot org
--- Comment #5 from rakdver at gcc dot gnu dot org 2005-11-16 12:13 --- A patch is here (only the ivopts and get_tmr_operands parts). I am retesting it now. http://gcc.gnu.org/ml/gcc-patches/2005-08/msg01608.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24793

[Bug target/24428] [4.1 regression] TLS miscompilation on x86_64

2005-11-16 Thread christian dot joensson at gmail dot com
--- Comment #6 from christian dot joensson at gmail dot com 2005-11-16 12:18 --- I may be getting this still for sparc/sparc64 linux, see, e.g., for 4.0 http://gcc.gnu.org/ml/gcc-testresults/2005-11/msg00778.html and for 4.2 http://gcc.gnu.org/ml/gcc-testresults/2005-11/msg00759.html

[Bug target/24428] [4.1 regression] TLS miscompilation on x86_64

2005-11-16 Thread christian dot joensson at gmail dot com
--- Comment #7 from christian dot joensson at gmail dot com 2005-11-16 12:21 --- (In reply to comment #6) > http://gcc.gnu.org/ml/gcc-testresults/2005-11/msg00778.html and for 4.2 > http://gcc.gnu.org/ml/gcc-testresults/2005-11/msg00759.html sorry, that should have been 4.1 and not 4.2

[Bug tree-optimization/24888] duplication of local variables after versioning/inlining

2005-11-16 Thread razya at il dot ibm dot com
--- Comment #2 from razya at il dot ibm dot com 2005-11-16 12:45 --- (In reply to comment #1) > try dumping with -fdump-tree-*-uid, they are probably different copies. You > can > try http://gcc.gnu.org/ml/gcc-patches/2005-08/msg00314.html to avoid having > unused versions dumped. It d

[Bug c++/23797] [3.4 Regression] ICE on typename outside template

2005-11-16 Thread reichelt at gcc dot gnu dot org
--- Comment #16 from reichelt at gcc dot gnu dot org 2005-11-16 13:03 --- Subject: Bug 23797 Author: reichelt Date: Wed Nov 16 13:03:13 2005 New Revision: 107081 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107081 Log: Backport from mainline: 2005-10-12 Natha

[Bug c++/23797] [3.4 Regression] ICE on typename outside template

2005-11-16 Thread reichelt at gcc dot gnu dot org
--- Comment #17 from reichelt at gcc dot gnu dot org 2005-11-16 13:05 --- Now also fixed on the 3.4 branch. -- reichelt at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug middle-end/23497] [4.1 regression] Bogus 'is used uninitialized...' warning about std::complex

2005-11-16 Thread fxcoudert at gcc dot gnu dot org
--- Comment #21 from fxcoudert at gcc dot gnu dot org 2005-11-16 13:19 --- (In reply to comment #19) > There are only two choices: either __imag__ is an lvalue, and the code in > Comment #1 is valid, or __imag__ is not an lvalue, and the compiler should > issue an error. For the libgfo

[Bug middle-end/23497] [4.1 regression] Bogus 'is used uninitialized...' warning about std::complex

2005-11-16 Thread pinskia at gcc dot gnu dot org
--- Comment #22 from pinskia at gcc dot gnu dot org 2005-11-16 13:36 --- (In reply to comment #21) > For the libgfortran issue (libgfortran uses __imag__ as a lvalue) what should > be done? Who can decide whether __imag__ is or isn't a lvalue? Sorry to ask > for > the obvious, but I'm

[Bug target/24779] [4.0 Regression] Python miscompilation - TOC reload

2005-11-16 Thread giovannibajo at libero dot it
-- giovannibajo at libero dot it changed: What|Removed |Added Summary|Python miscompilation - TOC |[4.0 Regression] Python |reload

[Bug tree-optimization/23109] [4.1 Regression] compiler generates wrong code leading to spurious division by zero with -funsafe-math-optimizations (instead of -ftrapping-math)

2005-11-16 Thread steven at gcc dot gnu dot org
--- Comment #12 from steven at gcc dot gnu dot org 2005-11-16 14:12 --- Is this bug going anywhere??? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23109

[Bug target/24348] [4.1 regression] bootstrap failure building libgcc

2005-11-16 Thread danglin at gcc dot gnu dot org
--- Comment #3 from danglin at gcc dot gnu dot org 2005-11-16 14:16 --- Affects hpux as well as linux. -- danglin at gcc dot gnu dot org changed: What|Removed |Added GCC

[Bug tree-optimization/23109] [4.1 Regression] compiler generates wrong code leading to spurious division by zero with -funsafe-math-optimizations (instead of -ftrapping-math)

2005-11-16 Thread rguenth at gcc dot gnu dot org
--- Comment #13 from rguenth at gcc dot gnu dot org 2005-11-16 14:16 --- Nobody reviewed the patch AFAIK. Still the patch hasn't caused any problems sofar in the SUSE compiler. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added --

[Bug middle-end/23497] [4.1 regression] Bogus 'is used uninitialized...' warning about std::complex

2005-11-16 Thread schwab at suse dot de
--- Comment #23 from schwab at suse dot de 2005-11-16 14:20 --- (In reply to comment #22) > Note I never said __imag__ a should not act like an lvalue. I just said that > __imag__ a = b; acts like a = COMPLEX, b> which is just like what > a = (a&0x)|(b&0x) does. IMHO it

[Bug c/24891] New: Problem with unintitalized global variables.

2005-11-16 Thread jatin dot bhateja at amdocs dot com
Please consider the following program. int i; int i; int main() { return 1; } Compiler does not reports redecleration error for i. -- Summary: Problem with unintitalized global variables. Product: gcc Version: 3.3.2 Status: UNCONFIRMED Sev

[Bug tree-optimization/23109] [4.1 Regression] compiler generates wrong code leading to spurious division by zero with -funsafe-math-optimizations (instead of -ftrapping-math)

2005-11-16 Thread bonzini at gcc dot gnu dot org
--- Comment #14 from bonzini at gcc dot gnu dot org 2005-11-16 14:46 --- I have little hope of seeing this reviewed before the branch. But it should be put in 4.2 very early so that we backport it well before 4.1.0 is released. BTW I think that 23948 and 24123 are way more severe than

[Bug c/24891] Problem with unintitalized global variables.

2005-11-16 Thread schwab at suse dot de
--- Comment #1 from schwab at suse dot de 2005-11-16 14:50 --- This is not a bug. There can multiple tentative definitions for the same object. -- schwab at suse dot de changed: What|Removed |Added -

[Bug fortran/24886] another runtime error goes undetected

2005-11-16 Thread fxcoudert at gcc dot gnu dot org
--- Comment #1 from fxcoudert at gcc dot gnu dot org 2005-11-16 15:00 --- What kind of runtime error would you think is appropriate? I don't see where the problem is. -- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug libfortran/24892] New: ACCESS argument to the OPEN statement

2005-11-16 Thread fxcoudert at gcc dot gnu dot org
$ cat u.f OPEN(10,ACCESS='APPEND') END $ g77 u.f && ./a.out $ gfortran u.f && ./a.out At line 1 of file u.f Fortran runtime error: Bad ACCESS parameter in OPEN statement I don't think it is in the standard, but I don't have the standard at hand). -- Summary: ACCESS argume

[Bug c++/24893] New: inherited polymorphic template class

2005-11-16 Thread fmaerten at igeoss dot com
Hi all, We just found a bug while compiling the following code. The derived template class doens't know the pure virtual method from its parent class when this template class has a method with the same name, but with different arguments: class A { public: virtual void doit() = 0 ; } ; templa

[Bug c++/24893] inherited polymorphic template class

2005-11-16 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-11-16 15:17 --- First this has nothing to do with templates, you can reproduce the error message without templates. Second this is how C++ works. doit(double) in B hides doit(void) in A as it is the same name. The way to fix it woul

[Bug fortran/24887] ICE in fold-const.c

2005-11-16 Thread fxcoudert at gcc dot gnu dot org
--- Comment #5 from fxcoudert at gcc dot gnu dot org 2005-11-16 15:18 --- Confirmed for 4.1 on i686-linux. I reduced it a bit but lost the file :( Anyhow, the ICE strongly relies on the heavy use of these different modules... Maybe we should have a MODULE meta-PR. -- fxcoudert at gc

[Bug fortran/20244] internal compiler error: in fold_convert, at fold-const.c:2003

2005-11-16 Thread pinskia at gcc dot gnu dot org
--- Comment #11 from pinskia at gcc dot gnu dot org 2005-11-16 15:24 --- *** Bug 24887 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug fortran/24887] ICE in fold-const.c

2005-11-16 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2005-11-16 15:24 --- This is actually a dup of bug 20244, the issue comes into play when we have two use modulename and the fortran front-end creates two different types (in memory) for the same type. *** This bug has been marked as a d

[Bug c++/24449] Unable to declare friend main() from class template

2005-11-16 Thread machata at post dot cz
--- Comment #3 from machata at post dot cz 2005-11-16 15:25 --- Created an attachment (id=10251) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10251&action=view) Check if we are really declaring template ::main. I believe that this patch does the right thing. I've done bootstrap o

[Bug c/24894] New: ICE building newlib/libc/misc/init.c

2005-11-16 Thread joel at gcc dot gnu dot org
GCC head as of 16 Nov with newlib 1.13.0. Configured as follows: ../gcc-head-test/configure --target=avr-rtems4.7 --enable-threads=rtems --prefix=/home/joel/gcc-41-test/ --with-gnu-as --with-gnu-ld --with-newlib --verbose --with-system-zlib --disable-nls --enable-version-specific-runtime-libs --e

[Bug target/24894] ICE building newlib/libc/misc/init.c

2005-11-16 Thread joel at gcc dot gnu dot org
--- Comment #1 from joel at gcc dot gnu dot org 2005-11-16 15:30 --- Created an attachment (id=10252) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10252&action=view) Preprocessed file that produces ICE This is the preprocessed output of the file causing the ICE. -- http://gc

[Bug target/24894] ICE building newlib/libc/misc/init.c

2005-11-16 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2005-11-16 15:36 --- I think this is related to PR 19636. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/24703] [GOMP] Unable to compile OpenMP program with omp parallel for schedule(dynamic) directive

2005-11-16 Thread dnovillo at gcc dot gnu dot org
--- Comment #5 from dnovillo at gcc dot gnu dot org 2005-11-16 15:56 --- Fixed. -- dnovillo at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIG

[Bug c++/24849] [gomp] ICE in expand_expr_real_1

2005-11-16 Thread dnovillo at gcc dot gnu dot org
--- Comment #4 from dnovillo at gcc dot gnu dot org 2005-11-16 15:57 --- Working on this. -- dnovillo at gcc dot gnu dot org changed: What|Removed |Added Assign

[Bug target/24772] Lots of ICEs in vrsave_operation_1 while running the testsuite on powerpc

2005-11-16 Thread dje at gcc dot gnu dot org
--- Comment #5 from dje at gcc dot gnu dot org 2005-11-16 15:59 --- Subject: Bug 24772 Author: dje Date: Wed Nov 16 15:59:27 2005 New Revision: 107085 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107085 Log: PR target/24772 * config/rs6000/predicates.md (vrsave

[Bug bootstrap/24859] Unrecognized opcode bootstrapping gcc on AIX 5/POWER

2005-11-16 Thread jgoerzen at complete dot org
--- Comment #3 from jgoerzen at complete dot org 2005-11-16 16:18 --- Well, it got farther, but then it died with literally hundreds of messages like this: BFD: ../libsupc++/.libs/libsupc++convenience.a(tinfo2.o): Unrecognized storage class 111 for .text symbol `_ZTSN10__cxxabiv117__pba

[Bug bootstrap/24859] Unrecognized opcode bootstrapping gcc on AIX 5/POWER

2005-11-16 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2005-11-16 16:19 --- (In reply to comment #3) > Well, it got farther, but then it died with literally hundreds of messages > like > this: That is because GNU ld does not work fully for AIX 5 with weak symbols. So you have to remove GN

[Bug libgcj/24616] linking BC-compiled classes: NoClassDefFoundErrors should be deferred

2005-11-16 Thread thebohemian at gmx dot net
--- Comment #19 from thebohemian at gmx dot net 2005-11-16 16:35 --- Created an attachment (id=10254) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10254&action=view) lazy linking - first part This is the first part of the patch. See above for what it does. -- thebohemian at g

[Bug middle-end/23497] [4.1 regression] Bogus 'is used uninitialized...' warning about std::complex

2005-11-16 Thread rth at gcc dot gnu dot org
--- Comment #24 from rth at gcc dot gnu dot org 2005-11-16 16:47 --- We tried that. You get suckier optimization that way. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23497

[Bug libgcj/24638] inconsistent use of Jv_FindClass causing too weak error condition

2005-11-16 Thread thebohemian at gmx dot net
--- Comment #1 from thebohemian at gmx dot net 2005-11-16 16:50 --- By working on PR 24616 I found out that this belongs together. -- thebohemian at gmx dot net changed: What|Removed |Added --

[Bug libgcj/24616] linking BC-compiled classes: NoClassDefFoundErrors should be deferred

2005-11-16 Thread thebohemian at gmx dot net
--- Comment #20 from thebohemian at gmx dot net 2005-11-16 16:51 --- Created an attachment (id=10255) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10255&action=view) lazy linking - part 2 This is the second part of the lazy linking patch. Applying both fixes most of the problems

[Bug middle-end/23497] [4.1 regression] Bogus 'is used uninitialized...' warning about std::complex

2005-11-16 Thread mark at codesourcery dot com
--- Comment #25 from mark at codesourcery dot com 2005-11-16 16:53 --- Subject: Re: [4.1 regression] Bogus 'is used uninitialized...' warning about std::complex schwab at suse dot de wrote: > --- Comment #23 from schwab at suse dot de 2005-11-16 14:20 --- > (In reply to comme

[Bug target/24718] Shared libgcc not used for linking by default

2005-11-16 Thread sje at gcc dot gnu dot org
--- Comment #35 from sje at gcc dot gnu dot org 2005-11-16 17:06 --- Subject: Bug 24718 Author: sje Date: Wed Nov 16 17:06:52 2005 New Revision: 107090 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107090 Log: PR target/24718 * mklibgcc.in: Create dummy object f

[Bug ada/24413] ACATS FAIL 21 tasking tests on ia64-linux with unexpected exceptions

2005-11-16 Thread schwab at suse dot de
--- Comment #1 from schwab at suse dot de 2005-11-16 17:18 --- All failures are fixed with the recent Ada update. -- schwab at suse dot de changed: What|Removed |Added

[Bug ada/21717] [4.1 regression] Endless stream of exceptions ( c95085a, c95085b and c95086a)

2005-11-16 Thread schwab at suse dot de
--- Comment #7 from schwab at suse dot de 2005-11-16 17:19 --- Fixed with the recent Ada update. -- schwab at suse dot de changed: What|Removed |Added Status|

[Bug ada/24413] ACATS FAIL 21 tasking tests on ia64-linux with unexpected exceptions

2005-11-16 Thread schwab at suse dot de
-- schwab at suse dot de changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24413

[Bug libgcj/24616] linking BC-compiled classes: NoClassDefFoundErrors should be deferred

2005-11-16 Thread aph at gcc dot gnu dot org
--- Comment #21 from aph at gcc dot gnu dot org 2005-11-16 17:20 --- Accesses to static fields should be fixed already when compiling BC. We generate a call to _Jv_ResolvePoolEntry(Class, int) for every static field reference, which resolves the target class and returns a pointer to the

[Bug target/24621] [4.1 Regression] internal compiler error: in reload_cse_simplify_operands, at postreload.c:393

2005-11-16 Thread rth at gcc dot gnu dot org
--- Comment #7 from rth at gcc dot gnu dot org 2005-11-16 17:23 --- Subject: Bug 24621 Author: rth Date: Wed Nov 16 17:23:23 2005 New Revision: 107093 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107093 Log: PR rtl-opt/24160 PR target/24621 * reload1.c

[Bug rtl-optimization/24160] [4.1 Regression] ICE with -O1 -ftree-vectorize -msse

2005-11-16 Thread rth at gcc dot gnu dot org
--- Comment #14 from rth at gcc dot gnu dot org 2005-11-16 17:23 --- Subject: Bug 24160 Author: rth Date: Wed Nov 16 17:23:23 2005 New Revision: 107093 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107093 Log: PR rtl-opt/24160 PR target/24621 * reload1.c

[Bug ada/24896] New: ICE in generate_element_copy

2005-11-16 Thread schwab at suse dot de
This is Ada test c95086b. /tmp/cvs/gcc-20051116/Build/gcc/xgcc -c -B/tmp/cvs/gcc-20051116/Build/gcc/ -gnatws -O2 -I/tmp/cvs/gcc-20051116/Build/gcc/testsuite/ada/acats/support c95086b.adb +===GNAT BUG DETECTED==+ | 4.1.0 20051116 (experimental

[Bug ada/24897] New: Ada testsuite failure c954026

2005-11-16 Thread schwab at suse dot de
RUN c954026 ,.,. C954026 ACATS 2.5 05-11-16 18:17:03 C954026 Check that if the original entry call was a conditional or timed entry call, the expiration time for a requeue with abort to a protected entry is the original expiration time. * C9

[Bug libfortran/24892] ACCESS argument to the OPEN statement

2005-11-16 Thread fxcoudert at gcc dot gnu dot org
--- Comment #1 from fxcoudert at gcc dot gnu dot org 2005-11-16 17:27 --- Patch submitted for review. -- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added

[Bug ada/24896] ICE in generate_element_copy

2005-11-16 Thread schwab at suse dot de
--- Comment #1 from schwab at suse dot de 2005-11-16 17:27 --- Same for test c32001e and c64105b. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24896

[Bug rtl-optimization/24160] [4.1 Regression] ICE with -O1 -ftree-vectorize -msse

2005-11-16 Thread rth at gcc dot gnu dot org
--- Comment #15 from rth at gcc dot gnu dot org 2005-11-16 17:27 --- Fixed. -- rth at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug ada/22533] [4.1 regression] Ada ICE during bootstrap on many platforms

2005-11-16 Thread ebotcazou at gcc dot gnu dot org
--- Comment #29 from ebotcazou at gcc dot gnu dot org 2005-11-16 17:27 --- > So I guess it would be possible right now to fix the bootstrap issue > by a pure front-end patch. (This doesn't address the more general > question of whether or not the gimplifier has a bug that can be expos

[Bug target/24621] [4.1 Regression] internal compiler error: in reload_cse_simplify_operands, at postreload.c:393

2005-11-16 Thread rth at gcc dot gnu dot org
--- Comment #8 from rth at gcc dot gnu dot org 2005-11-16 17:28 --- Fixed. -- rth at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug fortran/24886] another runtime error goes undetected

2005-11-16 Thread uttamp at us dot ibm dot com
--- Comment #2 from uttamp at us dot ibm dot com 2005-11-16 17:33 --- Any error which indicates something like, "dummy argument defined to be larger than actual argument. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24886

[Bug ada/24898] New: CONSTRAINT_ERROR : discriminant check failed

2005-11-16 Thread schwab at suse dot de
Ada tests c34007p, c34007r and c45282b. raised CONSTRAINT_ERROR : c34007p.adb:83 discriminant check failed -- Summary: CONSTRAINT_ERROR : discriminant check failed Product: gcc Version: 4.1.0 Status: UNCONFIRMED Severity: normal P

[Bug target/24879] SSE3 monitor intrinsic doesn't work in 64bit

2005-11-16 Thread hjl at lucon dot org
--- Comment #3 from hjl at lucon dot org 2005-11-16 17:35 --- A patch is posted at http://gcc.gnu.org/ml/gcc-patches/2005-11/msg01195.html -- hjl at lucon dot org changed: What|Removed |Added ---

[Bug target/24779] [4.0 Regression] Python miscompilation - TOC reload

2005-11-16 Thread dje at watson dot ibm dot com
--- Comment #5 from dje at watson dot ibm dot com 2005-11-16 17:45 --- Subject: Re: Python miscompilation - TOC reload Appended is a proposed patch to backport the easy_fp_constant change to 4.0. Can you check if this fixes the problem? This patch may hurt performance becaus

[Bug tree-optimization/24899] New: [4.1 Regression] Miscompiles libgnomecanvas

2005-11-16 Thread rguenth at gcc dot gnu dot org
With the attached testcase, we get a SIGSEGV compiling with -O2 -fno-inline, with -O1 -fno-inline it's fine. -- Summary: [4.1 Regression] Miscompiles libgnomecanvas Product: gcc Version: 4.1.0 Status: UNCONFIRMED Keywords: wrong-code

[Bug tree-optimization/24899] [4.1 Regression] Miscompiles libgnomecanvas

2005-11-16 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2005-11-16 17:46 --- Created an attachment (id=10256) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10256&action=view) testcase Testcase. I'll investigate later. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24899

[Bug tree-optimization/24899] [4.1 Regression] Miscompiles libgnomecanvas

2005-11-16 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot |

[Bug ada/24898] CONSTRAINT_ERROR : discriminant check failed

2005-11-16 Thread ebotcazou at gcc dot gnu dot org
--- Comment #1 from ebotcazou at gcc dot gnu dot org 2005-11-16 17:48 --- The "Search" button is your friend. -:) *** This bug has been marked as a duplicate of 22333 *** -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added -

[Bug ada/22333] [4.1 Regression] ACATS FAIL c34007p c34007r c45282b spurious discriminant CONSTRAINT_ERROR

2005-11-16 Thread ebotcazou at gcc dot gnu dot org
--- Comment #11 from ebotcazou at gcc dot gnu dot org 2005-11-16 17:48 --- *** Bug 24898 has been marked as a duplicate of this bug. *** -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added -

[Bug ada/24896] ICE in generate_element_copy

2005-11-16 Thread ebotcazou at gcc dot gnu dot org
--- Comment #2 from ebotcazou at gcc dot gnu dot org 2005-11-16 17:53 --- *** This bug has been marked as a duplicate of 18659 *** -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added -

[Bug ada/18659] [4.1 Regression] ACATS failures c32001e c64105b c95086b

2005-11-16 Thread ebotcazou at gcc dot gnu dot org
--- Comment #18 from ebotcazou at gcc dot gnu dot org 2005-11-16 17:53 --- *** Bug 24896 has been marked as a duplicate of this bug. *** -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added -

[Bug rtl-optimization/24899] [4.1 Regression] Miscompiles libgnomecanvas

2005-11-16 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2005-11-16 17:55 --- The only difference at the tree level is: - uta = art_uta_new (clip_x1, clip_y1, clip_x1 + 1, clip_y1 + 1); + uta = art_uta_new (clip_x1, clip_y1, clip_x1 + 1, clip_y1 + 1) [tail call]; - uta = art_uta_new (clip_

[Bug rtl-optimization/24899] [4.1 Regression] Miscompiles libgnomecanvas

2005-11-16 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2005-11-16 17:55 --- (In reply to comment #2) > The only difference at the tree level is: That is -O1 vs -O2 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24899

[Bug rtl-optimization/24899] [4.1 Regression] Miscompiles libgnomecanvas

2005-11-16 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2005-11-16 17:56 --- (In reply to comment #3) > (In reply to comment #2) > > The only difference at the tree level is: > That is -O1 vs -O2 And -fno-optimize-sibling-calls makes no difference. -- http://gcc.gnu.org/bugzilla/show_bu

[Bug ada/24897] Ada testsuite failure c954026

2005-11-16 Thread ebotcazou at gcc dot gnu dot org
--- Comment #1 from ebotcazou at gcc dot gnu dot org 2005-11-16 17:57 --- *** This bug has been marked as a duplicate of 21317 *** -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added -

[Bug ada/21317] ACATS c954025 c954026 failures

2005-11-16 Thread ebotcazou at gcc dot gnu dot org
--- Comment #3 from ebotcazou at gcc dot gnu dot org 2005-11-16 17:57 --- *** Bug 24897 has been marked as a duplicate of this bug. *** -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added --

[Bug rtl-optimization/24899] [4.1 Regression] Miscompiles libgnomecanvas

2005-11-16 Thread rguenth at gcc dot gnu dot org
--- Comment #5 from rguenth at gcc dot gnu dot org 2005-11-16 18:05 --- -floop-optimize2 fixes it. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24899

[Bug rtl-optimization/24899] [4.1 Regression] Miscompiles libgnomecanvas

2005-11-16 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2005-11-16 18:07 --- >From looking at the RTL dumps, old-loop is where the difference is introduced so blocking the meta-bug for loop.c issues (this goes under section a of that meta bug). -- pinskia at gcc dot gnu dot org changed:

[Bug c/24900] New: new "value computed is not used" warning in gcc 4.1

2005-11-16 Thread arjanv at redhat dot com
attached testcase gives a "value computed is not used" warning. Testcase comes from the linux kernel which spews this for every .c file compiled -- Summary: new "value computed is not used" warning in gcc 4.1 Product: gcc Version: 4.1.0 Status: UNCONF

[Bug c/24900] new "value computed is not used" warning in gcc 4.1

2005-11-16 Thread arjanv at redhat dot com
--- Comment #1 from arjanv at redhat dot com 2005-11-16 18:21 --- Created an attachment (id=10257) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10257&action=view) fairly minimal testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24900

[Bug c/24900] new "value computed is not used" warning in gcc 4.1

2005-11-16 Thread arjanv at redhat dot com
--- Comment #2 from arjanv at redhat dot com 2005-11-16 18:23 --- (compiler flags used were -O2 -Wall) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24900

[Bug c/24900] new "value computed is not used" warning in gcc 4.1

2005-11-16 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2005-11-16 18:30 --- Here is a further reduced testcase: unsigned long t(void); void apic_write_atomic(unsigned long reg, unsigned int v) { ((__typeof__(*((volatile unsigned int *)((t())+regt()); } -Wall is all is needed to reprod

[Bug c/24900] [4.1 Regression] new "value computed is not used" warning in gcc 4.1

2005-11-16 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Known to fail||4.1.0 Known to work||4.0.3

[Bug other/24901] New: Misaligned data in fold_checksum_tree (--enable-checking=all)

2005-11-16 Thread sje at cup dot hp dot com
When compiling GCC on IA64 HP-UX with --enable-checking=all I get a bus error in fold_checksum_tree because of the variable 'buf'. It is created as a char buffer but later cast to a tree struct. On IA64 HP-UX with it's strict alignment requirements, this results in a bus error because buf is not

[Bug c/24900] [4.1 Regression] new "value computed is not used" warning in gcc 4.1

2005-11-16 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2005-11-16 18:36 --- Reduces down to: int f(void); void g(void) { (unsigned) f(); } The typeof gets changed over to unsigned. Maybe this is not a bug after all. Can someone else comment on this? -- http://gcc.gnu.org/bugzilla/s

[Bug middle-end/23497] [4.1 regression] Bogus 'is used uninitialized...' warning about std::complex

2005-11-16 Thread gdr at gcc dot gnu dot org
--- Comment #26 from gdr at gcc dot gnu dot org 2005-11-16 18:40 --- (In reply to comment #17) > (In reply to comment #13) > > It's nice to see that PR bouncing between you all. Although I don't know > > anything about C++, I want to add my non-constructive comment to this > > discussion

  1   2   >