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]

egcs still broken


This is a minimum test case:

  class bug {
  public:
    virtual void purevirtual()=0;
  };
  main() { }

Compiling this on my alphaev56-unknown-linux-gnu box with the cc1plus
from today's egcs yields:

  /tmp/cc4FpBam: In function `global constructors keyed to main':
  t.C(.text+0xa0): undefined reference to `bug::purevirtual(void)'
  collect2: ld returned 1 exit status

Felix


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