This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa] Merge status 2004-05-03
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: Diego Novillo <dnovillo at redhat dot com>
- Cc: "gcc at gcc dot gnu dot org" <gcc at gcc dot gnu dot org>, Andrew Pinski <pinskia at physics dot uc dot edu>
- Date: Mon, 3 May 2004 19:28:48 -0400
- Subject: Re: [tree-ssa] Merge status 2004-05-03
- References: <1083625440.11095.148.camel@localhost.localdomain>
Some PR numbers for the regressions and status on powerpc-apple-darwin.
On May 3, 2004, at 19:04, Diego Novillo wrote:
New regressions in gcc
These are PR 13741:
FAIL: gcc.c-torture/compile/20010605-1.c (test for excess
errors)
FAIL: gcc.c-torture/compile/20010605-1.c (test for excess
errors)
PR 14470:
FAIL: gcc.c-torture/execute/20040313-1.c execution
FAIL: gcc.c-torture/execute/20040313-1.c execution
FAIL: gcc.c-torture/execute/20040313-1.c execution
FAIL: gcc.c-torture/execute/20040313-1.c execution
FAIL: gcc.c-torture/execute/20040313-1.c execution
FAIL: gcc.c-torture/execute/20040313-1.c execution
PR 15117:
FAIL: gcc.c-torture/execute/921017-1.c compilation
FAIL: gcc.c-torture/execute/921017-1.c compilation
FAIL: gcc.c-torture/execute/921017-1.c compilation
FAIL: gcc.c-torture/execute/921017-1.c compilation
FAIL: gcc.c-torture/execute/921017-1.c compilation
FAIL: gcc.c-torture/execute/921017-1.c compilation
No known PR:
FAIL: gcc.dg/torture/builtin-ctype-1.c (test for excess
errors)
FAIL: gcc.dg/torture/builtin-ctype-1.c (test for excess
errors)
FAIL: gcc.dg/torture/builtin-ctype-1.c (test for excess
errors)
FAIL: gcc.dg/torture/builtin-ctype-1.c (test for excess
errors)
FAIL: gcc.dg/torture/builtin-ctype-1.c (test for excess
errors)
FAIL: gcc.dg/torture/builtin-ctype-2.c (test for excess
errors)
FAIL: gcc.dg/torture/builtin-ctype-2.c (test for excess
errors)
FAIL: gcc.dg/torture/builtin-ctype-2.c (test for excess
errors)
FAIL: gcc.dg/torture/builtin-ctype-2.c (test for excess
errors)
FAIL: gcc.dg/torture/builtin-ctype-2.c (test for excess
errors)
No known PR:
FAIL: 209: expected branch percentages not found: 25
FAIL: gcc.misc-tests/gcov-4b.c gcov: 0 failures in line
counts
New regressions in g++
No known PR:
FAIL: 258: expected branch percentages not found: 25
FAIL: g++.dg/gcov/gcov-1.C gcov: 0 failures in line counts
FAIL: 23:is 2:should be 1
FAIL: g++.dg/gcov/gcov-2.C gcov: 1 failures in line counts
PR 14107 but this requires CFG even at -O0 which is too invasive at
this point and is already fixed on the tree-profiling branch IIRC.
FAIL: g++.old-deja/g++.brendan/crash13.C (test for errors
FAIL: g++.old-deja/g++.law/friend5.C (test for errors
FAIL: g++.old-deja/g++.law/friend5.C (test for errors
No know PR:
New regressions in libjava
FAIL: PR4766 -O3 compilation from source
FAIL: Array_3 execution - gij test
FAIL: Array_3 execution - gij test
FAIL: String_overflow -O3 compilation from source
FAIL: err3 output - source compiled test
FAIL: err3 -O3 output - source compiled test
=======================================================================
===
This is the reason why the branch is frozen now. I think that
these regressions are the only merge blocker now.
* Bootstrapped and tested on:
alphaev67-unknown-linux-gnu
i686-pc-linux-gnu
x86_64-unknown-linux-gnu
powerpc-unknown-linux-gnu
ia64-unknown-linux-gnu
sparc-sun-solaris2.8
i386-unknown-freebsd4.8
And powerpc-apple-darwin with the following additional regressions
which is PR 15014
(shows up on x86 Linux too with a link test instead of just a compile
one
which is in the PR):
FAIL: gcc.c-torture/compile/labels-1.c -O1 (test for excess errors)
FAIL: gcc.c-torture/compile/labels-1.c -O2 (test for excess errors)
FAIL: gcc.c-torture/compile/labels-1.c -O3 -fomit-frame-pointer (test
for excess errors)
FAIL: gcc.c-torture/compile/labels-1.c -O3 -g (test for excess errors)
FAIL: gcc.c-torture/compile/labels-1.c -Os (test for excess errors)
FAIL: gcc.c-torture/compile/labels-2.c -O1 (test for excess errors)
FAIL: gcc.c-torture/compile/labels-2.c -O2 (test for excess errors)
FAIL: gcc.c-torture/compile/labels-2.c -O3 -fomit-frame-pointer (test
for excess errors)
FAIL: gcc.c-torture/compile/labels-2.c -O3 -g (test for excess errors)
FAIL: gcc.c-torture/compile/labels-2.c -Os (test for excess errors)
==== libjava ==== (which are included as above with x86 Linux)
FAIL: PR4766 -O3 compilation from source
FAIL: err3 output - source compiled test
FAIL: err3 -O3 output - source compiled test
Thanks,
Andrew Pinski