re PR driver/31694 (__GFORTRAN__ preprocessor macro)
authorFrancois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Mon, 7 May 2007 05:48:24 +0000 (05:48 +0000)
committerFrançois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Mon, 7 May 2007 05:48:24 +0000 (05:48 +0000)
commit2f8e3bd7bd87055806b1180fc5a5b4668b0c28cd
tree6305e39d4443bb69859bcffcb753cca8d2996c37
parent8fa013c3e01432333222eea1044483988baae1cb
re PR driver/31694 (__GFORTRAN__ preprocessor macro)

PR driver/31694
* c-opts.c (lang_fortran): Make it non static.
* c-common.h (lang_fortran): New prototype.
* c-cppbuiltin.c (c_cpp_builtins): Create a __GFORTRAN__ if the
-lang-fortran option was passed by the driver.

From-SVN: r124495
gcc/ChangeLog
gcc/c-common.h
gcc/c-cppbuiltin.c
gcc/c-opts.c