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]

Re: PATCH for template-id expressions and Koenig lookup


>>>>> "Ellak" == Ellak Somfai <ellak@ginevra.physics.lsa.umich.edu> writes:

    Ellak> Sorry, with the patch the originally submitted bug code
    Ellak> still dies, although with a different number:

You might have a different test case in mind.  The one you submitted
was:

  template <class T> void template_fn (T);
  template <class T> void callme ( void (*)(T) );

  int main()
  {
	  callme( template_fn<double> );
  }

That does not crash for me anymore.

-- 
Mark Mitchell 			mark@markmitchell.com
Mark Mitchell Consulting	http://www.markmitchell.com


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