This is the mail archive of the gcc-patches@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]

Re: [gomp4] libgomp: Cope with DejaGnu having no mechanism to transfer environment variables to remote boards


On Thu, May 14, 2015 at 12:10:50AM +0200, Thomas Schwinge wrote:
>     No doubt, looking forward to the day, when this can be reverted.
>     
>     	libgomp/
>             * env.c (initialize_env): Remove static attribute.
>     	* libgomp.map (INTERNAL): Export initialize_env.

Ugh.  While you achieve what you want for the remote board cases,
doesn't this completely break all OpenMP and OpenACC programs not built
as part of the testsuite, because initialize_env won't be called in that case?

	Jakub


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