libgupc/
commit81fbaf9e4f940c563b9393f1a5de483093cf0daf
authorgfunck <gfunck@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 31 Mar 2013 04:34:57 +0000 (31 04:34 +0000)
committergfunck <gfunck@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 31 Mar 2013 04:34:57 +0000 (31 04:34 +0000)
tree67f05f8465ea74e34ad9f8a40f8d4e80049b8c0d
parent5bbb2b2f3c7ad7dbfde3ce3ce4a0e524fa889202
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__.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gupc@197278 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/upc/ChangeLog
gcc/upc/upc-act.c
libgupc/ChangeLog
libgupc/Makefile.am
libgupc/Makefile.in
libgupc/include/upc_castable.h [new file with mode: 0644]
libgupc/portals4/gupcr_castable.upc [new file with mode: 0644]
libgupc/smp/upc_castable.upc [new file with mode: 0644]