Internal compiler error 383.

Marco Soeima msoeima@netcabo.pt
Mon May 29 00:54:00 GMT 2000


Here is the code used:

--

#include <iostream>

class Fun {
public:
        void disp(char const *const something) { cout << (something) << endl; }
};

using Fun::disp;

int
main(void)
{
        disp("Hello World!");

        return 0;
}

--

Compiler: egcs-2.91.66 (Red Hat Linux 6.2)
Compiler options: g++ -g -Wall -ansi -pedantic fun.cpp -o fun

I hope this helps.

--
Marco Soeima


More information about the Gcc-bugs mailing list