[Bug tree-optimization/115991] [15 Regression] ICE on linux-6.10 in ix86_print_operand_address_as()

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Jul 18 22:56:21 GMT 2024


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

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
It is ok on aarch64:
  ivtmp.16_6 = (unsigned long) &hdr;

I didn't look into why x86 choices unsigned int and why aarch64 choises
unsigned long though.


More information about the Gcc-bugs mailing list