This is the mail archive of the gcc@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-bugs summary


After going through all of Robert's test cases, here's what I got as
real bugs in egcs:

100: type of n1 should be XBase<MyClass::ZN, MyClass::ZA>::n_iter,
    i.e. XBase::Net::n_iter, i.e. 
    Base< YN<MyClass::ZN, MyClass::ZA>, YA<MyClass::ZN, MyClass::ZA> >::n_iter
    and not
    Base<MyClass::ZN,MyClass::ZA>::n_iter
102: ICE
117: pointer arithmetic is incorrect (runtime error)
127: ICE 40
26,96:  static member function not recognized as friend
36:  float() not supported
40:  won't convert 1 to double
43:  various template functions not recognized properly
49:  there are no conflicting types in this code
56:  ICE
70:  g++ selects wrong operator: [over.match.funcs]/4 (converter is considered
     as a member of Y). Call is ambiguous?
72:  implicit typename not inserted
76:  passing bitfields by reference gives bogus error

Still open:
27:  I can't make sense out of this code. The code is clearly in error,
     but this is probably not the error the submitter was talking about.

I won't have much time to look into the bugs much further for the
coming weeks.

Martin


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