public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Peter Schmid <schmid@ltoi.iap.physik.th-darmstadt.de>
To: egcs@cygnus.com
Subject: testsuite results
Date: Sat, 18 Oct 1997 09:55:00 -0000	[thread overview]
Message-ID: <Pine.A32.3.95.971018184900.27031A-100000@ltoi.iap.physik.th-darmstadt.de> (raw)

These are my results of the gcc and g++ testsuite. 
I have no patches applied.

CFLAGS = "-O2 -g" used when building the compiler

Test Run By peter on Fri Oct 17 22:32:13 1997
Native configuration is i386-pc-linux-gnulibc1
I am using libc-5.4.39 and binutils-2.8.1.0.13

		=== gcc tests ===

		=== gcc Summary ===

# of expected passes		4883
# of unexpected failures	4
# of expected failures		4
# of unsupported tests		7
Executing on host: /dos/peter/ftp/gcc/egcs-971016/gcc/xgcc -v   
/dos/peter/ftp/gcc/egcs-971016/gcc/xgcc version egcs-2.90.13 971016 (gcc2-970802 experimental)

FAIL: gcc.c-torture/compile/961203-1.c,  -O0  
FAIL: gcc.c-torture/compile/961203-1.c,  -O1  
FAIL: gcc.c-torture/compile/961203-1.c,  -O2  
FAIL: gcc.c-torture/compile/961203-1.c,  -O2 -fomit-frame-pointer -finline-functions  

		=== g++ Summary ===

# of expected passes		3378
# of unexpected failures	3
# of unexpected successes	3
# of expected failures		79
# of untested testcases		6

3) FAIL: g++.benjamin/warn01.C (test for excess errors)
1) FAIL: g++.jason/template31.C (test for excess errors)
FAIL: g++.mike/eh35.C  Execution test
2) XPASS: g++.jason/destruct3.C - (test for bogus messages, line 38)
XPASS: g++.mike/dyncast1.C  Execution test
XPASS: g++.mike/dyncast2.C  Execution test

1) The failure is due to warnings coming from stl-header files.

Executing on host: /dos/peter/ftp/gcc/egcs-971016/gcc/testsuite/../xgcc -B/dos/peter/ftp/gcc/egcs-971016/gcc/testsuite/../ /dos/peter/ftp/gcc/egcs-971016/gcc/testsuite/g++.old-deja/g++.jason/template31.C  -ansi -pedantic-errors  -I/dos/peter/ftp/gcc/egcs-
971016/libio -I/dos/peter/ftp/gcc/egcs-971016/./libio -I/dos/peter/ftp/gcc/egcs-971016/libstdc++ -I/dos/peter/ftp/gcc/egcs-971016/libstdc++/stl -I/dos/peter/ftp/gcc/egcs-971016/gcc/testsuite/../include -lstdc++  -L/dos/peter/ftp/gcc/egcs-971016/./libstdc+
+ -L/dos/peter/ftp/gcc/egcs-971016/./libiberty   -lm  -o /tmp/a.out   
output is:
/dos/peter/ftp/gcc/egcs-971016/libstdc++/stl/algobase.h: In function `class Component * __uninitialized_copy_aux<const Component *, Component *>(const class Component *, const class Component *, class Component *, struct __false_type)':
/dos/peter/ftp/gcc/egcs-971016/libstdc++/stl/algobase.h:548: warning: control reaches end of non-void function `__uninitialized_copy_aux<const Component *, Component *>(const Component *, const Component *, Component *, __false_type)'
/dos/peter/ftp/gcc/egcs-971016/libstdc++/stl/vector.h: In method `class Component * vector<Component,__default_alloc_template<false,0> >::allocate_and_copy<Component, __default_alloc_template<false,0>>(unsigned int, const class Component *, const class Co
mponent *)':
/dos/peter/ftp/gcc/egcs-971016/libstdc++/stl/vector.h:221: warning: control reaches end of non-void function `vector<Component,__default_alloc_template<false,0> >::allocate_and_copy<Component, __default_alloc_template<false,0>>(unsigned int, const Compone
nt *, const Component *)'
FAIL: g++.jason/template31.C (test for excess errors)

2) This is an internal compiler error in disguise.  

