r219026 - in /branches/gomp-4_0-branch/libgomp:...

tschwinge@gcc.gnu.org tschwinge@gcc.gnu.org
Mon Dec 22 18:14:00 GMT 2014


Author: tschwinge
Date: Mon Dec 22 18:14:16 2014
New Revision: 219026

URL: https://gcc.gnu.org/viewcvs?rev=219026&root=gcc&view=rev
Log:
libgomp: Remove dubious "const casting".

This may be re-instantiated later on, but then "more completely".

	libgomp/
	* libgomp.h (gomp_init_tables): Remove const qualifier from struct
	gomp_device_descr.  Change all users.
	* oacc-int.h (base_dev, goacc_register): Likewise.
	* oacc-init.c (dispatchers, resolve_device, acc_init_1)
	(lazy_init): Likewise.

Modified:
    branches/gomp-4_0-branch/libgomp/ChangeLog.gomp
    branches/gomp-4_0-branch/libgomp/libgomp.h
    branches/gomp-4_0-branch/libgomp/oacc-init.c
    branches/gomp-4_0-branch/libgomp/oacc-int.h
    branches/gomp-4_0-branch/libgomp/oacc-mem.c
    branches/gomp-4_0-branch/libgomp/target.c



More information about the Gcc-cvs mailing list