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: [PATCH] Fix PR80029


On 03/22/2017 06:42 AM, Jakub Jelinek wrote:

>> 2017-03-22  Cesar Philippidis  <cesar@codesourcery.com>
>>
>> 	PR c++/80029
>>
>> 	gcc/
>> 	* gimplify.c (is_oacc_declared): New function.
>> 	(oacc_default_clause): Use it to set default flags for acc declared
>> 	variables inside parallel regions.
>> 	(gimplify_scan_omp_clauses): Strip firstprivate pointers for acc
>> 	declared variables.
>> 	(gimplify_oacc_declare): Gimplify the declare clauses.  Add the
>> 	declare attribute to any decl as necessary.
>>
>> 	libgomp/
>> 	* testsuite/libgomp.oacc-c-c++-common/declare-vla.c: New test.
> 
> Ok if testing passed.

Yes it did. By the way, is there a way to automate valgrind testing, or
is that something that require manual inspection?

Cesar


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