[Bug tree-optimization/68716] libgomp c.exp with -fipa-pta failures

2015-12-09 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68716 vries at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|--

[Bug tree-optimization/68716] libgomp c.exp with -fipa-pta failures

2015-12-09 Thread vries at gcc dot gnu.org
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-

[Bug tree-optimization/68716] libgomp c.exp with -fipa-pta failures

2015-12-09 Thread vries at gcc dot gnu.org
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

[Bug tree-optimization/68716] libgomp c.exp with -fipa-pta failures

2015-12-08 Thread vries at gcc dot gnu.org
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

[Bug tree-optimization/68716] libgomp c.exp with -fipa-pta failures

2015-12-07 Thread rguenth at gcc dot gnu.org
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

[Bug tree-optimization/68716] libgomp c.exp with -fipa-pta failures

2015-12-07 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68716 Richard Biener changed: What|Removed |Added CC||rguenth at gcc dot gnu.org --- Comment