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,ada,c++,f77,java,objc

These new FAILs appeared since the last run:

FAIL: gcc.c-torture/execute/builtins/string-asm-2.c execution,  -O0 
FAIL: gcc.c-torture/execute/builtins/string-asm-2.c execution,  -O1 
FAIL: gcc.c-torture/execute/builtins/string-asm-2.c execution,  -O2 
FAIL: gcc.c-torture/execute/builtins/string-asm-2.c execution,  -O3 -fomit-frame-pointer 
FAIL: gcc.c-torture/execute/builtins/string-asm-2.c execution,  -O3 -g 
FAIL: gcc.c-torture/execute/builtins/string-asm-2.c execution,  -O0 
FAIL: gcc.c-torture/execute/builtins/string-asm-2.c execution,  -O1 
FAIL: gcc.c-torture/execute/builtins/string-asm-2.c execution,  -O2 
FAIL: gcc.c-torture/execute/builtins/string-asm-2.c execution,  -O3 -fomit-frame-pointer 
FAIL: gcc.c-torture/execute/builtins/string-asm-2.c execution,  -O3 -g 

The complete testsuite logs can be found at
http://gcctests.port5.com/logs-HEAD-i686-1083340414.tar.bz2

These are the new ChangeLog entries since the last run:

2004-04-30  Paul Brook  <paul@codesourcery.com>

	* config.gcc: Default ep9312 to hard-float.
	* config/arm/arm-cores.def: Add ARCH field.
	* config/arm/arm.c (FL_FOR_ARCH*): Define.
	(arm_arch_cirrus): New variable.
	(all_cores): Set and use arch.
	(all_architectures): Ditto.
	(arm_arch_name): New variable.
	(arm_override_options): Set it. Use [SUB]TARGET_CPU_DEFAULT.
	Set and use arm_arch_cirrus.
	* config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Set arch defines.
	(enum processor_type): Update ARM_CORE define.
	(enum target_cpus): Add.  Replaces TARGET_CPU_* defines.
	(CPP_SPEC): Remove %(cpp_cpu_arch).
	(CPP_ARCH_DEFAULT_SPEC): Remove.
	(CPP_CPU_ARCH_SPEC): Remove.
	(EXTRA_SPECS): Don't use CPP_*ARCH*_SPEC.
	(FPUTYPE_DEFAULT): Don't define here.

2004-04-30  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>

	* expr.c (store_constructor): SIZE operand is now in bits; CLEARED
	less than zero now means emitted CLOBBER already.
	(store_constructor_field, expand_expr_real): Reflect above changes.

2004-04-30  J"orn Rennecke <joern.rennecke@superh.com>

	* flow.c (propagate_one_insn): Call mark_set_regs for stack pointer
	updates too.

2004-04-30  Paul Brook  <paul@codesourcery.com>

	* arm.c (arm_needs_doubleword_align): Use mode alignment.

2004-04-30  Paolo Bonzini  <bonzini@gnu.org>

	* config/altivec/altivec.h [__cplusplus] (vec_subsubs): Rename to
	vec_sububs.
	[__cplusplus] (vec_subsuhs): Rename to vec_subuhs, without
	duplicates.


2004-04-29  Paolo Bonzini  <bonzini@gnu.org>

2004-04-30  Roger Sayle  <roger@eyesopen.com>

	* builtins.c (java_builtins): Add acos, asin, ceil and floor.
	(initialize_builtins): Likewise, define acos, asin, ceil and floor.

2004-04-30  Kazu Hirata  <kazu@cs.umass.edu>

	* gcc.c-torture/execute/20040409-2.c: Fix constants used on
	16-bit targets.

2004-04-30  Andrew Pinski  <pinskia@physics.uc.edu>

	* gcc.dg/rs6000-power2-1.c: Change to compile only.
	* gcc.dg/rs6000-power2-2.c: Likewise.

2004-04-30  Roger Sayle  <roger@eyesopen.com>

	* testsuite/libjava.lang/MathBuiltin.java: Add tests for acos, asin,
	ceil and floor.


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