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 server2 dot mailsys dot de>
- To: gcc-regression at gcc dot gnu dot org, jakub at redhat dot com, pcarlini at suse dot de
- Date: Wed, 16 Feb 2005 20:05:01 +0100
- Subject: new FAILs on HEAD
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 3 (Heidelberg)
i686
i686-pc-linux-gnu
configure flags: --enable-threads=posix --prefix=/opt/gcc/install/HEAD --enable-__cxa_atexit --with-system-zlib --enable-languages=c,ada,c++,f95,java,objc
These new FAILs appeared since the last run:
FAIL: gcc.c-torture/unsorted/USIcmp.c, -O1
FAIL: gcc.c-torture/unsorted/USIcmp.c, -O2
FAIL: gcc.c-torture/unsorted/USIcmp.c, -O3 -fomit-frame-pointer
FAIL: gcc.c-torture/unsorted/USIcmp.c, -O3 -g
FAIL: gcc.c-torture/unsorted/USIcmp.c, -Os
The complete testsuite logs can be found at
http://www.mailsys.de/~gcc/logs-HEAD-i686-1108568452.tar.bz2
These are the new ChangeLog entries since the last run:
2005-02-16 Jakub Jelinek <jakub@redhat.com>
PR middle-end/19857
* gcc.dg/tree-ssa/20050215-1.c: New test.
* gcc.c-torture/execute/20050215-1.c: New test.
2005-02-16 Jakub Jelinek <jakub@redhat.com>
PR middle-end/19857
* fold-const.c (fold): Don't optimize (T)(x & cst) to
(T)x & (T)cst if (T)cst overflows.
* convert.c (convert_to_integer) <case POINTER_TYPE>: Pass
TYPE_UNSIGNED (type) as type_for_size's UNSIGNEDP argument.
* testsuite/23_containers/set/modifiers/16728.cc:
Remove redundant include <testsuite_performance.h>.
2005-02-16 Paolo Carlini <pcarlini@suse.de>