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

gfunck@gcc.gnu.org gfunck@gcc.gnu.org
Sun Mar 31 04:34:00 GMT 2013


Author: gfunck
Date: Sun Mar 31 04:34:57 2013
New Revision: 197278

URL: http://gcc.gnu.org/viewcvs?rev=197278&root=gcc&view=rev
Log:
libgupc/
	Implement upc_castable library support (per UPC 1.3 spec.)
	* Makefile.am: Add upc_castable.h as an exported header file.
	Add smp/upc_castable.upc and portals4/gupcr_castable.upc
	to list of runtime source fies.
	* Makefile.in: Re-generate.
	* include/upc_castable.h: New.
	* portals4/gupcr_castable.upc: New.
	* smp/upc_castable.upc: New.

gcc/upc/
	* upc-act.c (upc_cpp_builtins): Pre-define __UPC_CASTABLE__.

Added:
    branches/gupc/libgupc/include/upc_castable.h
    branches/gupc/libgupc/portals4/gupcr_castable.upc
    branches/gupc/libgupc/smp/upc_castable.upc
Modified:
    branches/gupc/gcc/upc/ChangeLog
    branches/gupc/gcc/upc/upc-act.c
    branches/gupc/libgupc/ChangeLog
    branches/gupc/libgupc/Makefile.am
    branches/gupc/libgupc/Makefile.in



More information about the Gcc-cvs mailing list