pr34020.f90: Make compile with TS 18508/Fortran 2015
2014-07-13 Tobias Burnus <burnus@net-b.de> * testsuite/libgomp.fortran/pr34020.f90: Make compile with TS 18508/Fortran 2015 From-SVN: r212490
This commit is contained in:
parent
b8bcddcdd9
commit
60ab4b449c
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2014-07-13 Tobias Burnus <burnus@net-b.de>
|
||||
|
||||
* testsuite/libgomp.fortran/pr34020.f90: Make compile
|
||||
with TS 18508/Fortran 2015
|
||||
|
||||
2014-07-06 Marek Polacek <polacek@redhat.com>
|
||||
|
||||
PR c/6940
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
lhs = rhs + lhs
|
||||
end
|
||||
|
||||
external atomic_add
|
||||
real lhs, rhs
|
||||
integer i
|
||||
lhs = 0
|
||||
|
|
Loading…
Add table
Reference in a new issue