Commit 8a1239ac by Steven Bosscher

* ree.c (struct ext_cand): Remove GTY markers.

From-SVN: r194310
parent 9b1baeef
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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment