------- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-18 18:05 ------- If you add -pedantic and compile your example, you will see that we error out instead of accepting the code.
You might want to use unsigned instead of signed as signed overflow is undefined. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22551