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]

C++ PATCH: PR 26433


I have applied the previously posted patch for PR 26433 to the 4.1
branch, after testing on x86_64-unknown-linux-gnu.

Actually, I made one change, as below, which I also applied to
mainline.  (Without this change, the test passed even without the
patch.)

--
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713

2006-05-30  Mark Mitchell  <mark@codesourcery.com>

	PR c++/26433
	* g++.dg/template/fntry1.C: Add dg-do link.

Index: g++.dg/template/fntry1.C
===================================================================
--- g++.dg/template/fntry1.C	(revision 114207)
+++ g++.dg/template/fntry1.C	(working copy)
@@ -1,4 +1,5 @@
 // PR c++/26433
+// { dg-do link }
 
 int get_int()
 {


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