This is the mail archive of the gcc@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]
Other format: [Raw text]

Re: -funsafe-loop-optimizations


    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.


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