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]

Internal compiler error.


I accidentally created this bogus C++ construct:

class foo {
  public:
    foo() {}
    ~foo();
};
foo::~foo(int bar) {}

to which egcs-2.91.41 19980615 (gcc2 ss-980502 experimental) on my
Linux RedHat 5.1, kernel 2.1.108, dual P6/200 says:

bug.C: In method `foo::~foo()':
bug.C:6: Internal compiler error.
bug.C:6: Please submit a full bug report to `egcs-bugs@cygnus.com'.

is this report full enough?

regards, mark hahn.
-- 
operator may differ from spokesperson.	hahn@neurocog.lrdc.pitt.edu
					http://neurocog.lrdc.pitt.edu/~hahn/


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