From: nathan 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-Url: http://git.ipfire.org/?a=commitdiff_plain;h=efba66740a2a0e5a4f8b26c6e780129a2dfcc8ae;p=thirdparty%2Fgcc.git * config/nvptx/nvptx.c (nvptx_option_override): Don't kill debug level. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@234083 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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;