This is the mail archive of the gcc-bugs@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]

g++ Internal compiler error on Linux 2.2


Compiler version:   egcs-2.91.66
Platform:   Linux slomo.chronology.com 2.2.5-15 #1 Mon Apr 19 23:00:46 EDT 1999 i686 unknown
Command line:   g++ -c b.cxx
Error:   b.cxx: g++: Internal compiler error: program cc1plus got fatal signal 11

file:  b.cxx

Petr Spacek
pws@chronology.com

-------------------------------snip--------------------------------------
class Foo
{
public:
    const char* func1();
};

typedef const char* (Foo::*fooFunc)();

class Bar
{
public:
    void a( fooFunc ff = (fooFunc)0 );
};

void Bar::a( fooFunc ff )
{
}




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