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]

[Bug c++/54194] GCC 4.8 gives misleading suggestion about arithmetic in operand of '|'


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54194

--- Comment #2 from Manuel LÃpez-IbÃÃez <manu at gcc dot gnu.org> 2012-08-07 19:35:45 UTC ---
Use warning_at and pass down the correct location of the operator if possible,
otherwise input_location?

Of course, it would be nice to have ranges but I have given up on that.


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