[Bug middle-end/25905] [4.2 regression] ICE in expand_compound_operation

2006-01-23 Thread bonzini at gnu dot org
--- Comment #4 from bonzini at gnu dot org 2006-01-23 08:14 --- The ICE is the same, but the cause is probably different as 25890 is an ICE-on-undefined. I think it's easiest to punt and return failure instead of asserting, but I want to investigate how we reach the assertion failure in

[Bug rtl-optimization/25890] [4.2 regression] testsuite failure: gcc.c-torture/compile/20051228-1.c

2006-01-23 Thread bonzini at gnu dot org
--- Comment #3 from bonzini at gnu dot org 2006-01-23 08:16 --- The bug here is that expand_compound_operation uses an unsigned HOST_WIDE_INT for pos, while the argument to the "zero_extract" rtx's is a const_int, which is signed. A negative value for zero_extract's position operand is

[Bug middle-end/25905] [4.2 regression] ICE in expand_compound_operation

2006-01-23 Thread bonzini at gnu dot org
--- Comment #5 from bonzini at gnu dot org 2006-01-23 08:22 --- I cannot reproduce Paul's testcase, but I found this one: struct object { unsigned long mixed_encoding:1; unsigned long encoding:8; } __attribute__ ((packed)); int search_object (struct object *ob) { return o

[Bug middle-end/25905] [4.2 regression] ICE in expand_compound_operation

2006-01-23 Thread bonzini at gnu dot org
--- Comment #6 from bonzini at gnu dot org 2006-01-23 08:28 --- Uhm, expand has a bug and creates an invalid (insn 11 7 12 2 (set (subreg:SI (reg:QI 33) 0) (zero_extract:SI (mem/s:QI (reg/v/f:SI 31 [ ob ]) [0 S1 A8]) (const_int 8 [0x8]) (const_int 1 [0x1]

[Bug target/25919] Bootstrap failure with ICE in expand_compound_operation

2006-01-23 Thread kkojima at gcc dot gnu dot org
--- Comment #1 from kkojima at gcc dot gnu dot org 2006-01-23 08:47 --- It seems that this PR is a duplicate of 25905. *** This bug has been marked as a duplicate of 25905 *** -- kkojima at gcc dot gnu dot org changed: What|Removed |Added --

[Bug middle-end/25905] [4.2 regression] ICE in expand_compound_operation

2006-01-23 Thread kkojima at gcc dot gnu dot org
--- Comment #7 from kkojima at gcc dot gnu dot org 2006-01-23 08:47 --- *** Bug 25919 has been marked as a duplicate of this bug. *** -- kkojima at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c++/24996] [4.0/4.1/4.2 Regression] ICE on throw code

2006-01-23 Thread rakdver at gcc dot gnu dot org
--- Comment #13 from rakdver at gcc dot gnu dot org 2006-01-23 08:53 --- One more question; how is the throw code supposed to work? We allocate D.2069, initialize it, if there is a problem during it initialization, we deallocate it, then pass it to __cxa_throw anyway? This does not mak

[Bug target/25919] Bootstrap failure with ICE in expand_compound_operation

2006-01-23 Thread bonzini at gnu dot org
--- Comment #2 from bonzini at gnu dot org 2006-01-23 08:59 --- I am not so sure that it is a duplicate. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25919

[Bug rtl-optimization/25654] [4.0/4.1/4.2 Regression] RTL alias analysis unprepared to handle stack slot sharing

2006-01-23 Thread rguenth at gcc dot gnu dot org
--- Comment #14 from rguenth at gcc dot gnu dot org 2006-01-23 09:47 --- Subject: Bug 25654 Author: rguenth Date: Mon Jan 23 09:47:01 2006 New Revision: 110109 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110109 Log: 2006-01-23 Steven Bosscher <[EMAIL PROTECTED]> Ja

[Bug rtl-optimization/25654] [4.0/4.1/4.2 Regression] RTL alias analysis unprepared to handle stack slot sharing

