Commit 94b12901 by Jakub Jelinek Committed by Jakub Jelinek

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
parent cc774ffb
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment