[Bug target/93808] [9 Regression] [SH] Ruby crashes with 'Illegal Instruction' with -fcrossjumping

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Feb 20 19:25:00 GMT 2020


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

--- Comment #17 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
In the original code we have:
 if ((uintptr_t)p % 4) {
     int l = 4 - (uintptr_t)p % 4;
     p += l;
     switch (l) {

l range should be 0...3


More information about the Gcc-bugs mailing list