2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2025-04-24 07:10:27 +08:00

re PR fortran/36597 (OpenMP 3: _OPENMP should be 200805 instead of 200505)

PR fortran/36597
	* cpp.c (cpp_define_builtins): Change _OPENMP value to 200805.

From-SVN: r137034
This commit is contained in:
Jakub Jelinek 2008-06-23 12:20:33 +02:00 committed by Jakub Jelinek
parent cc774ffbde
commit 94b129013e
2 changed files with 6 additions and 1 deletions
gcc/fortran

@ -1,3 +1,8 @@
2008-06-23 Jakub Jelinek <jakub@redhat.com>
PR fortran/36597
* cpp.c (cpp_define_builtins): Change _OPENMP value to 200805.
2008-06-20 Laurynas Biveinis <laurynas.biveinis@gmail.com>
Tobias Burnus <burnus@net-b.de>

@ -167,7 +167,7 @@ cpp_define_builtins (cpp_reader *pfile)
cpp_define (pfile, "_LANGUAGE_FORTRAN=1");
if (gfc_option.flag_openmp)
cpp_define (pfile, "_OPENMP=200505");
cpp_define (pfile, "_OPENMP=200805");
/* More builtins that might be useful, but are not documented