2006-01-23 Thread rguenth at gcc dot gnu dot org
--- Comment #15 from rguenth at gcc dot gnu dot org 2006-01-23 09:50 --- Subject: Bug 25654 Author: rguenth Date: Mon Jan 23 09:50:07 2006 New Revision: 110110 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110110 Log: 2006-01-23 Steven Bosscher <[EMAIL PROTECTED]> Ja

[Bug rtl-optimization/25654] [4.0/4.1/4.2 Regression] RTL alias analysis unprepared to handle stack slot sharing

2006-01-23 Thread rguenth at gcc dot gnu dot org
--- Comment #16 from rguenth at gcc dot gnu dot org 2006-01-23 09:54 --- Subject: Bug 25654 Author: rguenth Date: Mon Jan 23 09:54:12 2006 New Revision: 110111 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110111 Log: 2006-01-23 Steven Bosscher <[EMAIL PROTECTED]> Ja

[Bug rtl-optimization/25654] [4.0/4.1/4.2 Regression] RTL alias analysis unprepared to handle stack slot sharing

2006-01-23 Thread rguenth at gcc dot gnu dot org
--- Comment #17 from rguenth at gcc dot gnu dot org 2006-01-23 09:54 --- Fixed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNE

[Bug middle-end/23631] construct to memory and memcpy instead of memset

2006-01-23 Thread etienne_lorrain at yahoo dot fr
--- Comment #4 from etienne_lorrain at yahoo dot fr 2006-01-23 09:56 --- (In reply to comment #3) > PR 23477 was fixed in 4.1.0 and not 4.0.3. This is still a dup of that bug. > *** This bug has been marked as a duplicate of 23477 *** For me, 23477 is fixed in "GCC: (GNU) 4.0.3 200

[Bug target/25919] Bootstrap failure with ICE in expand_compound_operation

2006-01-23 Thread bonzini at gnu dot org
--- Comment #3 from bonzini at gnu dot org 2006-01-23 09:59 --- Reopening... -- bonzini at gnu dot org changed: What|Removed |Added Last reconfirmed|-00-00 00:00:00

[Bug target/25919] Bootstrap failure with ICE in expand_compound_operation

2006-01-23 Thread bonzini at gnu dot org
--- Comment #4 from bonzini at gnu dot org 2006-01-23 10:00 --- Reopening for real... -- bonzini at gnu dot org changed: What|Removed |Added Status|RESOLVED

[Bug target/25919] Bootstrap failure with ICE in expand_compound_operation

2006-01-23 Thread bonzini at gnu dot org
--- Comment #5 from bonzini at gnu dot org 2006-01-23 10:01 --- ... to mark as duplicate for the 20051228-1.c failure. *** This bug has been marked as a duplicate of 25890 *** -- bonzini at gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/25890] [4.2 regression] testsuite failure: gcc.c-torture/compile/20051228-1.c

2006-01-23 Thread bonzini at gnu dot org
--- Comment #4 from bonzini at gnu dot org 2006-01-23 10:01 --- *** Bug 25919 has been marked as a duplicate of this bug. *** -- bonzini at gnu dot org changed: What|Removed |Added ---

[Bug rtl-optimization/24626] [4.1 Regression] internal compiler error: verify_flow_info failed

2006-01-23 Thread rguenth at gcc dot gnu dot org
--- Comment #64 from rguenth at gcc dot gnu dot org 2006-01-23 10:01 --- Subject: Bug 24626 Author: rguenth Date: Mon Jan 23 10:01:36 2006 New Revision: 110112 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110112 Log: 2006-01-23 Richard Guenther <[EMAIL PROTECTED]> S

[Bug middle-end/25905] [4.2 regression] ICE in expand_compound_operation

2006-01-23 Thread bonzini at gnu dot org
-- bonzini at gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |bonzini at gnu dot org |dot org |

[Bug rtl-optimization/24626] [4.1 Regression] internal compiler error: verify_flow_info failed

2006-01-23 Thread rguenth at gcc dot gnu dot org
--- Comment #65 from rguenth at gcc dot gnu dot org 2006-01-23 10:06 --- Fixed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNE

[Bug middle-end/22275] [3.4/4.0/4.1/4.2 Regression] bitfield layout change (regression?)

