]> gcc.gnu.org Git - gcc.git/commit
g++.dg/opt/strength-reduce.C...
authorNick Clifton <nickc@redhat.com>
Mon, 15 Nov 2004 13:33:38 +0000 (13:33 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Mon, 15 Nov 2004 13:33:38 +0000 (13:33 +0000)
commitf15dc49f0adf0827ee173d25101bade85e79520f
treed0908825ab3bee3583f5724c2c89b7d761c288e1
parentea87f349b74599f1483086a088c7ed3f5aef0ef6
g++.dg/opt/strength-reduce.C...

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.

From-SVN: r90667
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/opt/asm1.C
gcc/testsuite/g++.dg/opt/strength-reduce.C
gcc/testsuite/gcc.c-torture/execute/simd-4.c
gcc/testsuite/gcc.dg/20040625-1.c
gcc/testsuite/gcc.dg/20040910-1.c
gcc/testsuite/gcc.dg/compat/struct-align-1_x.c
gcc/testsuite/gcc.dg/cpp/if-2.c
gcc/testsuite/gcc.dg/i386-sse-8.c
gcc/testsuite/gcc.dg/ultrasp4.c
This page took 0.062117 seconds and 5 git commands to generate.