bug-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

compiler error


From: Han-Wen Nienhuys
Subject: compiler error
Date: Tue, 26 Sep 2000 17:19:13 +0200 (CEST)

this is on stock redhat 7.0;



class Foo {
  void da();
};
void
Foo::bar ()
{
  da();
}




cd /users/hanwen/
make -k bla.o
g++    -c -o bla.o bla.cc
bla.cc:4: warning: all member functions in class `Foo' are private
bla.cc:7: no `void Foo::bar ()' member function declared in class `Foo'
bla.cc: In method `void Foo::bar ()':
bla.cc:8: Internal error: Segmentatie fout.
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make: *** [bla.o] Fout 1

--
Han-Wen Nienhuys   |   address@hidden    | http://www.cs.uu.nl/~hanwen/






reply via email to

[Prev in Thread] Current Thread [Next in Thread]