2006-01-23 Thread matz at suse dot de
--- Comment #39 from matz at suse dot de 2006-01-23 10:32 --- Gnah! It's even worse. I spoke too soon, and actually pre-3.4 (3.3 in fact) has the behaviour _swapped_. I.e. using the example struct I have these sizes (on i686): 3.3:normal 16, pragma 16, packed 12 4.1+patch: no

[Bug c++/25921] New: Internal compiler error

2006-01-23 Thread wolfgang dot roemer at gmx dot net
Try to compile the following preprocessed file: PROBLEM: The file I wanted to post is too large. Where can I post it? -- Summary: Internal compiler error Product: gcc Version: 4.0.3 Status: UNCONFIRMED Severity: normal Priority:

[Bug c++/25921] Internal compiler error

2006-01-23 Thread wolfgang dot roemer at gmx dot net
--- Comment #1 from wolfgang dot roemer at gmx dot net 2006-01-23 11:18 --- Created an attachment (id=10709) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10709&action=view) The preprocessed file causing the error -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25921

[Bug middle-end/22275] [3.4/4.0/4.1/4.2 Regression] bitfield layout change (regression?)

2006-01-23 Thread matz at suse dot de
--- Comment #40 from matz at suse dot de 2006-01-23 11:21 --- Mark, re your comment #38: (my comment #39 actually came before, but I forgot to press "Commit" :-/ ) the #pragma pack(1) does not influence DECL_PACKED. It is only set by attribute(packed). That's why the difference of beha

[Bug middle-end/22275] [3.4/4.0/4.1/4.2 Regression] bitfield layout change (regression?)

2006-01-23 Thread matz at suse dot de
--- Comment #41 from matz at suse dot de 2006-01-23 11:23 --- Created an attachment (id=10710) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10710&action=view) candidate patch This patch contains some commented out test code I had in for playing around. -- http://gcc.gnu.org/

[Bug c++/25922] New: Incomplete type with embedded member template struct

2006-01-23 Thread dmitrii dot kamenetskii at boeing dot com
Hi, Here is my complaint: The problem encountered under Linux x86_64 platform... The following test code fails to compile with the dignostics: 'AAA<3>::member' has incomplete type //Test code: template struct A { template // Type-

[Bug middle-end/22275] [3.4/4.0/4.1/4.2 Regression] bitfield layout change (regression?)

2006-01-23 Thread matz at suse dot de
--- Comment #42 from matz at suse dot de 2006-01-23 11:28 --- Created an attachment (id=10711) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10711&action=view) Testprogram This program generates the following output for 3.3-hammer-branch on x86-64: S_normal_i size 8 alig

[Bug ada/23319] crash with interface as generic formal parameter

2006-01-23 Thread charlet at gcc dot gnu dot org
--- Comment #5 from charlet at gcc dot gnu dot org 2006-01-23 11:32 --- Could you check again on trunk ? there have been lots of fixes in handling of interfaces and this PR is likely fixed now. Arno -- charlet at gcc dot gnu dot org changed: What|Removed

[Bug ada/22500] Bug box when using -gnatwa

2006-01-23 Thread charlet at gcc dot gnu dot org
--- Comment #6 from charlet at gcc dot gnu dot org 2006-01-23 11:33 --- Should now work fine on trunk, there have been many fixes in handling of interfaces, could you confirm ? Arno -- charlet at gcc dot gnu dot org changed: What|Removed |Added --

[Bug middle-end/24004] [4.0 Regression] bogus 'may be uninit warnings' for loops

2006-01-23 Thread SLTxLQEc4vuR5kMzK at anime dot net
--- Comment #3 from SLTxLQEc4vuR5kMzK at anime dot net 2006-01-23 12:32 --- so is this a bug or not a bug? or user error? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24004

[Bug fortran/25923] New: [gfortran] garbled diagnostics with -O -Wuninitialized

2006-01-23 Thread martin at mpa-garching dot mpg dot de
rget: i686-pc-linux-gnu Configured with: /scratch/gcc/configure --quiet --prefix=/afs/mpa/data/martin/ugcc --enable-languages=c++,fortran --with-gmp=/usr/local/appl/gmp-4.1.4 --enable-checking=release Thread model: posix gcc version 4.2.0 20060123 (experimental) /afs/mpa/data/martin/ugcc/libexe

