From: Jakub Jelinek Date: Mon, 23 Jun 2008 10:20:33 +0000 (+0200) Subject: re PR fortran/36597 (OpenMP 3: _OPENMP should be 200805 instead of 200505) X-Git-Tag: releases/gcc-4.4.0~4196 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=94b129013e4d9329c14564332b84b1c3c26be840;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 7c145e1222bf..da1ac833bffb 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,8 @@ +2008-06-23 Jakub Jelinek + + PR fortran/36597 + * cpp.c (cpp_define_builtins): Change _OPENMP value to 200805. + 2008-06-20 Laurynas Biveinis Tobias Burnus diff --git a/gcc/fortran/cpp.c b/gcc/fortran/cpp.c index 76ab9a3bad5f..0498130396e6 100644 --- a/gcc/fortran/cpp.c +++ b/gcc/fortran/cpp.c @@ -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