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]

[Bug c/66086] Casting a pointer to an uintptr_t and later to a double confuses the optimizer


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66086

--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Is don't think there is a way turn back a double into a point reliability. if
pointers are 32bit and double are 64 bit, it might work. But really it is
unportable.


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