[Bug c++/22406] -Weffc++ warns about missing op= and copy ctor, even when base classes have already disabled these

2006-01-23 Thread michal017 at centrum dot sk
--- Comment #3 from michal017 at centrum dot sk 2006-01-23 12:50 --- (In reply to comment #2) > Hmm, I get only warning for this code: > t.cc:10: warning: base class �class Foo� has a non-virtual > destructor > You get the warning if you declare a constructor in the Bar class (checked

[Bug libobjc/13946] ObjC configured --with-objc-gc needs external Boehm gc

2006-01-23 Thread ayers at gcc dot gnu dot org
--- Comment #3 from ayers at gcc dot gnu dot org 2006-01-23 13:03 --- I've posted some patches for this: http://gcc.gnu.org/ml/gcc-patches/2006-01/msg01532.html http://gcc.gnu.org/ml/gcc-patches/2006-01/msg01533.html http://gcc.gnu.org/ml/gcc-patches/2006-01/msg01534.html -- ayers a

[Bug c++/25922] Incomplete type with embedded member template struct

2006-01-23 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-01-23 13:17 --- Your source is wrong, you forgot the template keyword. The corrected line for NEWTYPE is typedef typename A::template B::C NEWTYPE; and this works on all compilers from 3.2.3 on. -- pinskia at gcc dot gnu dot

gcc 4.0.2 bug report

2006-01-23 Thread Stephan . Beal . extern
Hi, gcc team! i unfortunately cannot use the bug db for this report because i am not allowed to use this email address for websites, mailing lists, etc. Bug summary: The two-arg form of std::random_shuffle() shuffles predictably unless srand() is called beforehand. GCC version: gcc (GCC) 4.0.2 C

[Bug c++/25632] [4.0 Regression] ICE with const int copied into two different functions

2006-01-23 Thread pinskia at gcc dot gnu dot org
--- Comment #16 from pinskia at gcc dot gnu dot org 2006-01-23 14:31 --- *** Bug 25921 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug target/25920] after compiled with -pg for profiling, all the spec2kfp cases failed at runtime

2006-01-23 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-01-23 14:33 --- Related to PR 12455 which was fixed in 4.1.0. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug target/25899] ACATS FAIL c34006a cc1226b on x86-linux with -mtune=k8

2006-01-23 Thread hjl at lucon dot org
--- Comment #9 from hjl at lucon dot org 2006-01-23 14:37 --- I have verified that cc1226b also failed with -mtune=k8: [EMAIL PROTECTED] ada-2]$ make /export/build/gnu/gcc-last/build-i686-linux/gcc/xgcc -B/export/build/gnu/gcc-last/build-i686-linux/gcc/ -v Reading specs from /export/bui

[Bug c++/25921] [4.0 Regression] Internal compiler error

2006-01-23 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-01-23 14:31 --- *** This bug has been marked as a duplicate of 25632 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug libfortran/25835] Segfault or Bad Address error on unformatted sequential READ

2006-01-23 Thread dir at lanl dot gov
--- Comment #4 from dir at lanl dot gov 2006-01-23 14:44 --- Adding a buffer flush to "fd_alloc_r_at" seems to helped a lot - it now passes the 65000 tests of 8 at a time and the 1048576 10 at a time tests with a small buffer, but fails some where in the 262144 tests of 9 at a time with

[Bug libstdc++/25913] Client's isnormal function is broken by cmath

2006-01-23 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2006-01-23 14:50 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCON

[Bug c++/25915] instantiated templates with anonymous namespace class as arguments should be static

2006-01-23 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-01-23 14:43 --- Confirmed, related to PR 10591. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Bu

[Bug other/25914] strsignal.c:558: warning: comparison between signed and unsigned

2006-01-23 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-01-23 14:51 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCON

[Bug middle-end/24437] OBJ_TYPE_REF handling in fold_stmt should be moved to fold

2006-01-23 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-01-23 14:56 --- Subject: Bug 24437 Author: pinskia Date: Mon Jan 23 14:56:45 2006 New Revision: 110116 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110116 Log: 2006-01-23 Andrew Pinski <[EMAIL PROTECTED]> PR mi

