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: decimal integer constant is so large that it is unsigned


Hany Morcos wrote:
> 
> I get this warning message while using gcc then the
> compiler exists.
> 
> How do I turn this warning off or how do I make
> the compiler not exit?
> 
> This error message is generated on this code:
> 
> unsigned long x = 0xffffffff + 5;
Can you post a complete program and the error/warning messages
you get?

nathan

-- 
Dr Nathan Sidwell   ::   http://www.codesourcery.com   ::   CodeSourcery LLC
         'But that's a lie.' - 'Yes it is. What's your point?'
nathan@codesourcery.com : http://www.cs.bris.ac.uk/~nathan/ : nathan@acm.org

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