On Thu, Feb 14, 2019 at 11:33 PM Paulo Matos <pmatos@linki.tools> wrote:
> Are global variables not supposed to alias each other?
> If I indeed do that, gcc still won't group loads and stores:
> https://cx.rv8.io/g/rFjGLa

I meant something like
struct foo_t x, y;
and now they clearly don't alias.  As global pointers they may still alias.

Jim

Reply via email to