Commit b904faa0 by Alexandre Oliva Committed by Alexandre Oliva

[libcc1] drop unused field from C++ lang_identifier

for  gcc/cp/ChangeLog

	* cp-tree.h (lang_identifier): Drop oracle_looked_up, unused.

From-SVN: r248580
parent 3d7ff728
2017-05-29 Alexandre Oliva <aoliva@redhat.com>
* cp-tree.h (lang_identifier): Drop oracle_looked_up, unused.
2017-05-29 Nathan Sidwell <nathan@acm.org> 2017-05-29 Nathan Sidwell <nathan@acm.org>
PR c++/80891 (#1,#5) PR c++/80891 (#1,#5)
......
...@@ -539,7 +539,6 @@ struct GTY(()) lang_identifier { ...@@ -539,7 +539,6 @@ struct GTY(()) lang_identifier {
cxx_binding *bindings; cxx_binding *bindings;
tree class_template_info; tree class_template_info;
tree label_value; tree label_value;
bool oracle_looked_up;
}; };
/* Return a typed pointer version of T if it designates a /* Return a typed pointer version of T if it designates a
......
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