public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Gerald Pfeifer <gerald@pfeifer.com>
To: Diego Novillo <dnovillo@redhat.com>
Cc: gcc@gcc.gnu.org, libstdc++@gcc.gnu.org
Subject: Re: [tree-ssa] Branch frozen
Date: Sun, 02 May 2004 18:08:00 -0000	[thread overview]
Message-ID: <Pine.BSF.4.58.0405022002281.64607@acrux.dbai.tuwien.ac.at> (raw)
In-Reply-To: <1083422676.19556.13.camel@localhost.localdomain>

On Sat, 1 May 2004, Diego Novillo wrote:
> All changes have to be ultimately approved by me.  I am now testing the
> branch against the merge criteria and will be sending a status report
> soon.

I did testing on i386-unknown-freebsd4.8, as I know this is a more
critical target than i586-pc-linux-gnu, and got the following, when
comparing mainline against tree-ssa (using their respective testsuites,
though).

Summary:

 o still some regressions with for C/C++
 o several failures for libstdc++
 o several failures for mudflap

< xgcc version 3.5.0 20040502 (experimental)
---
> xgcc version 3.5-tree-ssa 20040502 (merged 20040428)

> FAIL: gcc.c-torture/compile/20010605-1.c (test for excess errors)
> FAIL: gcc.c-torture/compile/20010605-1.c (test for excess errors)
> FAIL: gcc.c-torture/execute/20040313-1.c execution,  -O0
> FAIL: gcc.c-torture/execute/20040313-1.c execution,  -O1
> FAIL: gcc.c-torture/execute/20040313-1.c execution,  -O2
> FAIL: gcc.c-torture/execute/20040313-1.c execution,  -O3 -fomit-frame-pointer
> FAIL: gcc.c-torture/execute/20040313-1.c execution,  -O3 -g
> FAIL: gcc.c-torture/execute/20040313-1.c execution,  -Os
> FAIL: gcc.c-torture/execute/921017-1.c compilation,  -O0
> FAIL: gcc.c-torture/execute/921017-1.c compilation,  -O1
> FAIL: gcc.c-torture/execute/921017-1.c compilation,  -O2
> FAIL: gcc.c-torture/execute/921017-1.c compilation,  -O3 -fomit-frame-pointer
> FAIL: gcc.c-torture/execute/921017-1.c compilation,  -O3 -g
> FAIL: gcc.c-torture/execute/921017-1.c compilation,  -Os
< XPASS: gcc.dg/cpp/cmdlne-dI-M.c scan-file (^|\\n)cmdlne-dI-M.*:[^\\n]*cmdlne-dI-M.c
< XPASS: gcc.dg/cpp/cmdlne-dM-M.c scan-file (^|\\n)cmdlne-dM-M[^\\n]*:[^\\n]*cmdlne-dM-M.c
< FAIL: gcc.dg/cpp/include3.c (test for excess errors)
< FAIL: gcc.dg/20020523-1.c (test for excess errors)
< WARNING: gcc.dg/20020523-1.c compilation failed to produce executable
< FAIL: gcc.dg/20020523-2.c (test for excess errors)
< WARNING: gcc.dg/20020523-2.c compilation failed to produce executable
< FAIL: gcc.dg/const-elim-1.c scan-assembler-not L\\$?C[^A-Z]
> XPASS: gcc.dg/i386-ssetype-1.c scan-assembler-not movdqa
> XPASS: gcc.dg/i386-ssetype-3.c scan-assembler-not movdqa
> XPASS: gcc.dg/setjmp-1.c spurious clobbered warning (test for bogus messages, line 16)
> FAIL: gcc.dg/torture/builtin-convert-1.c (test for excess errors)
> FAIL: gcc.dg/torture/builtin-convert-1.c (test for excess errors)
> FAIL: gcc.dg/torture/builtin-convert-1.c (test for excess errors)
> FAIL: gcc.dg/torture/builtin-convert-1.c (test for excess errors)
> FAIL: gcc.dg/torture/builtin-convert-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-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)
> FAIL: gcc.dg/torture/builtin-power-1.c (test for excess errors)
> FAIL: gcc.dg/torture/builtin-power-1.c (test for excess errors)
> FAIL: gcc.dg/torture/builtin-power-1.c (test for excess errors)
> FAIL: gcc.dg/torture/builtin-power-1.c (test for excess errors)
> FAIL: gcc.dg/torture/builtin-power-1.c (test for excess errors)
> FAIL: gcc.dg/torture/builtin-power-1.c (test for excess errors)
> FAIL: gcc.dg/tree-ssa/20031015-1.c scan-tree-dump-times VUSE  1
> XPASS: gcc.dg/tree-ssa/20040204-1.c scan-tree-dump-times link_error 0
> FAIL: 209: expected branch percentages not found: 25
> FAIL: gcc.misc-tests/gcov-4b.c gcov: 0 failures in line counts, 1 in branch percentages, 0 in return percentages

