[Bug target/33474] bfin: ICE: RTL check: expected code 'set' or 'clobber', have 'parallel' in bfin_adjust_cost, at config/bfin/bfin.c:3120

2007-11-09 Thread rask at gcc dot gnu dot org
--- Comment #2 from rask at gcc dot gnu dot org 2007-11-10 01:21 --- I can't reproduce this with revision 127331 or 129967. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33474

[Bug target/30315] optimize unsigned-add overflow test on x86 to use cpu flags from addl

2007-11-09 Thread rask at gcc dot gnu dot org
--- Comment #16 from rask at gcc dot gnu dot org 2007-11-10 01:32 --- Two testcases which aren't optimized: unsigned int bad1 (unsigned int a) { unsigned int c = a - 1; if (c > a) abort (); else return c; } unsigned int bad2 (unsigned int a) { unsigned int c = a - 2;

[Bug middle-end/33335] [4.3 Regression] FAIL: 26_numerics/complex/inserters_extractors/wchar_t/1.cc

2007-11-09 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #9 from dave at hiauly1 dot hia dot nrc dot ca 2007-11-10 02:44 --- Subject: Re: [4.3 Regression] FAIL: 26_numerics/complex/inserters_extractors/wchar_t/1.cc > jakub at gcc dot gnu dot org changed: > >What|Removed |Added > -

[Bug c++/33510] Array size of array with size determined by the initializer wrong with packs

2007-11-09 Thread dgregor at gcc dot gnu dot org
--- Comment #1 from dgregor at gcc dot gnu dot org 2007-11-10 02:53 --- Subject: Bug 33510 Author: dgregor Date: Sat Nov 10 02:53:31 2007 New Revision: 130065 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=130065 Log: 2007-11-09 Douglas Gregor <[EMAIL PROTECTED]> PR c

[Bug c++/33510] Array size of array with size determined by the initializer wrong with packs

2007-11-09 Thread dgregor at gcc dot gnu dot org
--- Comment #2 from dgregor at gcc dot gnu dot org 2007-11-10 02:54 --- Fixed -- dgregor at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRME

[Bug tree-optimization/26264] Extraneous warning with __builtin_stdarg_start and optimization

2007-11-09 Thread patchapp at dberlin dot org
--- Comment #11 from patchapp at dberlin dot org 2007-11-10 03:47 --- Subject: Bug number PR middle-end/26264 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2007-11/msg00106.html -- http://gcc.gnu.or

[Bug c/29062] unclear diagnostic for declaration after label

2007-11-09 Thread patchapp at dberlin dot org
--- Comment #9 from patchapp at dberlin dot org 2007-11-10 03:47 --- Subject: Bug number PR c/29062 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2007-11/msg00111.html -- http://gcc.gnu.org/bugzilla

[Bug target/16350] gcc only understands little endian ARM systems

2007-11-09 Thread patchapp at dberlin dot org
--- Comment #18 from patchapp at dberlin dot org 2007-11-10 03:53 --- Subject: Bug number PR16350 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2007-11/msg00358.html -- http://gcc.gnu.org/bugzilla/s

[Bug target/16350] gcc only understands little endian ARM systems

2007-11-09 Thread patchapp at dberlin dot org
--- Comment #19 from patchapp at dberlin dot org 2007-11-10 03:53 --- Subject: Bug number PR16350 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2007-11/msg00362.html -- http://gcc.gnu.org/bugzilla/s

[Bug fortran/33945] PROCEDURE in module somtimes wrongly rejected

2007-11-09 Thread patchapp at dberlin dot org
--- Comment #6 from patchapp at dberlin dot org 2007-11-10 03:54 --- Subject: Bug number PR33945 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2007-11/msg00416.html -- http://gcc.gnu.org/bugzilla/sh

[Bug c++/30297] [4.1/4.2 regression] ICE with extern "C" and inheritance

2007-11-09 Thread patchapp at dberlin dot org
--- Comment #9 from patchapp at dberlin dot org 2007-11-10 03:55 --- Subject: Bug number PR c++/30297 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2007-11/msg00435.html -- http://gcc.gnu.org/bugzil

[Bug c++/30297] [4.1/4.2 regression] ICE with extern "C" and inheritance

2007-11-09 Thread patchapp at dberlin dot org
--- Comment #10 from patchapp at dberlin dot org 2007-11-10 04:00 --- Subject: Bug number PR c++/30297 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2007-11/msg00435.html -- http://gcc.gnu.org/bugzi

[Bug fortran/30285] gfortran excessive memory usage with COMMON blocks in modules

2007-11-09 Thread patchapp at dberlin dot org
--- Comment #18 from patchapp at dberlin dot org 2007-11-10 04:01 --- Subject: Bug number PR 30285 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2007-11/msg00552.html -- http://gcc.gnu.org/bugzilla/

[Bug c++/30297] [4.1/4.2 regression] ICE with extern "C" and inheritance

2007-11-09 Thread patchapp at dberlin dot org
--- Comment #11 from patchapp at dberlin dot org 2007-11-10 04:05 --- Subject: Bug number PR c++/30297 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2007-11/msg00435.html -- http://gcc.gnu.org/bugzi

