This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Where does the C standard describe overflow of signedintegers?
- From: Paul Schlie <schlie at comcast dot net>
- To: Georg Bauhaus <bauhaus at futureapps dot de>,Dave Korn <dave dot korn at artimi dot com>
- Cc: <gcc at gcc dot gnu dot org>
- Date: Sat, 16 Jul 2005 10:26:36 -0400
- Subject: Re: Where does the C standard describe overflow of signedintegers?
> From: Georg Bauhaus <bauhaus@futureapps.de>
> 2) if putting local variables in registers becomes impossible
> there will be a significant cost. I wanted to get an impression
> of the cost. That's the reason for writing volatile in the
> declaration lines. Just for demo.)
I believe that was just a miss-statement, as I don't believe there's any
relationship between the two.