https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110266
--- Comment #9 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The trunk branch has been updated by Andrew Pinski <pins...@gcc.gnu.org>: https://gcc.gnu.org/g:91fb8bdb3944b78bca4f739583ff490c83a92fe7 commit r14-1872-g91fb8bdb3944b78bca4f739583ff490c83a92fe7 Author: Andrew Pinski <apin...@marvell.com> Date: Thu Jun 15 17:49:40 2023 +0000 Add another testcase for PR 110266 Since the combining of sin/cos into cexpi is depedent on the target, this adds another testcase which had failed (earlier in evpr rather than vrp2) that will fail on all targets rather than ones which have sincos or C99 math functions. Committed as obvious after a quick test. gcc/testsuite/ChangeLog: PR tree-optimization/110266 * gcc.c-torture/compile/pr110266.c: New test.