LAST_UPDATED: Sun Nov 30 23:37:15 UTC 2008 (revision 142300)
Target: sparc-linux-gnu
gcc version 4.3.3 20081130 (prerelease) (Debian 4.3.2-2~exp4)
Native configuration is sparc-unknown-linux-gnu
=== g++ tests ===
Running target unix
FAIL: g++.dg/opt/anchor1.C execution test
LAST_UPDATED: Sun Nov 30 23:37:15 UTC 2008 (revision 142300)
Target: ia64-linux-gnu
gcc version 4.3.3 20081130 (prerelease) (Debian 4.3.2-2~exp4)
Native configuration is ia64-unknown-linux-gnu
=== g++ tests ===
Running target unix
FAIL: g++.dg/tree-prof/indir-call-prof.C scan-t
LAST_UPDATED: Mon Dec 1 21:59:46 UTC 2008 (revision 142335)
Target: powerpc-linux-gnu
gcc version 4.1.3 20080704 (prerelease) (Debian 4.1.2-24)
Native configuration is powerpc-unknown-linux-gnu
=== g++ tests ===
Running target unix
=== g++ Summary for unix ===
LAST_UPDATED: Mon Dec 1 21:59:46 UTC 2008 (revision 142335)
Target: mipsel-linux-gnu
gcc version 4.1.3 20080704 (prerelease) (Debian 4.1.2-24)
Native configuration is mipsel-unknown-linux-gnu
=== g++ tests ===
Running target unix
XPASS: g++.old-deja/g++.other/init5.C execution
LAST_UPDATED: Mon Dec 1 21:59:46 UTC 2008 (revision 142335)
Target: mips-linux-gnu
gcc version 4.1.3 20080704 (prerelease) (Debian 4.1.2-24)
Native configuration is mips-unknown-linux-gnu
=== g++ tests ===
Running target unix
XPASS: g++.old-deja/g++.other/init5.C execution test
LAST_UPDATED: Mon Dec 1 21:59:46 UTC 2008 (revision 142335)
Target: ia64-linux-gnu
gcc version 4.1.3 20080704 (prerelease) (Debian 4.1.2-24)
Native configuration is ia64-unknown-linux-gnu
=== g++ tests ===
Running target unix
XPASS: g++.old-deja/g++.other/init5.C execution test
LAST_UPDATED: Mon Dec 1 21:59:46 UTC 2008 (revision 142335)
Target: i486-linux-gnu
gcc version 4.1.3 20080704 (prerelease) (Debian 4.1.2-24)
Native configuration is i486-pc-linux-gnu
=== g++ tests ===
Running target unix
XPASS: g++.old-deja/g++.other/init5.C execution test
LAST_UPDATED: Mon Dec 1 21:59:46 UTC 2008 (revision 142335)
Target: x86_64-linux-gnu
gcc version 4.1.3 20080704 (prerelease) (Debian 4.1.2-24)
Native configuration is x86_64-pc-linux-gnu
=== g++ tests ===
Running target unix
XPASS: g++.old-deja/g++.other/init5.C execution test
Hi Bastian,
Thanks for replying and checking stuff.
> On Thu, Jul 17, 2008 at 03:34:59AM +0200, Michael Tautschnig wrote:
> > When rebuilding diagnostics, it failed on s390 during the selftests [0]. The
> > failing piece of code is attached.
>
> This includes too many preprocessor magic. Please
We believe that the bug you reported is now fixed; the following
package(s) have been removed from unstable:
gnat-4.1 | 4.1.2-20 | source, alpha, amd64, hppa, i386, ia64, mips, mipsel,
powerpc, s390, sparc
gnat-4.1-base | 4.1.2-20 | alpha, amd64, hppa, i386, ia64, mips, mipsel,
powerpc, s3
--- Comment #8 from rguenth at gcc dot gnu dot org 2008-12-02 14:56 ---
Subject: Bug 38359
Author: rguenth
Date: Tue Dec 2 14:55:04 2008
New Revision: 142357
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=142357
Log:
2008-12-02 Richard Guenther <[EMAIL PROTECTED]>
PR
--- Comment #7 from rguenth at gcc dot gnu dot org 2008-12-02 14:51 ---
Fixed for 4.4.0.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
Known to fail
--- Comment #6 from rguenth at gcc dot gnu dot org 2008-12-02 14:50 ---
Subject: Bug 38359
Author: rguenth
Date: Tue Dec 2 14:49:00 2008
New Revision: 142356
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=142356
Log:
2008-12-02 Richard Guenther <[EMAIL PROTECTED]>
PR
--- Comment #5 from rguenth at gcc dot gnu dot org 2008-12-02 13:23 ---
This is const_binop folding -1 >> -130 to zero and fold_binary -1 >> n to -1.
11458 case RSHIFT_EXPR:
11459 /* Optimize -1 >> x for arithmetic right shifts. */
11460 if (integer_all_onesp (arg
--- Comment #4 from rguenth at gcc dot gnu dot org 2008-12-02 12:21 ---
Minimal testcase:
unsigned _ov_64_seek_lap (_Bool x1, _Bool x2, _Bool x3)
{
unsigned ltmp_3978_7__PHI_TEMPORARY;
unsigned ltmp_4011_7__PHI_TEMPORARY;
signed ltmp_4011_7;
if (!x1 || !x2)
while (1) ;
i
--- Comment #3 from rguenth at gcc dot gnu dot org 2008-12-02 11:18 ---
I will have a look.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
Assigne
--- Comment #6 from rguenth at gcc dot gnu dot org 2008-12-02 11:16 ---
Or rather we should verify arguments to builtin functions properly in the
frontends.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38360
--- You are receiving this mail because: ---
You reported the bu
On Thu, Jul 17, 2008 at 03:34:59AM +0200, Michael Tautschnig wrote:
> When rebuilding diagnostics, it failed on s390 during the selftests [0]. The
> failing piece of code is attached.
This includes too many preprocessor magic. Please provide an example
without.
I was not even able to link libdiag
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
CC||rakdver at gcc dot gnu dot
|
--- Comment #4 from rguenth at gcc dot gnu dot org 2008-12-02 11:05 ---
Re-opening as the -fipa-struct-reorg case.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #5 from jakub at gcc dot gnu dot org 2008-12-02 08:11 ---
I'd like to apologize for the last comment, the bug is related to that change,
just should be fixed on the ccp_fold_builtin side.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38360
--- You are receiving thi
--- Comment #4 from jakub at gcc dot gnu dot org 2008-12-02 07:59 ---
The bug is elsewhere.
--
jakub at gcc dot gnu dot org changed:
What|Removed |Added
AssignedT
22 matches
Mail list logo