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]

C++ compiler bug


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

on SunOS ist11 5.6 Generic_105181-11 sun4u sparc SUNW,Ultra-Enterprise

g++ -c bug.cc
bug.cc:10: Internal compiler error 980711.

bug.cc:
------8<------
namespace X {
  class B {
  public:
    int nothing_special;
  };
};


class A {
  X::C<X::B>  c;
};
------8<------


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