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]

Re: Multiple inheritance bug (ICE 980715)


> BTW, I take it the ICE number is the date the error was previously
> found.  Am I correct in this and should I submit bug reports for
> numbered ICEs?

Numbered ICEs are 'this should never happen' conditions. If they do
happen, we certainly want to know about it.

The date gives an indication how long this specific condition check
has been in the compiler. In this specific code (which I believe is
incorrect), nobody had expected that ambiguous members could passed to
Koenig lookup.

Regards,
Martin


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