Comment 13 for bug 75724

Revision history for this message
In , Pinskia (pinskia) wrote :

>The test runs differently when compiled with g++-3.4.6 (GCC) 3.4.6 (Gentoo 3.4.6-r2, ssp-3.4.6-1.0,
> pie-8.7.10) and g++-4.1.2 (GCC) 4.1.2 (Gentoo 4.1.2) versions of the GCC

Yes and 4.1.x result is the correct according to the standard.
"We are in default template function" should be printed because the overloaded set for visit_each in visit_each (with two arguments) is the only one because the types are not in the namespace of bugsrus.

I have not looked into the original testcase yet but the new one is correct for 4.1 (see gcc-4.1/changes.html for more info).