This is the mail archive of the gcc-bugs@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: I have a bad day, output is not the same, in pointer to unsigned long long int bits field.



On Aug 14, 2005, at 1:57 PM, Fran wrote:


u = (unsigned long long int *) &ull;


You are violating C aliasing rules. Either use an union or -fno-strict-aliasing.


-- Pinski


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