From: Jan Hubicka Date: Mon, 23 May 2005 12:37:47 +0000 (+0200) Subject: * tree-flow.h (stmt_ann_d): Kill GTY ((skip)) mark on BB. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=52f6de6c7bcf4026fa5ec64d21993b333aa58d5f;p=gcc.git * tree-flow.h (stmt_ann_d): Kill GTY ((skip)) mark on BB. From-SVN: r100080 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c65fdfdbfef..25e9ec32955 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2005-05-23 Jan Hubicka + + * tree-flow.h (stmt_ann_d): Kill GTY ((skip)) mark on BB. + 2005-05-23 Eric Botcazou * config/sparc/sparc-protos.h (sparc_expand_move): New prototype. diff --git a/gcc/tree-flow.h b/gcc/tree-flow.h index 3fc5d98ab49..348b16d8445 100644 --- a/gcc/tree-flow.h +++ b/gcc/tree-flow.h @@ -308,7 +308,7 @@ struct stmt_ann_d GTY(()) unsigned makes_clobbering_call : 1; /* Basic block that contains this statement. */ - basic_block GTY ((skip (""))) bb; + basic_block bb; /* Operand cache for stmt. */ struct stmt_operands_d GTY ((skip (""))) operands;