This is the mail archive of the gcc-cvs@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]

gcc/gcc/testsuite ChangeLog g++.dg/opt/asm1.C ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	nickc@gcc.gnu.org	2004-11-15 13:33:38

Modified files:
	gcc/testsuite  : ChangeLog 
	gcc/testsuite/g++.dg/opt: asm1.C strength-reduce.C 
	gcc/testsuite/gcc.c-torture/execute: simd-4.c 
	gcc/testsuite/gcc.dg: 20040625-1.c 20040910-1.c i386-sse-8.c 
	                      ultrasp4.c 
	gcc/testsuite/gcc.dg/compat: struct-align-1_x.c 
	gcc/testsuite/gcc.dg/cpp: if-2.c 

Log message:
	g++.dg/opt/strength-reduce.C: Replace 0x7fffffff with __INT_MAX__ so that
	the test can be compiled by toolchains targeted at 16-bit processors.
	
	* gcc.dg/20040625-1.c: Use long constants rather than integers when
	performing arithmetic that will overflow 16-bits.
	
	* gcc.dg/i386-sse-8.c: Expect this test to fail for the	xstormy16.
	It does not support 128-bit vector operations.
	
	* gcc.dg/ultrasp4.c: Replace all occurrences of the type 'long'	with the
	macro PTR_TYPE.  Define this macro to an integer type suitable for
	holding a pointer.
	
	* gcc.dg/compat/struct-align-1_x.c: Use shorter integers if the target
	is a 16-bit processor.
	
	* gcc.dg/cpp/if-2.c: Expect a different warning message from 16-bit
	targets where the character constant will be too long.
	
	* g++.dg/opt/asm1.C: Expect this test to fail on the xstormy16 where
	the double will not be directly addressable.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.4605&r2=1.4606
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/opt/asm1.C.diff?cvsroot=gcc&r1=1.1&r2=1.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/opt/strength-reduce.C.diff?cvsroot=gcc&r1=1.1&r2=1.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.c-torture/execute/simd-4.c.diff?cvsroot=gcc&r1=1.3&r2=1.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/20040625-1.c.diff?cvsroot=gcc&r1=1.1&r2=1.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/20040910-1.c.diff?cvsroot=gcc&r1=1.4&r2=1.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/i386-sse-8.c.diff?cvsroot=gcc&r1=1.5&r2=1.6
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/ultrasp4.c.diff?cvsroot=gcc&r1=1.2&r2=1.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/compat/struct-align-1_x.c.diff?cvsroot=gcc&r1=1.2&r2=1.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/cpp/if-2.c.diff?cvsroot=gcc&r1=1.6&r2=1.7


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