This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] Factor common code for C-family and Fortran preprocessing


Hi all,

The attached patch takes some of the common code from gcc/c-family/c-cppbuiltin.c and gcc/fortran/cpp.c, and puts it in a new gcc/cppbuiltin.c file (with appropriate header file). It should be rather straightforward, but there's always the possibility that I have botched the Makefiles or something like that.


Bootstrapped and regtested on x86_64-apple-darwin10, OK to commit?

FX


Attachment: preproc.ChangeLog
Description: Binary data

Attachment: preproc.diff
Description: Binary data


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]