[wwwdocs] Update changes.html

Gerald Pfeifer gerald@pfeifer.com
Mon May 11 16:04:00 GMT 2015


Hi Marek,

On Mon, 11 May 2015, Marek Polacek wrote:
> Ok to commit?

as maintainer I am happy for you to commit documentation/web changes
without approval, though I am also happy to review.

> +<h2 id="general">General Optimizer Improvements</h2>
> +  <ul>
> +    <li>UndefinedBehaviorSanitizer gained a new sanitization option:
> +    <ul>
> +      <li><code>-fsanitize=bounds-strict</code>: enables strict checking
> +	  of array bounds.  In particular, it enables
> +	  <code>-fsanitize=bounds</code> as well as instrumentation of
> +	  flexible array member-like arrays.</li>
> +    </ul>
> +  </ul>

Here I'm wondering whether the nested list could just be merged
into the primary item (and I'd omit the colon before "enables").

> +    <li>It is possible to disable warnings when an initialized field of
> +	a structure or an union with side effects is being overridden when
> +	using designated initializers via a new warning option
> +	<code>-Woverride-init-side-effects</code>.</li>

"a union".  English can be tricky for us non-native speakers at 
times, since usually you would use "an" before "u", except when 
that "u" is pronounced as a consonant or a syllable starting with 
one.  And the "u" in "union" actually is prounced as "you-nion".

Gerald



More information about the Gcc-patches mailing list