diff --git a/gcc/ChangeLog b/gcc/ChangeLog index aa60fa69bfb7..6d4e74b3055c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2012-12-07 Steven Bosscher + + * ree.c (struct ext_cand): Remove GTY markers. + 2012-12-07 Vladimir Makarov testsuite/gcc.target/i386/pr55141.c diff --git a/gcc/ree.c b/gcc/ree.c index 8d5b0b3001e1..5bf9b66388f4 100644 --- a/gcc/ree.c +++ b/gcc/ree.c @@ -243,7 +243,7 @@ along with GCC; see the file COPYING3. If not see /* This structure represents a candidate for elimination. */ -typedef struct GTY(()) ext_cand +typedef struct ext_cand { /* The expression. */ const_rtx expr;