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: varargs, 64-bit targets, and strict-aliasing warnings


Pointers to void and char can alias everything, forcing the compiler to
drop some optimisations.

Pointers don't alias; it's the objects they point to that do.


Only character types can alias everything; not "void types".


Segher



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