> XPASS: g++.dg/eh/elide1.C execution test
> XPASS: g++.dg/parse/stack1.C (test for excess errors)
> FAIL: 258: expected branch percentages not found: 25
> FAIL: g++.dg/gcov/gcov-1.C gcov: 0 failures in line counts, 1 in branch percentages, 0 in return percentages
> FAIL: 23:is 2:should be 1
> FAIL: g++.dg/gcov/gcov-2.C gcov: 1 failures in line counts, 0 in branch percentages, 0 in return percentages
> FAIL: g++.old-deja/g++.brendan/crash13.C  (test for errors, line 34)
> FAIL: g++.old-deja/g++.law/friend5.C  (test for errors, line 19)
> FAIL: g++.old-deja/g++.law/friend5.C  (test for errors, line 24)
< FAIL: g++.old-deja/g++.other/warn7.C  (test for warnings, line 38)

> FAIL: 17_intro/header_cstdio.cc (test for excess errors)
> WARNING: 17_intro/header_cstdio.cc compilation failed to produce executable
> FAIL: 27_io/basic_filebuf/close/12790-1.cc execution test
> FAIL: 27_io/basic_filebuf/close/char/1.cc execution test
> FAIL: 27_io/basic_filebuf/imbue/char/2.cc execution test
> FAIL: 27_io/basic_filebuf/is_open/char/1.cc execution test
> FAIL: 27_io/basic_filebuf/open/char/1.cc execution test
> FAIL: 27_io/basic_filebuf/sbumpc/char/9825.cc execution test
> FAIL: 27_io/basic_filebuf/seekoff/12790-1.cc execution test
> FAIL: 27_io/basic_filebuf/seekoff/12790-2.cc execution test
> FAIL: 27_io/basic_filebuf/seekoff/12790-3.cc execution test
> FAIL: 27_io/basic_filebuf/seekoff/12790-4.cc execution test
> FAIL: 27_io/basic_filebuf/seekoff/char/1-in.cc execution test
> FAIL: 27_io/basic_filebuf/seekoff/char/1-io.cc execution test
> FAIL: 27_io/basic_filebuf/seekoff/char/1-out.cc execution test
> FAIL: 27_io/basic_filebuf/seekoff/char/11543.cc execution test
> FAIL: 27_io/basic_filebuf/seekoff/char/2-in.cc execution test
> FAIL: 27_io/basic_filebuf/seekoff/char/2-io.cc execution test
> FAIL: 27_io/basic_filebuf/seekoff/char/2-out.cc execution test
> FAIL: 27_io/basic_filebuf/seekoff/char/3-in.cc execution test
> FAIL: 27_io/basic_filebuf/seekoff/char/3-io.cc execution test
> FAIL: 27_io/basic_filebuf/seekoff/char/3-out.cc execution test
> FAIL: 27_io/basic_filebuf/seekpos/12790-1.cc execution test
> FAIL: 27_io/basic_filebuf/seekpos/12790-2.cc execution test
> FAIL: 27_io/basic_filebuf/seekpos/12790-3.cc execution test
> FAIL: 27_io/basic_filebuf/seekpos/char/1-in.cc execution test
> FAIL: 27_io/basic_filebuf/seekpos/char/1-io.cc execution test
> FAIL: 27_io/basic_filebuf/seekpos/char/1-out.cc execution test
> FAIL: 27_io/basic_filebuf/seekpos/char/2-in.cc execution test
> FAIL: 27_io/basic_filebuf/seekpos/char/2-io.cc execution test
> FAIL: 27_io/basic_filebuf/seekpos/char/2-out.cc execution test
> FAIL: 27_io/basic_filebuf/seekpos/char/3-in.cc execution test
> FAIL: 27_io/basic_filebuf/seekpos/char/3-io.cc execution test
> FAIL: 27_io/basic_filebuf/seekpos/char/3-out.cc execution test
> FAIL: 27_io/basic_filebuf/sputbackc/char/1-in.cc execution test
> FAIL: 27_io/basic_filebuf/sputbackc/char/1-io.cc execution test
> FAIL: 27_io/basic_filebuf/sputbackc/char/2-in.cc execution test
> FAIL: 27_io/basic_filebuf/sputbackc/char/2-io.cc execution test
> FAIL: 27_io/basic_filebuf/sungetc/char/1-in.cc execution test
> FAIL: 27_io/basic_filebuf/sungetc/char/1-io.cc execution test
> FAIL: 27_io/basic_filebuf/sungetc/char/2-in.cc execution test
> FAIL: 27_io/basic_filebuf/sungetc/char/2-io.cc execution test
> FAIL: 27_io/basic_istream/seekg/char/2346-fstream.cc execution test
> FAIL: 27_io/basic_istream/seekg/char/fstream.cc execution test
> FAIL: 27_io/basic_istream/tellg/char/1.cc execution test
> FAIL: 27_io/basic_istream/tellg/char/fstream.cc execution test
> FAIL: 27_io/basic_ostream/tellp/char/1.cc execution test
> FAIL: 27_io/basic_streambuf/in_avail/char/9701-3.cc execution test

