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: "tschwinge at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 11 Aug 2017 15:37:46 +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 #10 from Thomas Schwinge <tschwinge at gcc dot gnu.org> ---
Author: tschwinge
Date: Fri Aug 11 15:37:14 2017
New Revision: 251053
URL: https://gcc.gnu.org/viewcvs?rev=251053&root=gcc&view=rev
Log:
[PR lto/81430] Revert "Add nvptx_override_options_after_change"
This reverts r250421; properly fixed by r250852.
PR lto/81430
* config/nvptx/nvptx.c (nvptx_override_options_after_change):
Remove function.
(TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE): Remove definition.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/nvptx/nvptx.c