/* -O2 */ int dialog_calendar(int state) { int *obj = (state == 1 ? &state : 0); return (obj == &state); }
(This is peak-gcc-src/gcc/testsuite/gcc.c-torture/compile/pr38564.c). I cannot reproduce this anymore.