[Bug testsuite/112688] [14 Regression] testcases: gcc.target/aarch64/movk.c and vmulxd_*_2.c need to updated after r14-5628-g53ba8d669550d3
cvs-commit at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sat Nov 25 21:36:56 GMT 2023
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112688
--- Comment #2 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The trunk branch has been updated by Andrew Pinski <pinskia@gcc.gnu.org>:
https://gcc.gnu.org/g:8d559a9b85d9a6de4f358171178a74605f554082
commit r14-5845-g8d559a9b85d9a6de4f358171178a74605f554082
Author: Andrew Pinski <quic_apinski@quicinc.com>
Date: Tue Nov 21 18:25:24 2023 -0800
Fix gcc.target/aarch64/movk.c testcase after IPA-VRP improvement for return
values
The problem here is dummy_number_generator returns a constant which IPA VRP
is now able
propagate that so we need to mark the funciton as noipa to stop that.
gcc/testsuite/ChangeLog:
PR testsuite/112688
* gcc.target/aarch64/movk.c: Add noipa on dummy_number_generator
and remove -fno-inline option.
Signed-off-by: Andrew Pinski <quic_apinski@quicinc.com>
More information about the Gcc-bugs
mailing list