diff mbox

[wwwdocs] Use generic bug references in GCC 3.4 release notes

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

Commit Message

Gerald Pfeifer April 24, 2012, 1:13 a.m. UTC
This fixes two more occurrences per Rainer's earlier observation.

Installed.

Gerald
diff mbox

Patch

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.4/changes.html,v
retrieving revision 1.158
diff -u -3 -p -r1.158 changes.html
--- changes.html	24 Oct 2011 02:25:47 -0000	1.158
+++ changes.html	24 Apr 2012 01:12:47 -0000
@@ -106,7 +106,7 @@  and not your code, that is broken.</em><
         Affected users of <a href='http://www.boost.org/'>Boost</a> should
         compile single-threaded code with <code>-DBOOST_DISABLE_THREADS</code>.
         See Bugzilla for
-        <a href='http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11953'>more
+        <a href='http://gcc.gnu.org/PR11953'>more
         information</a>.
     </li>
   </ul>
@@ -129,7 +129,7 @@  and not your code, that is broken.</em><
 
 	  <p>Experiments made on i386 hardware showed an 11% speedup on
 	  <code>-O0</code> and a 7.5% speedup on <code>-O2</code> compilation of a
-	  <a href="http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8361">large C++
+	  <a href="http://gcc.gnu.org/PR8361">large C++
 	  testcase.</a></p></li>
       <li>New value profiling pass enabled via
           <code>-fprofile-values</code></li>