[PATCH, wwwdocs, committed] Update gcc-7/changes.html for LRA

Eric Gallager egall@gwmail.gwu.edu
Mon Sep 19 18:28:00 GMT 2016


On 9/19/16, Segher Boessenkool <segher@kernel.crashing.org> wrote:
> Hi!
>
> I'm committing the following for changes-7.html (and actually ran the
> w3c validator thing this time ;-) )
>
>
> Segher
>
>
> Index: htdocs/gcc-7/changes.html
> ===================================================================
> RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-7/changes.html,v
> retrieving revision 1.12
> diff -U 3 -r1.12 changes.html
> --- htdocs/gcc-7/changes.html	26 Aug 2016 18:08:49 -0000	1.12
> +++ htdocs/gcc-7/changes.html	19 Sep 2016 16:25:14 -0000
> @@ -21,6 +21,8 @@
>  <!-- ..................................................................
> -->
>  <h2>Caveats</h2>
>  <ul>
> +  <li>GCC now uses LRA by default for new targets.</li>
> +
>    <li>The non-standard C++0x type traits
>        <code>has_trivial_default_constructor</code>,
>        <code>has_trivial_copy_constructor</code> and
> @@ -265,7 +267,10 @@
>
>  <!-- <h3 id="nds32">NDS32</h3> -->
>
> -<!-- <h3 id="powerpc">PowerPC / PowerPC64 / RS6000</h3> -->
> +<h3 id="powerpc">PowerPC / PowerPC64 / RS6000</h3>
> +<ul>
> +  <li>The PowerPC port now uses LRA by default.</li>
> +</ul>
>
>  <!-- <h3 id="s390">S/390, System z, IBM z Systems</h3> -->
>
>


Perhaps add a link to the wiki page you created about the transition
to LRA, for easy access?


Eric



More information about the Gcc-patches mailing list