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, bkoz at redhat dot com, geoffk at apple dot com, joseph at codesourcery dot com, pcarlini at suse dot de, pinskia at physics dot uc dot edu, uweigand at de dot ibm dot com
- Date: Fri, 15 Oct 2004 04:30:00 +0200
- 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: gcc.c-torture/execute/builtins/strlen-2.c execution, -O2
FAIL: gcc.c-torture/execute/builtins/strlen-2.c execution, -O3 -fomit-frame-pointer
FAIL: gcc.c-torture/execute/builtins/strlen-2.c execution, -O3 -g
FAIL: gcc.c-torture/execute/builtins/strpcpy.c execution, -O1
FAIL: gcc.c-torture/execute/builtins/strpcpy.c execution, -O2
FAIL: gcc.c-torture/execute/builtins/strpcpy.c execution, -O3 -fomit-frame-pointer
FAIL: gcc.c-torture/execute/builtins/strpcpy.c execution, -O3 -g
FAIL: gcc.c-torture/execute/builtins/strpcpy.c execution, -Os
FAIL: gcc.dg/tree-ssa/20031022-1.c scan-tree-dump-times entry_exit_blocks.1..pred 1
FAIL: gcc.dg/vect/vect-73.c scan-tree-dump-times vectorized 1 loops 1
FAIL: 21_strings/basic_string/inserters_extractors/pod/10081-in.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/pod/3983-2.cc (test for excess errors)
FAIL: 27_io/basic_istream/extractors_other/pod/3983-3.cc (test for excess errors)
FAIL: 27_io/basic_istream/sentry/pod/1.cc (test for excess errors)
The complete testsuite logs can be found at
http://www.mailsys.de/~gcc/logs-HEAD-i686-1097796438.tar.bz2
These are the new ChangeLog entries since the last run:
2004-10-14 Geoffrey Keating <geoffk@apple.com>
* config/rs6000/darwin.h (ASM_SPEC): Delete.
(TARGET_ASM_FILE_START): Define.
* config/darwin.h (ASM_SPEC): Define.
* config/rs6000/t-darwin (TARGET_LIBGCC2_CFLAGS): Don't supply
-mlong-double-128, it's the default. Update comment about reason
for force_cpusubtype_ALL.
* config/rs6000/darwin-vecsave.asm: Supply .machine.
* config/rs6000/darwin-world.asm: Likewise.
* config/rs6000/rs6000.c (rs6000_darwin_file_start): New.
(symbolic_operand): Delete #if 0ed code.
2004-10-14 Andrew Pinski <pinskia@physics.uc.edu>
* stmt.c (add_case_node): Make sure that we have integer
constant before calling tree_int_cst_compare.
2004-10-14 Andrew Pinski <pinskia@physics.uc.edu>
PR middle-end/17967
Revert:
* tree-cfg.c (remove_usless_stmts_cond): Fold statement.
(remove_useless_stmts_1): Fold trees we know how to fold.
2004-10-14 Joseph S. Myers <joseph@codesourcery.com>
* config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS),
config/rs6000/linuxspe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Disallow
-m64.
2004-10-14 Geoffrey Keating <geoffk@apple.com>
* gcc.dg/darwin-misaligned.c: Don't supply -force_cpusubtype_ALL.
* gcc.dg/macho-lo-sum.c: Likewise.
2004-10-14 Joseph S. Myers <joseph@codesourcery.com>
* gcc.dg/ppc-spe64-1.c: New test.
2004-10-14 Ulrich Weigand <uweigand@de.ibm.com>
* jni.cc (_Jv_JNIMethod::call): Use ffi_java_raw_call instead of
ffi_raw_call if FFI_NATIVE_RAW_API is not defined.
2004-10-14 Paolo Carlini <pcarlini@suse.de>
* include/ext/bitmap_allocator.h (bitmap_allocator::_Alloc_block):
Rename __unused to __M_unused.
2004-10-14 Benjamin Kosnik <bkoz@redhat.com>
* testsuite/ext/headers.cc: Add includes, compile only.
* testsuite/ext/hash_map.cc: Move to...
* testsuite/ext/hash_map/1.cc: ...here.
* testsuite/ext/14648.cc: Move to...
* testsuite/ext/hash_map/14648.cc: ...here.
* testsuite/ext/hash_map/instantiate.cc: Add.
* testsuite/ext/hash_set.cc: Move to...
* testsuite/ext/hash_set/1.cc: ...here.
* testsuite/ext/hash_set_explicit_instantiation.cc: Move to...
* testsuite/ext/hash_set/instantiate.cc: ...here.
* testsuite/ext/hash_check_construct_destroy.cc: Move to...
* testsuite/ext/hash_set/check_construct_destroy.cc: ...here.
* testsuite/ext/slist_check_construct_destroy.cc: Move to...
* testsuite/ext/slist/check_construct_destroy.cc: ...here.
* testsuite/ext/slist_explicit_instantiation.cc: Move to...
* testsuite/ext/slist/instantiate.cc: ...here.
2004-10-14 Benjamin Kosnik <bkoz@redhat.com>
* include/ext/mt_allocator.h: Tweaks.
* src/mt_allocator.cc: Same.