mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-24 03:14:08 +08:00
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
@ -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…
Reference in New Issue
Block a user