optimization_default_node.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@268921
138bc75d-0d04-0410-961f-
82ee72b054a4
+2019-02-14 Ian Lance Taylor <iant@golang.org>
+
+ * go-backend.c (go_imported_unsafe): Update
+ optimization_default_node.
+
2019-02-13 Ian Lance Taylor <iant@golang.org>
* go-gcc.cc: #include "opts.h".
go_imported_unsafe (void)
{
flag_strict_aliasing = false;
+ TREE_OPTIMIZATION (optimization_default_node)->x_flag_strict_aliasing = false;
/* Let the backend know that the options have changed. */
targetm.override_options_after_change ();