r197251 - in /branches/gupc/libgupc: ChangeLog ...

gfunck@gcc.gnu.org gfunck@gcc.gnu.org
Fri Mar 29 22:19:00 GMT 2013


Author: gfunck
Date: Fri Mar 29 22:19:04 2013
New Revision: 197251

URL: http://gcc.gnu.org/viewcvs?rev=197251&root=gcc&view=rev
Log:
libgupc/
	Implement and use upc_types.h (per UPC 1.3 spec.)
	* Makefile.am: Add upc_types.h as an exported header file.
	* Makefile.in: Re-generate.
	* collectives/upc_coll_err.upc: Fix check for out-of-range
	collective operation op code.  Use UPC_MAX_COLL_OP.
	* include/upc_collective.h: #include upc_types.h
	Define UPC_MAX_COLL_OP, the maximum collectives opcode value.
	* include/upc_types.h: New.

Added:
    branches/gupc/libgupc/include/upc_types.h
Modified:
    branches/gupc/libgupc/ChangeLog
    branches/gupc/libgupc/Makefile.am
    branches/gupc/libgupc/Makefile.in
    branches/gupc/libgupc/collectives/upc_coll_err.upc
    branches/gupc/libgupc/include/upc_collective.h



More information about the Gcc-cvs mailing list