[Bug middle-end/24437] OBJ_TYPE_REF handling in fold_stmt should be moved to fold

2006-01-23 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-01-23 14:57 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug tree-optimization/25315] [4.2 regression] testsuite failure:27_io/basic_ostream/inserters_character/char/9555-oc.cc wchar_t/9555-oc.cc exec

2006-01-23 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2006-01-23 15:03 --- Mine, this is fixed by the patch which fixes PR 25857. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug ada/18819] [4.1/4.2 Regression] ACATS cdd2a01 cdd2a02 fail at runtime

2006-01-23 Thread charlet at adacore dot com
--- Comment #21 from charlet at adacore dot com 2006-01-23 15:12 --- Subject: Re: [4.1/4.2 Regression] ACATS cdd2a01 cdd2a02 fail at runtime > No real solution as of this writing, only a poor workaround: not compiling the > support files with -gnato (overflow checks). That's not reall

[Bug ada/18819] [4.1/4.2 Regression] ACATS cdd2a01 cdd2a02 fail at runtime

2006-01-23 Thread ebotcazou at gcc dot gnu dot org
--- Comment #22 from ebotcazou at gcc dot gnu dot org 2006-01-23 15:15 --- > That's not really an option, since these files must be compiled with > -gnato (well at least report.adb) for proper operation of some ACATS tests. Agreed. Can I install the front-end fix on the 4.1 branch the

[Bug tree-optimization/25315] [4.2 regression] testsuite failure:27_io/basic_ostream/inserters_character/char/9555-oc.cc wchar_t/9555-oc.cc exec

2006-01-23 Thread pinskia at gcc dot gnu dot org
--- Comment #9 from pinskia at gcc dot gnu dot org 2006-01-23 15:19 --- Subject: Bug 25315 Author: pinskia Date: Mon Jan 23 15:19:29 2006 New Revision: 110127 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110127 Log: 2006-01-23 Andrew Pinski <[EMAIL PROTECTED]> Da

[Bug tree-optimization/25857] [4.2 Regression] ICE in coalesce_abnormal_edges at -O2

2006-01-23 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2006-01-23 15:19 --- Subject: Bug 25857 Author: pinskia Date: Mon Jan 23 15:19:29 2006 New Revision: 110127 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110127 Log: 2006-01-23 Andrew Pinski <[EMAIL PROTECTED]> Da

[Bug tree-optimization/25857] [4.2 Regression] ICE in coalesce_abnormal_edges at -O2

2006-01-23 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2006-01-23 15:19 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug tree-optimization/25315] [4.2 regression] testsuite failure:27_io/basic_ostream/inserters_character/char/9555-oc.cc wchar_t/9555-oc.cc exec

2006-01-23 Thread pinskia at gcc dot gnu dot org
--- Comment #10 from pinskia at gcc dot gnu dot org 2006-01-23 15:19 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNE

[Bug libfortran/25835] Segfault or Bad Address error on unformatted sequential READ

2006-01-23 Thread dir at lanl dot gov
--- Comment #5 from dir at lanl dot gov 2006-01-23 15:20 --- I think that the examples shown above now work. Here is the shortest new one to fail - another bug I guess. [dranta:~/tests/gfortran-D] dir% gfortran -o write25 write25.f [dranta:~/tests/gfortran-D] dir% write25 read EOF di

[Bug target/25899] ACATS FAIL c34006a cc1226b on x86-linux with -mtune=k8

2006-01-23 Thread hjl at lucon dot org
--- Comment #10 from hjl at lucon dot org 2006-01-23 15:21 --- I have verified that c34006a and cc1226b are only new failures when -mtune=k8 is used. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25899

[Bug rtl-optimization/20586] bootstrap comparision fails with -funroll-loops.

2006-01-23 Thread pluto at agmk dot net
--- Comment #3 from pluto at agmk dot net 2006-01-23 15:26 --- current gcc-4.1 (rev. 110083) on my x86-64 box with `-march=x86-64 -O2 -funroll-loops` fails too. (enabled langs: c,c++) Bootstrap comparison failure! ./c-format.o differs ./expmed.o differs ./i386.o differs ./reg-stack.o d

