This is the mail archive of the gcc-regression@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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:
debian GNU/Linux i686 unstable
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/compile/pr17529.c  -O1  (test for excess errors)
FAIL: gcc.c-torture/compile/pr17529.c  -O2  (test for excess errors)
FAIL: gcc.c-torture/compile/pr17529.c  -O3 -fomit-frame-pointer  (test for excess errors)
FAIL: gcc.c-torture/compile/pr17529.c  -O3 -g  (test for excess errors)
FAIL: gcc.c-torture/compile/pr17529.c  -Os  (test for excess errors)

The complete testsuite logs can be found at
http://www.mailsys.de/~gcc/logs-HEAD-i686-1098072402.tar.bz2

These are the new ChangeLog entries since the last run:

2004-10-17  Hans-Peter Nilsson  <hp@bitrange.com>

	* cfgrtl.c (rtl_verify_flow_info_1): When checking insns in a bb,
	handle barriers in a bb by checking that it points to a NULL bb.
	* emit-rtl.c (emit_barrier_before): Set BLOCK_FOR_INSN to NULL.
	(emit_barrier_after, emit_barrier): Ditto.

2004-10-18  Joseph S. Myers  <jsm@polyomino.org.uk>

	* doc/extend.texi (Attribute Syntax): Clarify details of
	attributes on parameters.

2004-10-17  Zdenek Dvorak  <dvorakz@suse.cz>

	* tree-ssa-loop-ivopts.c (tree_ssa_iv_optimize): Move checking out of
	loop.

2004-10-17  Andrew Pinski  <pinskia@physics.uc.edu>

	Revert:
	2004-10-17  Andrew Pinski  <pinskia@physics.uc.edu>

        * c-typeck.c (default_function_array_conversion): Always create
        &a[0] for array types.
        (build_unary_op): Do not fold &a[x] into a + x.

2004-10-17  Andrew Pinski  <pinskia@physics.uc.edu>

	PR middle-end/17925
	* cfgexpand.c (expand_gimple_cond_expr): Emit line notes for next basic
	block if there is a goto with a locus.

2004-10-17  Steven Bosscher  <stevenb@suse.de>

	* class.c (ident_subst): Always alloca buffer.
	* java-opcodes.h (LAST_AND_UNUSED_JAVA_OPCODE): Add this dummy
	opcode after including javaop.def.
	* jcf-dump.c (CHECK_PC_IN_RANGE): Return 0 from the arm of the
	conditional expression that exits, to avoid warnings.
	* verify.c (CHECK_PC_IN_RANGE): Mark the __GNUC__ definition as
	a user of an extension.
	* win32-host.c: Move check down to have non-empty file when
	WIN32 is not defined.

	* Make-lang.in (java-warn): Add STRICT_WARN.
	(java/jcf-io.o-warn): Don't have Werror for this file.
	* jcf-io.c (caching_stat): Add FIXME for non-POSIX scandir use.

2004-10-18  Ben Elliston  <bje@au.ibm.com>

	* gcc.dg/ppc-sdata-1.c: Update to consider the possibility of the
	compiler referring to register 0 when accessing sdata.  The linker
	now patches things up.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]