tree.c (initialize_tree_contains_struct): Make TS_OPTIMIZATION and TS_TARGET_OPTION...
authorRichard Biener <rguenther@suse.de>
Thu, 12 Jan 2017 08:13:43 +0000 (08:13 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Thu, 12 Jan 2017 08:13:43 +0000 (08:13 +0000)
commitef9d56f8acf5f46e30d46836095fb920759a2084
tree27822f867c7baf76a19854459d284ea688212eba
parentf15dbadbf6a204a48ab2f244b5b677dafa595e04
tree.c (initialize_tree_contains_struct): Make TS_OPTIMIZATION and TS_TARGET_OPTION directly derive from TS_BASE.

2017-01-12  Richard Biener  <rguenther@suse.de>

* tree.c (initialize_tree_contains_struct): Make TS_OPTIMIZATION
and TS_TARGET_OPTION directly derive from TS_BASE.
* tree-core.h (tree_optimization_option): Derive from tree_base.
(tree_target_option): Likewise.

From-SVN: r244349
gcc/ChangeLog
gcc/tree-core.h
gcc/tree.c