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

Re: Unsure about a new warning in mainline


Manuel López-Ibáñez wrote:

Sorry, please disregard my message: I was inadvertently using an old
compiler (2007-01-06)

So now you are getting both warning messages?

Definitely I'm getting both:


warning.cc: In function 'int main()':
warning.cc:3: warning: integer overflow in expression
warning.cc:3: warning: overflow in implicit constant conversion
warning.cc:4: warning: integer overflow in expression

I don't understand why anything should have changed. Perhaps the
TREE_CONSTANT_OVERFLOW changes or my changes broke something for a
while...

I don't know. I'm pretty sure I can exclude local changes...


Thanks,
Paolo.


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