https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110170
--- Comment #14 from Hongtao.liu <crazylht at gmail dot com> --- (In reply to Antony Polukhin from comment #13) > There's a typo at > https://gcc.gnu.org/git/?p=gcc.git;a=blob;f=gcc/testsuite/g%2B%2B.target/ > i386/pr110170.C;h=e638b12a5ee2264ecef77acca86432a9f24b103b; > hb=d41a57c46df6f8f7dae0c0a8b349e734806a837b#l87 > > It should be `|| !test3() || !test3r()` rather than `|| !test3() || > !test4r()` Yes, thanks for the reminder.