public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] Fix PR89076
@ 2019-01-28  9:37 Richard Biener
  0 siblings, 0 replies; only message in thread
From: Richard Biener @ 2019-01-28  9:37 UTC (permalink / raw)
  To: gcc-patches


Committed as obvious.

Richard.

2019-01-28  Richard Biener  <rguenther@suse.de>

	PR debug/89076
	* dwarf2out.c (gen_subprogram_die): Remove leftover from MPX
	support removal.

Index: gcc/dwarf2out.c
===================================================================
--- gcc/dwarf2out.c	(revision 268332)
+++ gcc/dwarf2out.c	(working copy)
@@ -23267,8 +23267,6 @@ gen_subprogram_die (tree decl, dw_die_re
 
 	      parm = DECL_CHAIN (parm);
 	    }
-	  else if (parm)
-	    parm = DECL_CHAIN (parm);
 
 	  if (generic_decl_parm)
 	    generic_decl_parm = DECL_CHAIN (generic_decl_parm);

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-01-28  9:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-28  9:37 [PATCH] Fix PR89076 Richard Biener

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).