https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110170
--- Comment #15 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by hongtao Liu <[email protected]>: https://gcc.gnu.org/g:e5c64efb1367459dbc2d2e29856f23908cb503c1 commit r14-2432-ge5c64efb1367459dbc2d2e29856f23908cb503c1 Author: liuhongt <[email protected]> Date: Tue Jul 11 21:21:03 2023 +0800 Fix typo in the testcase. Antony Polukhin 2023-07-11 09:51:58 UTC 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()` gcc/testsuite/ChangeLog: PR target/110170 * g++.target/i386/pr110170.C: Fix typo.
