Disable -gstatement-frontiers for nvptx
authorTom de Vries <tom@codesourcery.com>
Wed, 27 Dec 2017 07:49:51 +0000 (07:49 +0000)
committerTom de Vries <vries@gcc.gnu.org>
Wed, 27 Dec 2017 07:49:51 +0000 (07:49 +0000)
2017-12-27  Tom de Vries  <tom@codesourcery.com>

* config/nvptx/nvptx.c (nvptx_option_override): Disable
-gstatement-frontiers.

From-SVN: r256007

gcc/ChangeLog
gcc/config/nvptx/nvptx.c

index 2df0a20..d14bd93 100644 (file)
@@ -1,3 +1,8 @@
+2017-12-27  Tom de Vries  <tom@codesourcery.com>
+
+       * config/nvptx/nvptx.c (nvptx_option_override): Disable
+       -gstatement-frontiers.
+
 2017-12-26  Alexander Monakov  <amonakov@ispras.ru>
 
        PR rtl-optimization/83513
index cce0a55..e024570 100644 (file)
@@ -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.  */