diff mbox

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

Message ID 20160919182809.GD10305@gate.crashing.org
State New
Headers show

Commit Message

Segher Boessenkool Sept. 19, 2016, 6:28 p.m. UTC
On Mon, Sep 19, 2016 at 01:49:57PM -0400, Eric Gallager wrote:
> Perhaps add a link to the wiki page you created about the transition
> to LRA, for easy access?

Like this.  Thanks for the suggestion, committed.


Segher
diff mbox

Patch

Index: htdocs/gcc-7/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-7/changes.html,v
retrieving revision 1.13
diff -U 3 -r1.13 changes.html
--- htdocs/gcc-7/changes.html	19 Sep 2016 16:27:03 -0000	1.13
+++ htdocs/gcc-7/changes.html	19 Sep 2016 18:26:18 -0000
@@ -21,7 +21,8 @@ 
 <!-- .................................................................. -->
 <h2>Caveats</h2>
 <ul>
-  <li>GCC now uses LRA by default for new targets.</li>
+  <li>GCC now uses <a href="https://gcc.gnu.org/wiki/LRAIsDefault">LRA by
+      default</a> for new targets.</li>
 
   <li>The non-standard C++0x type traits
       <code>has_trivial_default_constructor</code>,