]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config/nvptx/nvptx.c (nvptx_option_override): Don't kill debug level.
authorNathan Sidwell <nathan@acm.org>
Wed, 9 Mar 2016 13:33:03 +0000 (13:33 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Wed, 9 Mar 2016 13:33:03 +0000 (13:33 +0000)
From-SVN: r234083

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

index f72c20ae7c2b336fa1611755d1786eff87316bcc..2b0801a4ee4274804fda5c28be3ddba68f1dec30 100644 (file)
@@ -1,3 +1,7 @@
+2016-03-09  Nathan Sidwell  <nathan@acm.org>
+
+       * config/nvptx/nvptx.c (nvptx_option_override): Don't kill debug level.
+
 2016-03-09  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
 
        * config/i386/i386.c (processor_target_table): Fix cost table
index 33b495ffcd94b792c0f2c82184d52c533dfa813c..1672426ea3c12b1e5ae8e8009063da2957165ecb 100644 (file)
@@ -164,11 +164,6 @@ nvptx_option_override (void)
     /* The stabs testcases want to know stabs isn't supported.  */
     sorry ("stabs debug format not supported");
 
-  /* Actually we don't have any debug format, but don't be
-     unneccesarily noisy.  */
-  write_symbols = NO_DEBUG;
-  debug_info_level = DINFO_LEVEL_NONE;
-
   if (nvptx_optimize < 0)
     nvptx_optimize = optimize > 0;