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: Thu, 03 Aug 2017 11:38:27 +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 #8 from Tom de Vries <vries at gcc dot gnu.org> ---
Author: vries
Date: Thu Aug 3 11:37:55 2017
New Revision: 250852
URL: https://gcc.gnu.org/viewcvs?rev=250852&root=gcc&view=rev
Log:
Apply finish_options on DECL_FUNCTION_SPECIFIC_OPTIMIZATION for ACCEL_COMPILER
2017-08-03 Tom de Vries <tom@codesourcery.com>
PR lto/81430
* tree-streamer-in.c (lto_input_ts_function_decl_tree_pointers): If
ACCEL_COMPILER, apply finish_options on
DECL_FUNCTION_SPECIFIC_OPTIMIZATION.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/tree-streamer-in.c