This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: egcs-1.0.1-prerelease powerpc-ibm-aix4.1.4.0 results (g++ regression)
- To: dje at watson dot ibm dot com
- Subject: Re: egcs-1.0.1-prerelease powerpc-ibm-aix4.1.4.0 results (g++ regression)
- From: "Kaveh R. Ghazi" <ghazi at caip dot rutgers dot edu>
- Date: Wed, 24 Dec 1997 11:22:34 -0500 (EST)
- Cc: egcs at cygnus dot com
> From: David Edelsohn <dje@watson.ibm.com>
>
> Could you provide all of us with a little more details about the
> G++ regressions? Are these real errors or just dejagnu pickiness?
> David
David,
I don't know enough about dejagnu to decide if its being picky
or not. So I've included the more detailed messages contained in
gcc/testsuite/g++.log for the tests which are regressions below (they
are crash19.C, crash48.C and destruct3.C.) This report was generated
with dejagnu-971028, I don't think the more recent dejagnu snapshot
would change anything. If you need any more info, please let me know.
--Kaveh
PS: Are you getting different results or have you been able to
reproduce this?
---------------------------------------------------------------------------
=== g++ tests ===
FAIL: g++.brendan/crash19.C candidate for bad call (test for errors, line 1418)
FAIL: g++.brendan/crash19.C list of candidates for bad call (test for errors, line 1463)
FAIL: g++.brendan/crash19.C no matching fn for call (test for errors, line 1486)
FAIL: g++.brendan/crash19.C invalid type for default argument -- not expecting const (test for errors, line 1491)
FAIL: g++.brendan/crash48.C candidates (test for errors, line 14)
FAIL: g++.brendan/crash48.C no match (test for errors, line 20)
XPASS: g++.jason/destruct3.C - (test for bogus messages, line 38)
The errors above this line are regressions.
FAIL: g++.jason/thunk3.C (test for excess errors)
XPASS: g++.mike/dyncast1.C Execution test
XPASS: g++.mike/dyncast2.C Execution test
=== g++ Summary ===
# of expected passes 3392
# of unexpected failures 7
# of unexpected successes 3
# of expected failures 81
# of untested testcases 6
---------------------------------------------------------------------------
Executing on host: /a/caip/a26/u26/ghazi/gcc-testing/aix-build/egcs-1.0.1-prerelease/gcc/testsuite/../xgcc -B/a/caip/a26/u26/ghazi/gcc-testing/aix-build/egcs-1.0.1-prerelease/gcc/testsuite/../ /cesl/u26/ghazi/gcc-testing/aix-build/egcs-1.0.1-prerelease/gcc/testsuite/g++.old-deja/g++.brendan/crash19.C -I/cesl/u26/ghazi/gcc-testing/aix-build/egcs-1.0.1-prerelease/libio -I/a/caip/a26/u26/ghazi/gcc-testing/aix-build/egcs-1.0.1-prerelease/libraries/libio -I/cesl/u26/ghazi/gcc-testing/aix-build/egcs-1.0.1-prerelease/libstdc++ -I/cesl/u26/ghazi/gcc-testing/aix-build/egcs-1.0.1-prerelease/libstdc++/stl -I/a/caip/a26/u26/ghazi/gcc-testing/aix-build/egcs-1.0.1-prerelease/gcc/testsuite/../include -c -o /tmp/crash19.o
compiler exited with status 1
output is:
/cesl/u26/ghazi/gcc-testing/aix-build/egcs-1.0.1-prerelease/gcc/testsuite/g++.old-deja/g++.brendan/crash19.C: In method `int filebuf::do_flush()':
/cesl/u26/ghazi/gcc-testing/aix-build/egcs-1.0.1-prerelease/gcc/testsuite/g++.old-deja/g++.brendan/crash19.C:317: member `_pbase' is from private base class
/cesl/u26/ghazi/gcc-testing/aix-build/egcs-1.0.1-prerelease/gcc/testsuite/g++.old-deja/g++.brendan/crash19.C:317: member `_pptr' is from private base class
/cesl/u26/ghazi/gcc-testing/aix-build/egcs-1.0.1-prerelease/gcc/testsuite/g++.old-deja/g++.brendan/crash19.C:317: member `_pbase' is from private base class
/cesl/u26/ghazi/gcc-testing/aix-build/egcs-1.0.1-prerelease/gcc/testsuite/g++.old-deja/g++.brendan/crash19.C: At top level:
/cesl/u26/ghazi/gcc-testing/aix-build/egcs-1.0.1-prerelease/gcc/testsuite/g++.old-deja/g++.brendan/crash19.C:956: `bool' is now a keyword
/cesl/u26/ghazi/gcc-testing/aix-build/egcs-1.0.1-prerelease/gcc/testsuite/g++.old-deja/g++.brendan/crash19.C:1224: warning: invalid type `void (*)(const void *, FILE *, FILE *)' for default argument to `void (*)(void *, FILE *, FILE *)'
/cesl/u26/ghazi/gcc-testing/aix-build/egcs-1.0.1-prerelease/gcc/testsuite/g++.old-deja/g++.brendan/crash19.C: In method `dict::dict()':
/cesl/u26/ghazi/gcc-testing/aix-build/egcs-1.0.1-prerelease/gcc/testsuite/g++.old-deja/g++.brendan/crash19.C:1218: no matching function for call to `dict::internal::internal (int (*)(const void *, const void *), void (*)(void *, FILE *), void (*)(const void *, FILE *, FILE *), const char * (*)(const void *))'
/cesl/u26/ghazi/gcc-testing/aix-build/egcs-1.0.1-prerelease/gcc/testsuite/g++.old-deja/g++.brendan/crash19.C:1194: candidates are: dict::internal::internal(const dict::internal &)
/cesl/u26/ghazi/gcc-testing/aix-build/egcs-1.0.1-prerelease/gcc/testsuite/g++.old-deja/g++.brendan/crash19.C:1169: dict::internal::internal(int (*)(void *, void *), void (*)(void *, FILE *), void (*)(void *, FILE *, FILE *), const char * (*)(const void *))
/cesl/u26/ghazi/gcc-testing/aix-build/egcs-1.0.1-prerelease/gcc/testsuite/g++.old-deja/g++.brendan/crash19.C:1218: confused by earlier errors, bailing out
PASS: g++.brendan/crash19.C (test for errors, line 317)
PASS: g++.brendan/crash19.C use of bool as identifier (test for errors, line 956)
PASS: g++.brendan/crash19.C candidate for bad call (test for errors, line 1169)
PASS: g++.brendan/crash19.C candidate list for bad call (test for errors, line 1194)
PASS: g++.brendan/crash19.C no matching fn call (test for errors, line 1218)
PASS: g++.brendan/crash19.C invalid type for default argument -- not expecting const (test for errors, line 1224)
FAIL: g++.brendan/crash19.C candidate for bad call (test for errors, line 1418)
FAIL: g++.brendan/crash19.C list of candidates for bad call (test for errors, line 1463)
FAIL: g++.brendan/crash19.C no matching fn for call (test for errors, line 1486)
FAIL: g++.brendan/crash19.C invalid type for default argument -- not expecting const (test for errors, line 1491)
PASS: g++.brendan/crash19.C (test for excess errors)
---------------------------------------------------------------------------
Executing on host: /a/caip/a26/u26/ghazi/gcc-testing/aix-build/egcs-1.0.1-prerelease/gcc/testsuite/../xgcc -B/a/caip/a26/u26/ghazi/gcc-testing/aix-build/egcs-1.0.1-prerelease/gcc/testsuite/../ /cesl/u26/ghazi/gcc-testing/aix-build/egcs-1.0.1-prerelease/gcc/testsuite/g++.old-deja/g++.brendan/crash48.C -ansi -pedantic-errors -I/cesl/u26/ghazi/gcc-testing/aix-build/egcs-1.0.1-prerelease/libio -I/a/caip/a26/u26/ghazi/gcc-testing/aix-build/egcs-1.0.1-prerelease/libraries/libio -I/cesl/u26/ghazi/gcc-testing/aix-build/egcs-1.0.1-prerelease/libstdc++ -I/cesl/u26/ghazi/gcc-testing/aix-build/egcs-1.0.1-prerelease/libstdc++/stl -I/a/caip/a26/u26/ghazi/gcc-testing/aix-build/egcs-1.0.1-prerelease/gcc/testsuite/../include -c -o /tmp/crash48.o
compiler exited with status 1
output is:
/cesl/u26/ghazi/gcc-testing/aix-build/egcs-1.0.1-prerelease/gcc/testsuite/g++.old-deja/g++.brendan/crash48.C:11: warning: all member functions in class `bug' are private
/cesl/u26/ghazi/gcc-testing/aix-build/egcs-1.0.1-prerelease/gcc/testsuite/g++.old-deja/g++.brendan/crash48.C: In method `bug::bug(int)':
/cesl/u26/ghazi/gcc-testing/aix-build/egcs-1.0.1-prerelease/gcc/testsuite/g++.old-deja/g++.brendan/crash48.C:15: no matching function for call to `internal::internal (int)'
/cesl/u26/ghazi/gcc-testing/aix-build/egcs-1.0.1-prerelease/gcc/testsuite/g++.old-deja/g++.brendan/crash48.C:6: candidates are: internal::internal(const internal &)
/cesl/u26/ghazi/gcc-testing/aix-build/egcs-1.0.1-prerelease/gcc/testsuite/g++.old-deja/g++.brendan/crash48.C:6: internal::internal()
/cesl/u26/ghazi/gcc-testing/aix-build/egcs-1.0.1-prerelease/gcc/testsuite/g++.old-deja/g++.brendan/crash48.C:15: confused by earlier errors, bailing out
PASS: g++.brendan/crash48.C candidates are (test for errors, line 6)
PASS: g++.brendan/crash48.C several errors (test for errors, line 11)
FAIL: g++.brendan/crash48.C candidates (test for errors, line 14)
PASS: g++.brendan/crash48.C no match.* (test for errors, line 15)
FAIL: g++.brendan/crash48.C no match (test for errors, line 20)
PASS: g++.brendan/crash48.C (test for excess errors)
---------------------------------------------------------------------------
Executing on host: /a/caip/a26/u26/ghazi/gcc-testing/aix-build/egcs-1.0.1-prerelease/gcc/testsuite/../xgcc -B/a/caip/a26/u26/ghazi/gcc-testing/aix-build/egcs-1.0.1-prerelease/gcc/testsuite/../ /cesl/u26/ghazi/gcc-testing/aix-build/egcs-1.0.1-prerelease/gcc/testsuite/g++.old-deja/g++.jason/destruct3.C -ansi -pedantic-errors -I/cesl/u26/ghazi/gcc-testing/aix-build/egcs-1.0.1-prerelease/libio -I/a/caip/a26/u26/ghazi/gcc-testing/aix-build/egcs-1.0.1-prerelease/libraries/libio -I/cesl/u26/ghazi/gcc-testing/aix-build/egcs-1.0.1-prerelease/libstdc++ -I/cesl/u26/ghazi/gcc-testing/aix-build/egcs-1.0.1-prerelease/libstdc++/stl -I/a/caip/a26/u26/ghazi/gcc-testing/aix-build/egcs-1.0.1-prerelease/gcc/testsuite/../include -c -o /tmp/destruct3.o
compiler exited with status 1
output is:
/cesl/u26/ghazi/gcc-testing/aix-build/egcs-1.0.1-prerelease/gcc/testsuite/g++.old-deja/g++.jason/destruct3.C:35: warning: direct base `ccUnwind' inaccessible in `ccVSTool' due to ambiguity
/cesl/u26/ghazi/gcc-testing/aix-build/egcs-1.0.1-prerelease/gcc/testsuite/g++.old-deja/g++.jason/destruct3.C:35: Internal compiler error 369.
/cesl/u26/ghazi/gcc-testing/aix-build/egcs-1.0.1-prerelease/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)
--
Kaveh R. Ghazi Project Manager / Custom Development
ghazi@caip.rutgers.edu ICon CMT Corp.