Commit a608debe by Jakub Jelinek Committed by Jakub Jelinek

cp-tree.h (struct tinst_level): Add chain_next GTY markup.

	* cp-tree.h (struct tinst_level): Add chain_next GTY
	markup.

From-SVN: r174816
parent 49931fcb
2011-06-08 Jakub Jelinek <jakub@redhat.com>
* cp-tree.h (struct tinst_level): Add chain_next GTY
markup.
2011-06-08 Jason Merrill <jason@redhat.com>
PR c++/49322
......
......@@ -4635,7 +4635,7 @@ struct cp_declarator {
};
/* A level of template instantiation. */
struct GTY(()) tinst_level {
struct GTY((chain_next ("%h.next"))) tinst_level {
/* The immediately deeper level in the chain. */
struct tinst_level *next;
......
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