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 tree-optimization/71264] [4.9/5/6 Regression] ICE in convert_move


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

--- Comment #9 from Richard Biener <rguenth at gcc dot gnu.org> ---
Does adding

  ptr = __builtin_assume_alinged (alignof (footype), ptr);
  mask = __builtin_assume_aligned (alignof (footype), mask);

help?

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