diff mbox

[wwwdocs] User generic bug references in GCC 4.5 release notes

Message ID alpine.LNX.2.00.1208042313320.3055@gerinyyl.fvgr
State New
Headers show

Commit Message

Gerald Pfeifer Aug. 4, 2012, 9:14 p.m. UTC
On Mon, 23 Apr 2012, Gerald Pfeifer wrote:
> This fixes two more occurrences per Rainer's earlier observation.

And this should be the last occurrence in our tree.

Applied.

Gerald
diff mbox

Patch

Index: htdocs/gcc-4.5/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.5/changes.html,v
retrieving revision 1.105
diff -u -3 -p -r1.105 changes.html
--- htdocs/gcc-4.5/changes.html	2 Jul 2012 09:11:34 -0000	1.105
+++ htdocs/gcc-4.5/changes.html	4 Aug 2012 21:13:16 -0000
@@ -103,7 +103,7 @@ 
     <li id="mpcopts">GCC has been integrated with the <a
     href="http://www.multiprecision.org/">MPC</a> library.  This
     allows GCC to evaluate complex arithmetic at compile time <a
-    href="http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30789">more
+    href="http://gcc.gnu.org/PR30789">more
     accurately</a>.  It also allows GCC to evaluate calls to complex
     built-in math functions having constant arguments and replace them
     at compile time with their mathematically equivalent results.  In