[nvptx] Don't emit sorry for the stabs debug format
authorThomas Schwinge <thomas@codesourcery.com>
Mon, 21 Mar 2016 15:31:50 +0000 (16:31 +0100)
committerThomas Schwinge <tschwinge@gcc.gnu.org>
Mon, 21 Mar 2016 15:31:50 +0000 (16:31 +0100)
* config/nvptx/nvptx.c (nvptx_option_override): Don't emit sorry
for the stabs debug format.

Co-Authored-By: Alexander Monakov <amonakov@ispras.ru>
From-SVN: r234370

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

index fc480c72ebc8ee7231b5a5e15aade9a5a7f65f0a..b45acc50aa55888f8db5d16e381985be103a8a02 100644 (file)
@@ -1,3 +1,9 @@
+2016-03-21  Thomas Schwinge  <thomas@codesourcery.com>
+           Alexander Monakov  <amonakov@ispras.ru>
+
+       * config/nvptx/nvptx.c (nvptx_option_override): Don't emit sorry
+       for the stabs debug format.
+
 2016-03-21  Richard Biener  <rguenther@suse.de>
 
        PR tree-optimization/70310
index 1672426ea3c12b1e5ae8e8009063da2957165ecb..b088cf89bb9669ac1fff33406ce54b5008ef35fe 100644 (file)
@@ -160,10 +160,6 @@ nvptx_option_override (void)
   /* Assumes that it will see only hard registers.  */
   flag_var_tracking = 0;
 
-  if (write_symbols == DBX_DEBUG)
-    /* The stabs testcases want to know stabs isn't supported.  */
-    sorry ("stabs debug format not supported");
-
   if (nvptx_optimize < 0)
     nvptx_optimize = optimize > 0;