From: tschwinge Date: Mon, 21 Mar 2016 15:31:50 +0000 (+0000) Subject: [nvptx] Don't emit sorry for the stabs debug format X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5f3838e1bfb0803366287aeccb75331d83d3edb7;p=thirdparty%2Fgcc.git [nvptx] Don't emit sorry for the stabs debug format * config/nvptx/nvptx.c (nvptx_option_override): Don't emit sorry for the stabs debug format. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@234370 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index fc480c72ebc8..b45acc50aa55 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2016-03-21 Thomas Schwinge + Alexander Monakov + + * config/nvptx/nvptx.c (nvptx_option_override): Don't emit sorry + for the stabs debug format. + 2016-03-21 Richard Biener PR tree-optimization/70310 diff --git a/gcc/config/nvptx/nvptx.c b/gcc/config/nvptx/nvptx.c index 1672426ea3c1..b088cf89bb96 100644 --- a/gcc/config/nvptx/nvptx.c +++ b/gcc/config/nvptx/nvptx.c @@ -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;