This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [wwwdocs patch] more release notes fixes


On Fri, Oct 17, 2003 at 02:59:27AM +0200, Gerald Pfeifer wrote:
> On Thu, 16 Oct 2003, Joe Buck wrote:
> > This one adds three missing bugs, and moves 10900 to the 3.3.1 fix list.
> 
> The hunk adding PR12298 gave me a (patch) rejection, but I tried to apply
> it manually and committed the other parts of the patch and this change.
> 
> Would you mind double checking?

One more cleanup needed (fixes a broken link and a typo).  Please apply
this:

Index: changes.html
===================================================================
RCS file: /cvsroot/gcc/wwwdocs/htdocs/gcc-3.3/changes.html,v
retrieving revision 1.43
diff -u -r1.43 changes.html
--- changes.html	17 Oct 2003 00:58:45 -0000	1.43
+++ changes.html	17 Oct 2003 16:06:17 -0000
@@ -969,8 +969,7 @@
 <li><a href="http://gcc.gnu.org/PR3907";>3907</a> nested template parameter collides with member name</li>
 <li><a href="http://gcc.gnu.org/PR5293";>5293</a> confusing message when binding a temporary to a reference</li>
 <li><a href="http://gcc.gnu.org/PR5296";>5296</a> [DR115] Pointers to functions and to template functions behave differently in deduction</li>
-<li><a href="http://gcc.gno.org/PR7939";>7939</a> ICE on function
-template specialization</li>
+<li><a href="http://gcc.gnu.org/PR7939";>7939</a> ICE on function template specialization</li>
 <li><a href="http://gcc.gnu.org/PR8656";>8656</a> Unable to assign function with <code>__attribute__</code> and pointer return type to an appropriate variable</li>
 <li><a href="http://gcc.gnu.org/PR10147";>10147</a> Confusing error message for invalid template function argument</li>
 <li><a href="http://gcc.gnu.org/PR11400";>11400</a> std::search_n() makes assumptions about Size parameter</li>
@@ -985,7 +984,7 @@
 <li><a href="http://gcc.gnu.org/PR12266";>12266</a> incorrect instantiation of unneeded template during overload resolution</li>
 <li><a href="http://gcc.gnu.org/PR12296";>12296</a> istream::peek() doesn't set eofbit</li>
 <li><a href="http://gcc.gnu.org/PR12298";>12298</a> [sjlj exceptions] Stack unwind destroys not-yet-constructed object</li>
-<li><a href="http://gcc.gnu.org/PR12369";>12369</a> ICE ith templates and friends</li>
+<li><a href="http://gcc.gnu.org/PR12369";>12369</a> ICE with templates and friends</li>
 <li><a href="http://gcc.gnu.org/PR12337";>12337</a> apparently infinite loop in g++</li>
 <li><a href="http://gcc.gnu.org/PR12344";>12344</a> stdcall attribute ignored if function returns a pointer</li>
 <li><a href="http://gcc.gnu.org/PR12451";>12451</a> missing(late) class forward declaration in <code>cxxabi.h</code></li>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]