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

--- Comment #3 from CTC <19373742 at buaa dot edu.cn> ---
Another related and smaller reproducer:

# cat tmp.i
a;
*const b;
main() { a != *b; }

Reply via email to