No Subject

Miloslav GRUNDMANN grundman@mip.ups-tlse.fr
Mon Nov 10 02:57:00 GMT 1997


//
//	gcc version egcs-2.90.14 971023 (gcc2-970802 experimental)
//	g++ -c -freg-struct-return bug.C does not compile
//
//	class smanip<int> setbase(int) : Internal compiler error
//
//

#include <iomanip.h> 

void main()
{
cout << setbase(3) << endl;
}



More information about the Gcc-bugs mailing list