From: Tobias Burnus Date: Sun, 13 Jul 2014 06:40:16 +0000 (+0200) Subject: pr34020.f90: Make compile with TS 18508/Fortran 2015 X-Git-Tag: releases/gcc-5.1.0~6372 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=60ab4b449cb264d77015b6657085a413050843c9;p=thirdparty%2Fgcc.git pr34020.f90: Make compile with TS 18508/Fortran 2015 2014-07-13 Tobias Burnus * testsuite/libgomp.fortran/pr34020.f90: Make compile with TS 18508/Fortran 2015 From-SVN: r212490 --- diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index dbfc03cb8155..e79ca256f9b2 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,8 @@ +2014-07-13 Tobias Burnus + + * testsuite/libgomp.fortran/pr34020.f90: Make compile + with TS 18508/Fortran 2015 + 2014-07-06 Marek Polacek PR c/6940 diff --git a/libgomp/testsuite/libgomp.fortran/pr34020.f90 b/libgomp/testsuite/libgomp.fortran/pr34020.f90 index 3bb14f5fe3d6..39f7046d1975 100644 --- a/libgomp/testsuite/libgomp.fortran/pr34020.f90 +++ b/libgomp/testsuite/libgomp.fortran/pr34020.f90 @@ -7,6 +7,7 @@ lhs = rhs + lhs end + external atomic_add real lhs, rhs integer i lhs = 0