libgupc/
commit78dbe4408bbc0066a2134579698e509ca8bd81e7
authorgfunck <gfunck@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 29 Mar 2013 22:19:04 +0000 (29 22:19 +0000)
committergfunck <gfunck@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 29 Mar 2013 22:19:04 +0000 (29 22:19 +0000)
treebf35b7fe81d5e72280619a6636680c55eabf0d7f
parent3f865bf13088983f84dcc01b185977a6f440ca3e
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gupc@197251 138bc75d-0d04-0410-961f-82ee72b054a4
libgupc/ChangeLog
libgupc/Makefile.am
libgupc/Makefile.in
libgupc/collectives/upc_coll_err.upc
libgupc/include/upc_collective.h
libgupc/include/upc_types.h [new file with mode: 0644]