Commit a36b732a by Jason Merrill

typo

From-SVN: r229016
parent b6969536
......@@ -14049,7 +14049,7 @@ start_preparsed_function (tree decl1, tree attrs, int flags)
&& flag_lifetime_dse && DECL_CONSTRUCTOR_P (decl1)
/* We can't clobber safely for an implicitly-defined default constructor
because part of the initialization might happen before we enter the
consructor, via AGGR_INIT_ZERO_FIRST (c++/68006). */
constructor, via AGGR_INIT_ZERO_FIRST (c++/68006). */
&& !implicit_default_ctor_p (decl1))
{
/* Insert a clobber to let the back end know that the object storage
......
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