-funsafe-loop-optimizations

Richard Kenner kenner@vlsi1.ultra.nyu.edu
Sat Jan 1 00:36:00 GMT 2005


    In particular programs that might get misscompiled with
    -funsafe-loop-optimizations are usually not portable,
    since they depend on exact sizes of types.

Note that depending on exact sizes of types is only non-portable if
you use the standard types (e.g., "int" in C).  If you use types that
specific explicit sizes, it is portable.



More information about the Gcc mailing list