This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug lto/81430] nvptx acceleration compilation broken because of running pass_partition_blocks


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]