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, bangerth at dealii dot org, roger at eyesopen dot com, rth at redhat dot com
- Date: Tue, 14 Dec 2004 05:35:00 +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-HEAD --enable-__cxa_atexit --with-system-zlib --enable-languages=c,c++,f95,java,objc
These new FAILs appeared since the last run:
FAIL: gcc.dg/i386-sse-10.c (test for excess errors)
The complete testsuite logs can be found at
http://www.mailsys.de/~gcc/logs-HEAD-i686-1102988665.tar.bz2
These are the new ChangeLog entries since the last run:
2004-12-13 Richard Henderson <rth@redhat.com>
PR middle-end/17930
* passes.c (rest_of_clean_state): Fix computation of
preferred_incoming_stack_boundary.
2004-12-13 Wolfgang Bangerth <bangerth@dealii.org>
* reload.h: Remove struct needs and its only use.
2004-12-13 Roger Sayle <roger@eyesopen.com>
PR rtl-optimization/18928
* simplify_rtx.c (plus_minus_operand_p): New function to encode
the test for suitable operands for calls to simplify_plus_minus.
Only allow (CONST (PLUS x y)) if both x and y are CONSTANT_P.
(simplify_binary_operation): Use plus_minus_operand_p.
2004-12-13 Roger Sayle <roger@eyesopen.com>
PR rtl-optimization/18928
* gcc.dg/pr18928-1.c: New test case.