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]

PATCH: Fix ptrmem4.C on 3.3 branch


I should have backported this change to the testsuite from the
mainline.

Thanks to Geoff's regression-checker, I got notified of my mistake.

Applied on the branch.

--
Mark Mitchell
CodeSourcery, LLC
mark@codesourcery.com

2003-10-07  Mark Mitchell  <mark@codesourcery.com>

	* g++.dg/template/ptrmem4.C: Revise in view of fixes for PR
	c++/10147.

Index: g++.dg/template/ptrmem4.C
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/g++.dg/template/ptrmem4.C,v
retrieving revision 1.1.2.1
diff -c -5 -p -r1.1.2.1 ptrmem4.C
*** g++.dg/template/ptrmem4.C	31 Jan 2003 16:35:40 -0000	1.1.2.1
--- g++.dg/template/ptrmem4.C	8 Oct 2003 06:23:32 -0000
*************** struct SpyExample
*** 14,20 ****
    void inputs();
  };
  
  void SpyExample::ready()
  {
!   queryAliases(inputs);	// { dg-error "convert" }
  }
--- 14,20 ----
    void inputs();
  };
  
  void SpyExample::ready()
  {
!   queryAliases(inputs);	// { dg-error "" }
  }


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