testsuite/102517 - fix FAIL of gcc.dg/pr78408-1.c with OImode availability
authorRichard Biener <rguenther@suse.de>
Wed, 29 Sep 2021 12:32:32 +0000 (14:32 +0200)
committerRichard Biener <rguenther@suse.de>
Wed, 29 Sep 2021 12:35:13 +0000 (14:35 +0200)
commitb34fa88becb6367229074f25ef9e2de6f4594b58
tree012bc71bdd736d8fa694c872ccd4b4aea4c16581
parent4c7731081647c22cbd249dc0faa20c3df9ed6411
testsuite/102517 - fix FAIL of gcc.dg/pr78408-1.c with OImode availability

This fixes the testcase which looks for variants of memcpy after
memset folding which is disturbed when we expand the memcpy inline
earlier which in fact performs the desired optimization but makes
the dump file not match.  For the ease of testing the following
adjusts the smaller structure size to be no longer power-of-two
which avoids the inline expansion.

2021-09-29  Richard Biener  <rguenther@suse.de>

PR testsuite/102517
* gcc.dg/pr78408-1.c: Make S not power-of-two size.
gcc/testsuite/gcc.dg/pr78408-1.c