]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR fortran/36597 (OpenMP 3: _OPENMP should be 200805 instead of 200505)
authorJakub Jelinek <jakub@redhat.com>
Mon, 23 Jun 2008 10:20:33 +0000 (12:20 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 23 Jun 2008 10:20:33 +0000 (12:20 +0200)
PR fortran/36597
* cpp.c (cpp_define_builtins): Change _OPENMP value to 200805.

From-SVN: r137034

gcc/fortran/ChangeLog
gcc/fortran/cpp.c

index 7c145e1222bf465bbb124eef5a0f9fbf35a6b631..da1ac833bffb34cee682687779453618bbcdd66b 100644 (file)
@@ -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>
 
index 76ab9a3bad5f29c1438bbccbdfa8b0357d2b357f..0498130396e6bf10fbbc0db6d4ca48dea46c9c13 100644 (file)
@@ -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