https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68716
vries at gcc dot gnu.org changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68716
--- Comment #5 from vries at gcc dot gnu.org ---
Author: vries
Date: Wed Dec 9 10:13:35 2015
New Revision: 231449
URL: https://gcc.gnu.org/viewcvs?rev=231449&root=gcc&view=rev
Log:
Fix GOMP/GOACC_parallel handling in find_func_clobbers
2015-12-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68716
vries at gcc dot gnu.org changed:
What|Removed |Added
Keywords||patch
--- Comment #4 from vrie
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68716
--- Comment #3 from vries at gcc dot gnu.org ---
Created attachment 36956
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36956&action=edit
patch to be tested
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68716
--- Comment #2 from Richard Biener ---
Ah, you simply do "nothing"
case BUILT_IN_GOMP_PARALLEL:
case BUILT_IN_GOACC_PARALLEL:
return;
that's of course not correct. You should handle these builtin calls as
calls
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68716
Richard Biener changed:
What|Removed |Added
CC||rguenth at gcc dot gnu.org
--- Comment