[Bug testsuite/126923] Additional testsuite failures when configured with --with-arch=native --with-cpu=native
"cvs-commit at gcc dot gnu.org via Gcc-bugs" <[email protected]>
| Newsgroups | gmane.comp.gcc.bugs |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126923 --- Comment #21 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by H.J. Lu <[email protected]>: https://gcc.gnu.org/g:729f9243623fb020b3e119f5e5911e99f75375ec commit r17-3490-g729f9243623fb020b3e119f5e5911e99f75375ec Author: H.J. Lu <[email protected]> Date: Fri Aug 21 04:33:55 2026 +0800 widen_mult_high_chain.c: Scan both mulq and mulx When BMI2 is enabled by default, both mulq and mulx can be generated. Update widen_mult_high_chain.c to scan both mulq and mulx. PR testsuite/126923 * gcc.target/i386/widen_mult_high_chain.c: Scan both mulq and mulx. Signed-off-by: H.J. Lu <[email protected]>