> Running target unix
> Using /usr/local/share/dejagnu/baseboards/unix.exp as board description file for target.
> Using /usr/local/share/dejagnu/config/unix.exp as generic interface file for target.
> Using /sw/test/gcc/cvs-ts/libmudflap/testsuite/config/default.exp as tool-and-target-specific interface file.
> Running /sw/test/gcc/cvs-ts/libmudflap/testsuite/libmudflap.c/cfrags.exp ...
> Running /sw/test/gcc/cvs-ts/libmudflap/testsuite/libmudflap.c++/c++frags.exp ...
> Running /sw/test/gcc/cvs-ts/libmudflap/testsuite/libmudflap.cth/cthfrags.exp ...
> FAIL: libmudflap.cth/pass37-frag.c (test for excess errors)
> WARNING: libmudflap.cth/pass37-frag.c compilation failed to produce executable
> FAIL: libmudflap.cth/pass39-frag.c (test for excess errors)
> WARNING: libmudflap.cth/pass39-frag.c compilation failed to produce executable
> FAIL: libmudflap.cth/pass40-frag.c (test for excess errors)
> WARNING: libmudflap.cth/pass40-frag.c compilation failed to produce executable
> FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (test for excess errors)
> WARNING: libmudflap.cth/pass37-frag.c (-static -DSTATIC) compilation failed to produce executable
> FAIL: libmudflap.cth/pass39-frag.c (-static -DSTATIC) (test for excess errors)
> WARNING: libmudflap.cth/pass39-frag.c (-static -DSTATIC) compilation failed to produce executable
> FAIL: libmudflap.cth/pass40-frag.c (-static -DSTATIC) (test for excess errors)
> WARNING: libmudflap.cth/pass40-frag.c (-static -DSTATIC) compilation failed to produce executable
> FAIL: libmudflap.cth/pass37-frag.c (-O2) (test for excess errors)
> WARNING: libmudflap.cth/pass37-frag.c (-O2) compilation failed to produce executable
> FAIL: libmudflap.cth/pass39-frag.c (-O2) (test for excess errors)
> WARNING: libmudflap.cth/pass39-frag.c (-O2) compilation failed to produce executable
> FAIL: libmudflap.cth/pass40-frag.c (-O2) (test for excess errors)
> WARNING: libmudflap.cth/pass40-frag.c (-O2) compilation failed to produce executable
> FAIL: libmudflap.cth/pass37-frag.c (-O3) (test for excess errors)
> WARNING: libmudflap.cth/pass37-frag.c (-O3) compilation failed to produce executable
> FAIL: libmudflap.cth/pass39-frag.c (-O3) (test for excess errors)
> WARNING: libmudflap.cth/pass39-frag.c (-O3) compilation failed to produce executable
> FAIL: libmudflap.cth/pass40-frag.c (-O3) (test for excess errors)
> WARNING: libmudflap.cth/pass40-frag.c (-O3) compilation failed to produce executable

