r172410 - in /branches/gupc/gcc: ChangeLog.upc ...

gfunck@gcc.gnu.org gfunck@gcc.gnu.org
Thu Apr 14 02:56:00 GMT 2011


Author: gfunck
Date: Thu Apr 14 02:56:39 2011
New Revision: 172410

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=172410
Log:
2011-04-13  Gary Funck  <gary@intrepid.com>

Add support for -fno-upc-pre-include to disable the default
pre-inclusion of "gcc-upc-lib.h".  This is used when compiling
"C" regression tests with the UPC compiler.

gcc/
	* c-family/c.opt (fupc-pre-include): New option definition.
	* gcc.c (upc_options): Do not add "-include gcc-upc.h" if
	  -fno-upc-pre-include is asserted.

gcc/upc/
	* upc-cmd.c: Do not add "-isystem <libupc_path>" if
	  -fno-upc-pre-include is asserted.

Modified:
    branches/gupc/gcc/ChangeLog.upc
    branches/gupc/gcc/DATESTAMP
    branches/gupc/gcc/c-family/c.opt
    branches/gupc/gcc/gcc.c
    branches/gupc/gcc/upc/ChangeLog
    branches/gupc/gcc/upc/upc-cmd.c



More information about the Gcc-cvs mailing list