This is the mail archive of the
gcc-regression@gcc.gnu.org
mailing list for the GCC project.
new FAILs on HEAD
- From: Michael Ritzert <gcc at ds217-115-141-84 dot dedicated dot hosteurope dot de>
- To: gcc-regression at gcc dot gnu dot org, gnu_andrew at member dot fsf dot org, jeroen at frijters dot net, konqueror at gmx dot de, pcarlini at suse dot de, theBohemian at gmx dot net
- Date: Tue, 9 Nov 2004 01:35:01 +0100
- Subject: new FAILs on HEAD
- Reply-to: gcc-regression at gcc dot gnu dot org
If you directly receive this mail, your name is tagged to one of the ChangeLog
entries. A copy is also mailed to gcc-regressions.
The build system:
Fedora Core release 2 (Tettnang)
i686
i686-pc-linux-gnu
configure flags: --enable-threads=posix --prefix=/opt/gcc-HEAD --enable-__cxa_atexit --with-system-zlib --enable-languages=c,c++,f95,java,objc
These new FAILs appeared since the last run:
FAIL: g++.dg/eh/cleanup1.C (test for excess errors)
FAIL: 22_locale/ctype/scan/char/1.cc (test for excess errors)
FAIL: 22_locale/ctype/scan/char/wrapped_env.cc (test for excess errors)
FAIL: 22_locale/ctype/scan/char/wrapped_locale.cc (test for excess errors)
FAIL: 22_locale/money_get/get/char/wrapped_env.cc (test for excess errors)
FAIL: 22_locale/money_get/get/char/wrapped_locale.cc (test for excess errors)
FAIL: 22_locale/money_get/get/wchar_t/wrapped_env.cc (test for excess errors)
FAIL: 22_locale/money_get/get/wchar_t/wrapped_locale.cc (test for excess errors)
FAIL: 22_locale/money_put/put/char/wrapped_env.cc (test for excess errors)
FAIL: 22_locale/money_put/put/char/wrapped_locale.cc (test for excess errors)
FAIL: 22_locale/money_put/put/wchar_t/wrapped_env.cc (test for excess errors)
FAIL: 22_locale/money_put/put/wchar_t/wrapped_locale.cc (test for excess errors)
FAIL: 22_locale/num_get/2.cc (test for excess errors)
FAIL: 22_locale/num_get/get/char/wrapped_env.cc (test for excess errors)
FAIL: 22_locale/num_get/get/char/wrapped_locale.cc (test for excess errors)
FAIL: 22_locale/num_get/get/wchar_t/wrapped_env.cc (test for excess errors)
FAIL: 22_locale/num_get/get/wchar_t/wrapped_locale.cc (test for excess errors)
FAIL: 22_locale/num_put/put/char/wrapped_env.cc (test for excess errors)
FAIL: 22_locale/num_put/put/char/wrapped_locale.cc (test for excess errors)
FAIL: 22_locale/num_put/put/wchar_t/4.cc (test for excess errors)
FAIL: 22_locale/num_put/put/wchar_t/wrapped_env.cc (test for excess errors)
FAIL: 22_locale/num_put/put/wchar_t/wrapped_locale.cc (test for excess errors)
FAIL: 22_locale/numpunct/members/pod/2.cc (test for excess errors)
FAIL: 23_containers/deque/cons/2.cc (test for excess errors)
FAIL: 23_containers/deque/explicit_instantiation.cc (test for excess errors)
FAIL: 23_containers/deque/invalidation/1.cc (test for excess errors)
FAIL: 23_containers/deque/invalidation/2.cc (test for excess errors)
FAIL: 23_containers/deque/invalidation/3.cc (test for excess errors)
FAIL: 23_containers/vector/cons/2.cc (test for excess errors)
FAIL: 26_numerics/complex/complex_inserters_extractors.cc (test for excess errors)
FAIL: 27_io/basic_fstream/2.cc (test for excess errors)
FAIL: 27_io/basic_ios/cons/char/3.cc (test for excess errors)
FAIL: 27_io/basic_ios/imbue/14072.cc (test for excess errors)
FAIL: 27_io/basic_istream/2.cc (test for excess errors)
FAIL: 27_io/basic_istream/extractors_arithmetic/pod/3983-1.cc (test for excess errors)
FAIL: 27_io/basic_istream/extractors_character/char/9826.cc (test for excess errors)
FAIL: 27_io/basic_istream/extractors_character/pod/3983-2.cc (test for excess errors)
FAIL: 27_io/basic_istream/sentry/pod/1.cc (test for excess errors)
FAIL: 27_io/basic_ostream/2.cc (test for excess errors)
FAIL: 27_io/basic_ostream/sentry/pod/1.cc (test for excess errors)
FAIL: 27_io/basic_stringbuf/2.cc (test for excess errors)
FAIL: 27_io/basic_stringstream/2.cc (test for excess errors)
FAIL: 27_io/basic_stringstream/3.cc (test for excess errors)
FAIL: ext/hash_map/1.cc (test for excess errors)
FAIL: ext/hash_map/14648.cc (test for excess errors)
FAIL: ext/rope/1.cc (test for excess errors)
FAIL: ext/rope/2.cc (test for excess errors)
FAIL: ext/rope/3.cc (test for excess errors)
The complete testsuite logs can be found at
http://www.mailsys.de/~gcc/logs-HEAD-i686-1099843000.tar.bz2
These are the new ChangeLog entries since the last run:
2004-11-07 Michael Koch <konqueror@gmx.de>
* java/lang/Process.java:
Import cleanups.
2004-11-07 Jeroen Frijters <jeroen@frijters.net>
* java/util/zip/ZipEntry.java
(KNOWN_SIZE, KNOWN_CSIZE, KNOWN_CRC, KNOWN_TIME): Made final.
2004-11-07 Robert Schuster <theBohemian@gmx.net>
Fixes bug #10908
* gnu/java/beans/IntrospectionIncubator.java:
(addMethod): static methods are discarded now, too.
2004-11-07 Andrew John Hughes <gnu_andrew@member.fsf.org>
* java/util/GregorianCalendar.java
Added/amended documentation.
2004-11-07 Paolo Carlini <pcarlini@suse.de>
* testsuite/performance/27_io/ifstream_getline-2.cc: New.