< FAIL: linking PR15133
< FAIL: Thread_Sleep output - gij test
< FAIL: Thread_Sleep output - gij test

> gmake "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-O2 -g -O2 " "CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-O2 -g -O2 " "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "LDFLAGS=" "LIBCFLAGS=-O2 -g -O2 " "LIBCFLAGS_FOR_TARGET=-O2 -g -O2 " "MAKE=gmake" "MAKEINFO=makeinfo --split-size=5000000  " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/files/pfeifer/gccts" "infodir=/files/pfeifer/gccts/info" "libdir=/files/pfeifer/gccts/lib" "prefix=/files/pfeifer/gccts" "tooldir=/files/pfeifer/gccts/i386-unknown-freebsd4.8" "AR=ar" "AS=as" "CC=/files/pfeifer/OBJ-0502-1201/gcc/xgcc -B/files/pfeifer/OBJ-0502-1201/gcc/ -B/files/pfeifer/gccts/i386-unknown-freebsd4.8/bin/ -B/files/pfeifer/gccts/i386-unknown-freebsd4.8/lib/ -isystem /files/pfeifer/gccts/i386-unknown-freebsd4.8/include -isystem /files/pfeifer/gccts/i386-u
 nknown-freebsd4.8/sys-include" "CXX=/files/pfeifer/OBJ-0502-1201/gcc/g++ -B/files/pfeifer/OBJ-0502-1201/gcc/ -nostdinc++ -nostdinc++ -I/files/pfeifer/OBJ-0502-1201/i386-unknown-freebsd4.8/libstdc++-v3/include/i386-unknown-freebsd4.8 -I/files/pfeifer/OBJ-0502-1201/i386-unknown-freebsd4.8/libstdc++-v3/include -I/sw/test/gcc/cvs-ts/libstdc++-v3/libsupc++ -I/sw/test/gcc/cvs-ts/libstdc++-v3/libsupc++ -I/sw/test/gcc/cvs-ts/libstdc++-v3/include/backward -I/sw/test/gcc/cvs-ts/libstdc++-v3/testsuite -L/files/pfeifer/OBJ-0502-1201/i386-unknown-freebsd4.8/libstdc++-v3/src -L/files/pfeifer/OBJ-0502-1201/i386-unknown-freebsd4.8/libstdc++-v3/src/.libs -B/files/pfeifer/gccts/i386-unknown-freebsd4.8/bin/ -B/files/pfeifer/gccts/i386-unknown-freebsd4.8/lib/ -isystem /files/pfeifer/gccts/i386-unknown-freebsd4.8/include -isystem /files/pfeifer/gccts/i386-unknown-freebsd4.8/sys-include" "LD=ld" "LIBCFLAGS=-O2 -g -O2 " "NM=nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" check-TESTS
> gmake[3]: Entering directory `/files/pfeifer/OBJ-0502-1201/i386-unknown-freebsd4.8/boehm-gc'
> Segmentation fault (core dumped)
> FAIL: gctest
> ===================
> 1 of 1 tests failed
> ===================

  reply	other threads:[~2004-05-02 18:08 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-05-01 14:45 Diego Novillo
2004-05-02 18:08 ` Gerald Pfeifer [this message]
2004-05-03 19:28   ` Frank Ch. Eigler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.BSF.4.58.0405022002281.64607@acrux.dbai.tuwien.ac.at \
    --to=gerald@pfeifer.com \
    --cc=dnovillo@redhat.com \
    --cc=gcc@gcc.gnu.org \
    --cc=libstdc++@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).