Bug in loop optimize (invalid postinc to preinc transformation)

Richard Kenner kenner@vlsi1.ultra.nyu.edu
Thu Dec 28 01:14:00 GMT 2000


    > Overflow of *unsigned* types is well-defined.  

    Indeed.  But I don't think pointers are unsigned by default, are they?

The implementation of pointers is indeed unsigned on most machines,but
they are not "unsigned types", which would mean integral unsigned types.
So overflow is indeed undefined.


More information about the Gcc mailing list