On 09/26/2012 01:58 AM, Chung-Lin Tang wrote:
+/* { dg-do compile } */
+/* { dg-options "-mthumb -O1 -march=armv5te -fno-omit-frame-pointer
-fno-forward-propagate" } */
+/* { dg-require-effective-target arm_thumb1_ok } */
This test will fail to compile for test flags that conflict with
the -march option, and the specified -march option might be
overridden with similar options from other test flags. The problem
might have also been seen for other -march options. I recommend
leaving it off and omitting the dg-require so the test can be run
for more multilibs.
Janis