[Bug target/25899] ACATS FAIL c34006a cc1226b on x86-linux with -mtune=k8

2006-01-23 Thread hubicka at gcc dot gnu dot org
--- Comment #11 from hubicka at gcc dot gnu dot org 2006-01-23 15:27 --- This might be another manifestation of the argument saving area with -maccumulate-outgoing-args (if it is so, either -fno-tree-ter or -mno-accumulate-outgoing-args should solve it). I will try to look into it toni

[Bug libstdc++/25797] [4.2 Regression] almost all libstdc++ tests fail

2006-01-23 Thread pinskia at gcc dot gnu dot org
--- Comment #11 from pinskia at gcc dot gnu dot org 2006-01-23 15:29 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFI

[Bug other/25925] New: [meta-bug] 4.2 slush bug

2006-01-23 Thread pinskia at gcc dot gnu dot org
The initialized linked failures are the failures which block further development for me at least. PR 25886 is a huge failure as we are now over the 255 limit for tree codes for some languages (well Objective-C++ only but it gives us a hint of what is to come soon). PR 25860 is an ICE due to SSA P

[Bug tree-optimization/25860] [4.2 Regression] ice with -g -O2 -fPIC

2006-01-23 Thread pinskia at gcc dot gnu dot org
--- Comment #10 from pinskia at gcc dot gnu dot org 2006-01-23 15:39 --- Testing the fix which Daniel Berlin recommended. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug middle-end/25886] [4.2 Regression] up to 256 tree codes for Objective-C++

2006-01-23 Thread bonzini at gnu dot org
--- Comment #2 from bonzini at gnu dot org 2006-01-23 15:41 --- This is nasty. I think that the easiest codes to remove are PARM_DECL and RESULT_DECL. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25886

[Bug libgomp/25910] [4.2 Regression] bootstrap failure

2006-01-23 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Keywords||build Summary|bootstrap failure |[4.2 Regression

[Bug libgomp/25259] [4.2 Regression] bootstrap failures on non-C99 platforms

2006-01-23 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.2.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25259

[Bug other/25925] [meta-bug] 4.2 slush bug

2006-01-23 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-01-23 15:48 --- PR 25910: libgomp fails to compile on i686-linux-gnu. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug libgomp/25865] [4.2 Regression] libgomp incorrectly detects support for TLS

2006-01-23 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Summary|libgomp incorrectly detects |[4.2 Regression] libgomp |support for TLS

[Bug other/25925] [meta-bug] 4.2 slush bug

2006-01-23 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-01-23 15:50 --- PR 25865: libgomp dects TLS as working when it does not. Causes a build failure on *-netbsd*. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug other/25925] [meta-bug] 4.2 slush bug

2006-01-23 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-01-23 15:45 --- PR 25636: reload is causing a write to read only memory, exposed by PRE changes. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug other/25925] [meta-bug] 4.2 slush bug

2006-01-23 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-01-23 15:47 --- PR 25259: libgomp depends on stdint.h. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug target/25926] New: A87B59A SIGABRT

2006-01-23 Thread danglin at gcc dot gnu dot org
515 (hiauly1)dave> gdb a87b59a GNU gdb 6.3.50.20050226-cvs Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditio

[Bug libgomp/25884] [4.2 Regression] libgomp should not require perl to compile

2006-01-23 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Summary|libgomp should not require |[4.2 Regression] libgomp |perl to compile

[Bug other/25925] [meta-bug] 4.2 slush bug

2006-01-23 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-01-23 15:51 --- PR 25884: perl is now required to build GCC (libgomp). -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug other/25925] [meta-bug] 4.2 slush bug

2006-01-23 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2006-01-23 16:06 --- ICE in c-common.c due to PARM_DECL and ADDR_EXPR and not having visibility. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug other/25925] [meta-bug] 4.2 slush bug

