https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106010
--- Comment #7 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by hongtao Liu <liuho...@gcc.gnu.org>: https://gcc.gnu.org/g:1cc0e9a46e79e7ccc7f904b951e369b2b2647567 commit r13-1791-g1cc0e9a46e79e7ccc7f904b951e369b2b2647567 Author: liuhongt <hongtao....@intel.com> Date: Fri Jul 22 09:54:52 2022 +0800 Adjust testcase. r13-1762-gf9d4c3b45c5ed5f45c8089c990dbd4e181929c3d lower complex type move to scalars, but testcase pr23911 is supposed to scan __complex__ constant which is never available, so adjust testcase to scan IMAGPART/REALPART_EXPR constants separately. gcc/testsuite/ChangeLog PR tree-optimization/106010 * gcc.dg/pr23911.c: Scan IMAGPART/REALPART_EXPR = ** instead of __complex__ since COMPLEX_CST is lower to scalars.