From: Terry Guo Date: Fri, 24 Apr 2015 02:07:30 +0000 (+0000) Subject: pr65710.c: Update the options. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ea39708ac1ec3026a18ec3fa8f32e40c949f9c16;p=gcc.git pr65710.c: Update the options. 2015-04-24 Terry Guo * gcc.target/arm/pr65710.c: Update the options. From-SVN: r222393 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 94d1d6b2176..221a592c98c 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2015-04-24 Terry Guo + + * gcc.target/arm/pr65710.c: Update the options. + 2015-04-23 H.J. Lu * gcc.target/i386/pr65523.c: Skip x32. diff --git a/gcc/testsuite/gcc.target/arm/pr65710.c b/gcc/testsuite/gcc.target/arm/pr65710.c index 139bc6414aa..227059b56fe 100644 --- a/gcc/testsuite/gcc.target/arm/pr65710.c +++ b/gcc/testsuite/gcc.target/arm/pr65710.c @@ -1,5 +1,6 @@ /* { dg-do compile } */ -/* { dg-options "-march=armv6-m -mthumb -O3 -w -mfloat-abi=soft" } */ +/* { dg-options "-mthumb -O2 -mfloat-abi=soft -w" } */ +/* { dg-skip-if "" { ! { arm_thumb1_ok || arm_thumb2_ok } } } */ struct ST { char *buffer;