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]
Other format: [Raw text]

Re: c++/5719: Suspect gcc-3 to report wrong waring for 'T& T::operator+=( const T& )'


Synopsis: Suspect gcc-3 to report wrong waring for 'T& T::operator+=( const T& )'

State-Changed-From-To: open->analyzed
State-Changed-By: nathan
State-Changed-When: Fri Apr 26 09:19:06 2002
State-Changed-Why:
    yup, regression from 2.95. the code in decl.c
    seems to be checking for plain operator+ but gets
    these ones too. And seems to miss operator%

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=5719


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