mirror of git://gcc.gnu.org/git/gcc.git
* gcc.dg/cpp/pragma-3.c: Add dg-require-effective-target fopenmp.
From-SVN: r175879
This commit is contained in:
parent
3aa439ed17
commit
3c428fb333
|
|
@ -1,3 +1,7 @@
|
||||||
|
2011-07-05 Georg-Johann Lay <avr@gjlay.de>
|
||||||
|
|
||||||
|
* gcc.dg/cpp/pragma-3.c: Add dg-require-effective-target fopenmp.
|
||||||
|
|
||||||
2011-07-05 Michael Meissner <meissner@linux.vnet.ibm.com>
|
2011-07-05 Michael Meissner <meissner@linux.vnet.ibm.com>
|
||||||
|
|
||||||
* gcc.target/powerpc/ppc-switch-1.c: New test for
|
* gcc.target/powerpc/ppc-switch-1.c: New test for
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
/*
|
/*
|
||||||
{ dg-options "-fopenmp" }
|
{ dg-options "-fopenmp" }
|
||||||
{ dg-do preprocess }
|
{ dg-do preprocess }
|
||||||
|
{ dg-require-effective-target fopenmp }
|
||||||
*/
|
*/
|
||||||
|
|
||||||
void foo (void)
|
void foo (void)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue