Skip to content

Commit

Permalink
* gfortran.fortran-torture/execute/getarg_1.x: New file.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@146246 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
uweigand committed Apr 17, 2009
1 parent 6c09213 commit 7202c48
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gcc/testsuite/ChangeLog
Original file line number Diff line number Diff line change
@@ -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".
Expand Down
5 changes: 5 additions & 0 deletions gcc/testsuite/gfortran.fortran-torture/execute/getarg_1.x
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
if [istarget "spu-*-*"] {
# We need -mstdmain to enable argument processing on SPU.
lappend additional_flags "-mstdmain"
}
return 0

0 comments on commit 7202c48

Please sign in to comment.