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 #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
The testcase has been reduced from much larger testcase, the content of the
fn1 function matters only for the IPA-RA analysis, so can be changed to
something else, and the other functions supposedly can be defined in a
dg-additional-sources file.  Though, the hardcoding of the constant in the
pointer arithmetics makes it more difficult (the testcase would have to
simulate there is something mapped at that address (or mmap there something -
the constant can be changed to something more suitable).


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