Remove obsolette hunk in free_lang_data_r

Jan Hubicka hubicka@ucw.cz
Mon Aug 20 11:39:00 GMT 2018


Hi,
this hunk should be obsolette now.

Bootstrapped/regtested x86_64-linux, OK?

Honza

Index: tree.c
===================================================================
--- tree.c	(revision 263586)
+++ tree.c	(working copy)
@@ -5542,11 +5565,7 @@ find_decls_types_r (tree *tp, int *ws, v
 	  tem = TYPE_FIELDS (t);
 	  while (tem)
 	    {
-	      if (TREE_CODE (tem) == FIELD_DECL
-		  || (TREE_CODE (tem) == TYPE_DECL
-		      && !DECL_IGNORED_P (tem)
-		      && debug_info_level > DINFO_LEVEL_TERSE
-		      && !is_redundant_typedef (tem)))
+	      if (TREE_CODE (tem) == FIELD_DECL)
 		fld_worklist_push (tem, fld);
 	      tem = TREE_CHAIN (tem);
 	    }



More information about the Gcc-patches mailing list