This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug lto/81430] nvptx acceleration compilation broken because of running pass_partition_blocks
- From: "vries at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 19 Jul 2017 10:22:17 +0000
- Subject: [Bug lto/81430] nvptx acceleration compilation broken because of running pass_partition_blocks
- Auto-submitted: auto-generated
- References: <bug-81430-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81430
--- Comment #5 from Tom de Vries <vries at gcc dot gnu.org> ---
Created attachment 41788
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41788&action=edit
for lto1, call finish_options after cl_optimization_restore in
invoke_set_current_function_hook
This is an attempt to actually fix the issue, by reusing finish_options in
lto1.