Skip test if -mfloat-abi=hard specified

From-SVN: r207788
This commit is contained in:
Ian Bolton 2014-02-14 17:20:46 +00:00 committed by Ian Bolton
parent 2ae577fdbd
commit f8cdff388d
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2014-02-14 Ian Bolton <ian.bolton@arm.com>
* gcc.target/arm/pr59858.c: Skip if -mfloat-abi=hard specified
on command-line.
2014-02-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
* c-c++-common/ubsan/overflow-negate-2.c (main): Use signed char.

View File

@ -1,5 +1,6 @@
/* { dg-do compile } */
/* { dg-options "-march=armv5te -marm -mthumb-interwork -Wall -Wstrict-prototypes -Wstrict-aliasing -funsigned-char -fno-builtin -fno-asm -msoft-float -std=gnu99 -mlittle-endian -mthumb -fno-stack-protector -Os -g -feliminate-unused-debug-types -funit-at-a-time -fmerge-all-constants -fstrict-aliasing -fno-tree-loop-optimize -fno-tree-dominator-opts -fno-strength-reduce -fPIC -w" } */
/* { dg-options "-march=armv5te -fno-builtin -mfloat-abi=soft -mthumb -fno-stack-protector -Os -fno-tree-loop-optimize -fno-tree-dominator-opts -fPIC -w" } */
/* { dg-skip-if "Incompatible command line options: -mfloat-abi=soft -mfloat-abi=hard" { *-*-* } { "-mfloat-abi=hard" } { "" } } */
typedef enum {
REG_ENOSYS = -1,