Re: [PATCH] strub: accept indirection of volatile pointer types [PR118007]

2024-12-19 Thread Richard Biener
On Thu, Dec 19, 2024 at 3:39 AM Alexandre Oliva wrote: > > We don't want to indirect pointers in strub wrappers, because it > generally isn't profitable, but if the argument is volatile, then we > must use indirection to preserve access patterns, so amend the > assertion check. > > Regstrapped on

[PATCH] strub: accept indirection of volatile pointer types [PR118007]

2024-12-18 Thread Alexandre Oliva
We don't want to indirect pointers in strub wrappers, because it generally isn't profitable, but if the argument is volatile, then we must use indirection to preserve access patterns, so amend the assertion check. Regstrapped on x86_64-linux-gnu. Ok to install? for gcc/ChangeLog PR mi