[PATCH] add sync_int_long target selector to gcc.dg/pr65345-2.c
gcc/testsuite/ 2015-05-01 Renlin Li <renlin.li@arm.com> * gcc.dg/pr65345-2.c: Add sync_int_long target selector. From-SVN: r222687
This commit is contained in:
parent
ff0164b48b
commit
f40694b312
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2015-05-01 Renlin Li <renlin.li@arm.com>
|
||||
|
||||
* gcc.dg/pr65345-2.c: Add sync_int_long target selector.
|
||||
|
||||
2015-05-01 Mikael Morin <mikael@gcc.gnu.org>
|
||||
|
||||
* gfortran.dg/bound_simplification_4.f90: New.
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
/* PR c/65345 */
|
||||
/* { dg-do run } */
|
||||
/* { dg-require-effective-target sync_int_long } */
|
||||
/* { dg-options "" } */
|
||||
|
||||
#define CHECK(X) if (!(X)) __builtin_abort ()
|
||||
|
|
Loading…
Add table
Reference in a new issue