Commit 94c32c00 by Thomas Preud'homme Committed by Thomas Preud'homme

pr42574.c: Add missing target keyword for the dg-do selector and enclose boolean...

2016-07-14  Thomas Preud'homme  <thomas.preudhomme@arm.com>

    gcc/testsuite/
    * gcc.target/arm/pr42574.c: Add missing target keyword for the dg-do
    selector and enclose boolean expression in curly braces.

From-SVN: r238331
parent 29f09b38
2016-07-14 Thomas Preud'homme <thomas.preudhomme@arm.com>
* gcc.target/arm/pr42574.c: Add missing target keyword for the dg-do
selector and enclose boolean expression in curly braces.
2016-07-14 Alan Modra <amodra@gmail.com>
PR target/71733
......
/* { dg-do compile { arm_thumb1_ok && { ! arm_thumb1_movt_ok } } } */
/* { dg-do compile { target { arm_thumb1_ok && { ! arm_thumb1_movt_ok } } } } */
/* { dg-options "-mthumb -Os -fpic" } */
/* { dg-require-effective-target fpic } */
/* Make sure the address of glob.c is calculated only once and using
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment