r206746 - in /branches/gupc: gcc/ChangeLog.upc ...
nenadv@gcc.gnu.org
nenadv@gcc.gnu.org
Sat Jan 18 02:57:00 GMT 2014
Author: nenadv
Date: Sat Jan 18 02:57:26 2014
New Revision: 206746
URL: http://gcc.gnu.org/viewcvs?rev=206746&root=gcc&view=rev
Log:
gcc/
* c-family/c-cppbuiltin.c (upc_cpp_builtins): Remove pre-defines
for __UPC_CASTABLE__, __UPC_COLLECTIVE__, __UPC_TICK__ and
__UPC_PUPC__ as they are library and not compiler features.
libgupc/
* smp/gcc-upc-lib.in: Add defines for __UPC_CASTABLE__,
__UPC_COLLECTIVE__, __UPC_TICK__, and __UPC_PUCP__ defines.
* portals4/gcc-upc-lib.in: Ditto.
* smp/upc_barrier.upc: Remove unnecessary include.
* smp/upc_pts.hi (GUPCR_PTS_SET_VADDR): Fix the cast. Some other
compilers might issues a warning.
* smp/upc_vm.c (__upc_vm_map_addr): Add a cast to avoid a possible
warning on void * arithmetic.
Modified:
branches/gupc/gcc/ChangeLog.upc
branches/gupc/gcc/c-family/c-cppbuiltin.c
branches/gupc/libgupc/ChangeLog
branches/gupc/libgupc/portals4/gcc-upc-lib.in
branches/gupc/libgupc/smp/gcc-upc-lib.in
branches/gupc/libgupc/smp/upc_barrier.upc
branches/gupc/libgupc/smp/upc_pts.h
branches/gupc/libgupc/smp/upc_vm.c
More information about the Gcc-cvs
mailing list