2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2025-04-15 12:50:59 +08:00

* gfortran.fortran-torture/execute/getarg_1.x: New file.

From-SVN: r146246
This commit is contained in:
Ulrich Weigand 2009-04-17 10:42:59 +00:00 committed by Ulrich Weigand
parent 1ab456ae3c
commit 43836431fc
2 changed files with 9 additions and 0 deletions
gcc/testsuite
ChangeLog
gfortran.fortran-torture/execute

@ -1,3 +1,7 @@
2009-04-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
* gfortran.fortran-torture/execute/getarg_1.x: New file.
2009-04-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
* gfortran.dg/vect/pr39318.f90: Guard with "target fopenmp".

@ -0,0 +1,5 @@
if [istarget "spu-*-*"] {
# We need -mstdmain to enable argument processing on SPU.
lappend additional_flags "-mstdmain"
}
return 0