diff options
author | Steven Bosscher <steven@gcc.gnu.org> | 2012-12-07 22:29:01 +0000 |
---|---|---|
committer | Steven Bosscher <steven@gcc.gnu.org> | 2012-12-07 22:29:01 +0000 |
commit | 8a1239acfc0c9103059cc388132a451f7782d9e2 (patch) | |
tree | 0b7d1032e0f1834f66a0be7099339c0503434306 | |
parent | 9b1baeef25b109c08ee31724057e8a6925b80636 (diff) | |
download | gcc-8a1239acfc0c9103059cc388132a451f7782d9e2.zip gcc-8a1239acfc0c9103059cc388132a451f7782d9e2.tar.gz gcc-8a1239acfc0c9103059cc388132a451f7782d9e2.tar.bz2 |
* ree.c (struct ext_cand): Remove GTY markers.
From-SVN: r194310
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/ree.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index aa60fa6..6d4e74b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 @@ -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; |