]> git.ipfire.org Git - thirdparty/gcc.git/commit
Adjust testcase.
authorliuhongt <hongtao.liu@intel.com>
Fri, 22 Jul 2022 01:54:52 +0000 (09:54 +0800)
committerliuhongt <hongtao.liu@intel.com>
Fri, 22 Jul 2022 02:06:42 +0000 (10:06 +0800)
commit1cc0e9a46e79e7ccc7f904b951e369b2b2647567
tree4228e72c886f69e8c931b30166778dc500273f58
parent605b64251c78f29da32ed807413971339f27d13b
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.
gcc/testsuite/gcc.dg/pr23911.c