* ree.c (struct ext_cand): Remove GTY markers.
authorsteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 7 Dec 2012 22:29:01 +0000 (22:29 +0000)
committersteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 7 Dec 2012 22:29:01 +0000 (22:29 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@194310 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/ree.c

index aa60fa6..6d4e74b 100644 (file)
@@ -1,3 +1,7 @@
+2012-12-07  Steven Bosscher  <steven@gcc.gnu.org>
+
+       * ree.c (struct ext_cand): Remove GTY markers.
+
 2012-12-07  Vladimir Makarov  <vmakarov@redhat.com>
 
        testsuite/gcc.target/i386/pr55141.c
index 8d5b0b3..5bf9b66 100644 (file)
--- 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;