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

gfunck@gcc.gnu.org gfunck@gcc.gnu.org
Tue Feb 22 17:24:00 GMT 2011


Author: gfunck
Date: Tue Feb 22 17:24:33 2011
New Revision: 170410

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170410
Log:

2011-02-22  Gary Funck  <gary@intrepid.com>

gcc/
	* c-decl.c (undeclared_variable): call upc_diagnose_deprecated_stmt
	to check for the usage of certain deprecated UPC keywords.
	* c-family/stub-upc.c (upc_diagnose_deprecated_stmt): New.
	* c-tree.h (undeclared_variable): Define prototype.

gcc/upc/

	* upc-act.c (upc_diagnose_deprecated_stmt): New.
	  upc-act.h (upc_diagnose_deprecated_stmt): Define.
	  Check usage of deprecated keywords and issue
	  error message.

libupc/

	* include/gcc-upc.h (barrier, barrier_notify, barrier_wait,
	  forall, fence): Remove #define's that renamed these deprecated
	UPC keywords into their equivalents in the current UPC
	language specification.


Modified:
    branches/gupc/gcc/ChangeLog.upc
    branches/gupc/gcc/c-decl.c
    branches/gupc/gcc/c-family/stub-upc.c
    branches/gupc/gcc/c-tree.h
    branches/gupc/gcc/upc/ChangeLog
    branches/gupc/gcc/upc/upc-act.c
    branches/gupc/gcc/upc/upc-act.h
    branches/gupc/libupc/ChangeLog
    branches/gupc/libupc/include/gcc-upc.h



More information about the Gcc-cvs mailing list