[Bug bootstrap/33992] Building libstdc++-v3: include/limits: stray '\275' in program

2007-11-09 Thread dirtyepic at gentoo dot org
--- Comment #6 from dirtyepic at gentoo dot org 2007-11-10 06:42 --- this error doesn't happen on x86 but i did reproduce it w/ make profiledbootstrap using today's trunk on x86_64. if no one else is hitting this it points to a problem on our end, but i'll look further into it soon. -

[Bug tree-optimization/34048] New: [4.3 Regression]: Revision 130040 miscompiles 450.soplex

2007-11-09 Thread hjl at lucon dot org
Revision 130040 miscompiles 450.soplex in SPEC CPU 2006 with -O2 -ffast-math on Linux/x86-64: Running (#1) 450.soplex ref base o2 default 450.soplex: copy #0 non-zero return code (rc=0, signal=11) Error with '/export/spec/src/2006/x86_64/spec/bin/specinvoke -E -d /export/spec/src/2006/x86_64/s

[Bug c++/32241] [4.1/4.2/4.3 regression] ICE trying to call x.~X(); in a template

2007-11-09 Thread jakub at gcc dot gnu dot org
--- Comment #5 from jakub at gcc dot gnu dot org 2007-11-10 07:36 --- Subject: Bug 32241 Author: jakub Date: Sat Nov 10 07:36:09 2007 New Revision: 130066 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=130066 Log: PR c++/32241 * pt.c (tsubst_copy_and_build) : If

[Bug tree-optimization/33680] [4.3 Regression] ICE when compilling elbg.c from ffmpeg (vectorizer)

2007-11-09 Thread jakub at gcc dot gnu dot org
--- Comment #21 from jakub at gcc dot gnu dot org 2007-11-10 07:40 --- Subject: Bug 33680 Author: jakub Date: Sat Nov 10 07:40:37 2007 New Revision: 130067 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=130067 Log: PR tree-optimization/33680 * tree-data-ref.c (sp

[Bug middle-end/32044] [4.3 regression] udivdi3 counterproductive, unwarranted use

2007-11-09 Thread bunk at stusta dot de
--- Comment #25 from bunk at stusta dot de 2007-11-10 07:41 --- Adding workarounds in all affected places in the kernel would be horribly fragile, but I've confirmed your -fno-tree-scev-cprop suggestion works around it and I'll submit a patch to the Linux kernel to use it with gcc 4.3.

[Bug middle-end/34018] [4.3 Regression] ICE: verify_stmts failed

2007-11-09 Thread jakub at gcc dot gnu dot org
--- Comment #4 from jakub at gcc dot gnu dot org 2007-11-10 07:46 --- Subject: Bug 34018 Author: jakub Date: Sat Nov 10 07:46:31 2007 New Revision: 130068 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=130068 Log: PR middle-end/34018 * tree-inline.h (copy_body_da

[Bug fortran/34020] Bogus codegen for openmp atomics w/ indirects operands on IPF

2007-11-09 Thread jakub at gcc dot gnu dot org
--- Comment #3 from jakub at gcc dot gnu dot org 2007-11-10 07:52 --- Subject: Bug 34020 Author: jakub Date: Sat Nov 10 07:51:55 2007 New Revision: 130069 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=130069 Log: PR fortran/34020 * gimplify.c (goa_lhs_expr_p): I

[Bug tree-optimization/33680] [4.3 Regression] ICE when compilling elbg.c from ffmpeg (vectorizer)

2007-11-09 Thread jakub at gcc dot gnu dot org
--- Comment #22 from jakub at gcc dot gnu dot org 2007-11-10 07:52 --- Fixed. -- jakub at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug c++/32241] [4.1/4.2 regression] ICE trying to call x.~X(); in a template

2007-11-09 Thread jakub at gcc dot gnu dot org
--- Comment #6 from jakub at gcc dot gnu dot org 2007-11-10 07:53 --- Fixed so far on the trunk. -- jakub at gcc dot gnu dot org changed: What|Removed |Added S

[Bug middle-end/34018] [4.3 Regression] ICE: verify_stmts failed

2007-11-09 Thread jakub at gcc dot gnu dot org
--- Comment #5 from jakub at gcc dot gnu dot org 2007-11-10 07:53 --- Fixed. -- jakub at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug fortran/34020] Bogus codegen for openmp atomics w/ indirects operands on IPF

2007-11-09 Thread jakub at gcc dot gnu dot org
--- Comment #4 from jakub at gcc dot gnu dot org 2007-11-10 07:55 --- Fixed on the trunk so far. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34020

[Bug tree-optimization/34027] [4.3 regression] -Os code size nearly doubled

2007-11-09 Thread bunk at stusta dot de
--- Comment #6 from bunk at stusta dot de 2007-11-10 07:58 --- I remove the dependency on PR32044: This bug is really just something I observed by chance when looking at the kernel compilation problem, but unless I completely misunderstood your comments here whatever is required to fix

<    1   2