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: Fri, 21 Jul 2017 09:46:37 +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 #7 from Tom de Vries <vries at gcc dot gnu.org> ---
Author: vries
Date: Fri Jul 21 09:46:05 2017
New Revision: 250421
URL: https://gcc.gnu.org/viewcvs?rev=250421&root=gcc&view=rev
Log:
Add nvptx_override_options_after_change
2017-07-21 Tom de Vries <tom@codesourcery.com>
PR lto/81430
* config/nvptx/nvptx.c (nvptx_override_options_after_change): New
function.
(TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE): Define to
nvptx_override_options_after_change.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/nvptx/nvptx.c