--- 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
--- 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;
--- 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
> -
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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/
--- 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
--- 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.
-
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
--- 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
--- 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
--- 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.
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
101 - 126 of 126 matches
Mail list logo