re PR middle-end/16417 (crappy code (gcc.c-torture/compile/20020210-1.c) in arguments...
[gcc.git] / gcc / c-tree.h
index 5415ee079b60b99ec088d081f9f625ff4d688be0..43001ca0aa54d3f81bf5df4ea6dc3faf512293d4 100644 (file)
@@ -41,10 +41,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 
 struct lang_decl GTY(())
 {
-  /* The return types and parameter types may have variable size.
-     This is a list of any SAVE_EXPRs that need to be evaluated to
-     compute those sizes.  */
-  tree pending_sizes;
+  char dummy;
 };
 
 /* In a RECORD_TYPE or UNION_TYPE, nonzero if any component is read-only.  */