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 rtl-optimization/66444] [5/6 Regression] Miscompilation of Xen since r211078


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

--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
The 0xe000000000UL constant is probably not very good for ilp32 targets.  Try
some < 4GB one if it still reproduces without the patch, or conditionalize it
on __SIZEOF_POINTER__.


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