From: Nathan Sidwell Date: Wed, 9 Mar 2016 13:33:03 +0000 (+0000) Subject: * config/nvptx/nvptx.c (nvptx_option_override): Don't kill debug level. X-Git-Tag: basepoints/gcc-7~514 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e80c4d476053c4f0eee6bd9d10465e405b73e4a;p=thirdparty%2Fgcc.git * config/nvptx/nvptx.c (nvptx_option_override): Don't kill debug level. From-SVN: r234083 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f72c20ae7c2b..2b0801a4ee42 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2016-03-09 Nathan Sidwell + + * config/nvptx/nvptx.c (nvptx_option_override): Don't kill debug level. + 2016-03-09 Venkataramanan Kumar * config/i386/i386.c (processor_target_table): Fix cost table diff --git a/gcc/config/nvptx/nvptx.c b/gcc/config/nvptx/nvptx.c index 33b495ffcd94..1672426ea3c1 100644 --- a/gcc/config/nvptx/nvptx.c +++ b/gcc/config/nvptx/nvptx.c @@ -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;