egcs bug

Josh Bertram jbertram@bydgoszcz.cs.iastate.edu
Sun Feb 21 16:52:00 GMT 1999


Apparently, I found a bug:
In file included from gaptracker.C:1:
gaptracker.h:18: warning: ANSI C++ forbids initialization of member `m_W'
gaptracker.h:18: Internal compiler error.
gaptracker.h:18: Please submit a full bug report to `egcs-bugs@cygnus.com'.

Here's the code that caused the bug:
class gaptracker
{
  // unimportant stuff
 private:
  window m_W( WINDOW_SIZE, WINDOW_SIZE, "Sensor Based Viewpoint");
};



Yours,
Josh - jbertram@iastate.edu


More information about the Gcc-bugs mailing list