diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2df0a20bbc4..d14bd93542d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2017-12-27 Tom de Vries + + * config/nvptx/nvptx.c (nvptx_option_override): Disable + -gstatement-frontiers. + 2017-12-26 Alexander Monakov PR rtl-optimization/83513 diff --git a/gcc/config/nvptx/nvptx.c b/gcc/config/nvptx/nvptx.c index cce0a555812..e0245703617 100644 --- a/gcc/config/nvptx/nvptx.c +++ b/gcc/config/nvptx/nvptx.c @@ -177,6 +177,8 @@ nvptx_option_override (void) if (!global_options_set.x_flag_toplevel_reorder) flag_toplevel_reorder = 1; + debug_nonbind_markers_p = 0; + /* Set flag_no_common, unless explicitly disabled. We fake common using .weak, and that's not entirely accurate, so avoid it unless forced. */