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]

gcc internal compiler error 109


COMMAND LINE AND OUTPUT:
> gcc foo.cc
foo.cc:3: Internal compiler error 109.
foo.cc:3: Please submit a full bug report to
`egcs-bugs@egcs.cygnus.com'.
foo.cc:3: See <URL:http://egcs.cygnus.com/faq.html#bugreport> for
details.

SOURCE of foo.cc:
class C {
  public:
    static const C c=0;  // this is evil line 3
};

GCC VERSION:
> gcc -v
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/specs

gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)

SYSTEM:
> uname -a
Linux sedona 2.2.5-15 #1 Mon Apr 19 23:00:46 EDT 1999 i686 unknown


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