2006-01-23 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2006-01-23 16:07 --- (In reply to comment #6) > ICE in c-common.c due to PARM_DECL and ADDR_EXPR and not having visibility. That was PR 25861. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25925

[Bug target/25899] ACATS FAIL c34006a cc1226b on x86-linux with -mtune=k8

2006-01-23 Thread hjl at lucon dot org
--- Comment #12 from hjl at lucon dot org 2006-01-23 16:13 --- Created an attachment (id=10712) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10712&action=view) Testcases I am not sure -mno-accumulate-outgoing-args -fno-tree-ter will solve the problem. This is the testcase I am us

[Bug middle-end/23631] construct to memory and memcpy instead of memset

2006-01-23 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-01-23 16:16 --- Fixed in 4.1.0. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|

[Bug fortran/25923] [gfortran] garbled diagnostics with -O -Wuninitialized

2006-01-23 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-01-23 16:18 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCON

[Bug c++/25908] Multiple definitions of symbol vtables

2006-01-23 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-01-23 16:19 --- Do you have a simple example? -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug testsuite/25177] [4.2 Regression] gcc.target/powerpc/pr18096-1.c fails on PPC

2006-01-23 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Summary|gcc.target/powerpc/pr18096- |[4.2 Regression] |1.c fails on PPC |gcc.

[Bug testsuite/25177] [4.2 Regression] gcc.target/powerpc/pr18096-1.c fails on PPC

2006-01-23 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last reconfi

[Bug libgcj/24637] static and non-static declarations of missing type do not pass the verifier

2006-01-23 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-01-23 16:24 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCON

[Bug c++/25855] [4.0/4.1/4.2 Regression] template specialisation not always found (partial ordering)

2006-01-23 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Summary|template specialisation not |[4.0/4.1/4.2 Regression] |always found (partial

[Bug c/25892] -Wpointer-sign creates problems for Emacs

2006-01-23 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Severity|normal |blocker http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25892

[Bug fortran/25060] assignment of assumed size array not allowed

2006-01-23 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25060

[Bug fortran/22146] ICE when calling ELEMENTAL subroutines

2006-01-23 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22146

[Bug fortran/25029] Assumed size array can be associated with array pointer without upper bound of last dimension

2006-01-23 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25029

[Bug fortran/21256] Illegal use of assumed-sized array in an array expression

2006-01-23 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21256

[Bug fortran/20868] reference to upper bound of assumed-size array

2006-01-23 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20868

[Bug tree-optimization/25485] VRP misses an "if" with TRUTH_AND_EXPR statement that could be optimized away

2006-01-23 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.2.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25485

[Bug fortran/20870] reference to size of assumed-size array

2006-01-23 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20870

[Bug testsuite/25796] gcc.target/i386/cmov6.c fails on x86_64-linux when supplied -m64

2006-01-23 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.2.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25796

[Bug target/25168] FAIL: g++.old-deja/g++.abi/cxa_vec.C execution test

2006-01-23 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25168

[Bug testsuite/25777] acats_run doesn't include gcc base directory in LD_LIBRARY_PATH

2006-01-23 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25777

[Bug target/20754] ACATS cxg1005 fails at runtime on hppa-linux

2006-01-23 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20754

[Bug target/25731] Complex values passed in wrong registers

2006-01-23 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25731

[Bug fortran/20869] EXTERNAL and INTRINSIC cannot be used together

2006-01-23 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20869

[Bug fortran/20875] elemental function may not be pointer valued

2006-01-23 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20875

[Bug fortran/25024] ICE with external declaration inside same procedure

2006-01-23 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25024

[Bug testsuite/25171] FAIL: gfortran.dg/mixed_io_1.f90

2006-01-23 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25171

[Bug fortran/24554] internal compiler error

2006-01-23 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24554

[Bug c++/16190] -Wnon-virtual-dtor, in -Wall, silenced only by pessimizing code

2006-01-23 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.2.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16190

[Bug testsuite/25590] [4.1/4.2 regression] FAIL: gcc.dg/tree-ssa/gen-vect-11.c scan-tree-dump-times vectorized 1 loops 1

2006-01-23 Thread kazu at gcc dot gnu dot org
--- Comment #9 from kazu at gcc dot gnu dot org 2006-01-23 16:38 --- Posted a patch. -- kazu at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassi

  1   2   3   >