This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]