Executing on host: /dos/peter/ftp/gcc/egcs-971016/gcc/testsuite/../xgcc
-B/dos/peter/ftp/gcc/egcs-971016/gcc/testsuite/../
/dos/peter/ftp/gcc/egcs-971016/gcc/testsuite/g++.old-deja/g++.jason/destruct3.C
-ansi -pedantic-errors -I/dos/peter/ftp/gcc/egcs-9 71016/libio
-I/dos/peter/ftp/gcc/egcs-971016/./libio
-I/dos/peter/ftp/gcc/egcs-971016/libstdc++
-I/dos/peter/ftp/gcc/egcs-971016/libstdc++/stl
-I/dos/peter/ftp/gcc/egcs-971016/gcc/testsuite/../include -c -o
/tmp/destruct3.o compiler exited with status 1 output is: 
/dos/peter/ftp/gcc/egcs-971016/gcc/testsuite/g++.old-deja/g++.jason/destruct3.C:35: 
warning: direct base `ccUnwind' inaccessible in `ccVSTool' due to
ambiguity
/dos/peter/ftp/gcc/egcs-971016/gcc/testsuite/g++.old-deja/g++.jason/destruct3.C:35: 
Internal compiler error 369.
/dos/peter/ftp/gcc/egcs-971016/gcc/testsuite/g++.old-deja/g++.jason/destruct3.C:35: 
Please submit a full bug report to `egcs-bugs@cygnus.com'.

XFAIL: g++.jason/destruct3.C - (test for bogus messages, line 35)
XPASS: g++.jason/destruct3.C - (test for bogus messages, line 38)
PASS: g++.jason/destruct3.C (test for excess errors)

3)

Executing on host: /dos/peter/ftp/gcc/egcs-971016/gcc/testsuite/../xgcc
-B/dos/peter/ftp/gcc/egcs-971016/gcc/testsuite/../
/dos/peter/ftp/gcc/egcs-971016/gcc/testsuite/g++.old-deja/g++.benjamin/warn01.C
-Wall -Weffc++ -I/dos/peter/ftp/gcc/egcs-971016/ libio 
-I/dos/peter/ftp/gcc/egcs-971016/./libio -I/dos/peter/ftp/gcc/egcs-971016/libstdc++ -I/dos/peter/ftp/gcc/egcs-971016/libstdc++/stl -I/dos/peter/ftp/gcc/egcs-971016/gcc/testsuite/../include -c -o
/tmp/warn01.o output is: 
/dos/peter/ftp/gcc/egcs-971016/gcc/testsuite/g++.old-deja/g++.benjamin/warn01.C:63:
warning: `__unused__' attribute does not apply to types
/dos/peter/ftp/gcc/egcs-971016/gcc/testsuite/g++.old-deja/g++.benjamin/warn01.C:72:
warning: `__unused__' attribute does not apply to types
/dos/peter/ftp/gcc/egcs-971016/gcc/testsuite/g++.old-deja/g++.benjamin/warn01.C:91:
warning: `warn' attribute directive ignored PASS: g++.benjamin/warn01.C
(test for warnings, line 91)  FAIL: g++.benjamin/warn01.C (test for excess
errors) 
/dos/peter/ftp/gcc/egcs-971016/gcc/testsuite/g++.old-deja/g++.benjamin/warn01.C:63:
warning: `__unused__' attribute does not apply to types
/dos/peter/ftp/gcc/egcs-971016/gcc/testsuite/g++.old-deja/g++.benjamin/warn01.C:72:
warning: `__unused__' attribute does not apply to types

Thanks for your great work! 

Peter


             reply	other threads:[~1997-10-18  9:55 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-10-18  9:55 Peter Schmid [this message]
  -- strict thread matches above, loose matches on Subject: below --
1997-11-29  3:01 Peter Schmid
     [not found] <Pine.A32.3.95.971124095550.18831A-100000.cygnus.egcs@ltoi.iap.physik.tu-darmstadt.de>
1997-11-24 21:47 ` Jason Merrill
1997-11-25 11:44   ` Joe Buck
1997-11-25 19:10     ` Jeffrey A Law
1997-11-24  1:05 Peter Schmid
1997-10-26  7:12 Peter Schmid
1997-10-13 13:41 Mike Stump
1997-10-12 10:44 Peter Schmid

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.A32.3.95.971018184900.27031A-100000@ltoi.iap.physik.th-darmstadt.de \
    --to=schmid@ltoi.iap.physik.th-darmstadt.de \
    --cc=egcs@cygnus.com \
    /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).