2015-06-25 Andrew MacLeod <amacleod@redhat.com>
commit54cef8b2c6aca00172697b4fd5b9b6a2e4565d01
authoramacleod <amacleod@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 25 Jun 2015 17:03:33 +0000 (25 17:03 +0000)
committeramacleod <amacleod@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 25 Jun 2015 17:03:33 +0000 (25 17:03 +0000)
tree0ec323ad3253632e0ab13e7619c3a7de99413f1e
parenta3c76fda3034a5890bdb8dd753e6ebbb2b69eaeb
2015-06-25  Andrew MacLeod  <amacleod@redhat.com>

* tree-core.h (struct tree_optimization_option): Make opts a pointer to
struct cl_optimization.
* tree.h (TREE_OPTIMIZATION): Return the pointer, not the address of it.
* tree.c (make_node_stat): Allocate cl_optimization struct.
(copy_node_stat): Allocate and copy cl_optimization struct.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@224952 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/tree-core.h
gcc/tree.c
gcc/tree.h