Add missing braces in gcc.dg/pr44194-1.c
* gcc.dg/pr44194-1.c (dg-do): Add missing braces. From-SVN: r217316
This commit is contained in:
parent
b12749230b
commit
3bbddc8e44
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2014-11-10 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* gcc.dg/pr44194-1.c (dg-do): Add missing braces.
|
||||
|
||||
2014-11-10 Roman Gareev <gareevroman@gmail.com>
|
||||
|
||||
* gcc.dg/graphite/isl-ast-gen-blocks-1.c: Remove using of
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* { dg-do compile { target { { { { { { { i?86-*-* x86_64-*-* } && x32 } || lp64 } && { ! s390*-*-* } } && { ! hppa*64*-*-* } } && { ! alpha*-*-* } } && { { ! powerpc*-*-linux* } || powerpc_elfv2 } && { ! nvptx-*-* } } } } */
|
||||
/* { dg-do compile { target { { { { { { { { i?86-*-* x86_64-*-* } && x32 } || lp64 } && { ! s390*-*-* } } && { ! hppa*64*-*-* } } && { ! alpha*-*-* } } && { { ! powerpc*-*-linux* } || powerpc_elfv2 } && { ! nvptx-*-* } } } } } */
|
||||
/* { dg-options "-O2 -fdump-rtl-dse1 -fdump-rtl-final" } */
|
||||
|
||||
/* Restrict to 64-bit targets since 32-bit targets usually return small
|
||||
|
|
Loading…
Add table
Reference in a new issue