https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105724
Bug ID: 105724 Summary: [11 regression] gcc.dg/pr105140.c fails after r11-10012-g740d64815c6c8a Product: gcc Version: 11.3.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: testsuite Assignee: unassigned at gcc dot gnu.org Reporter: seurer at gcc dot gnu.org Target Milestone: --- g:740d64815c6c8afff5e92fff0f5e9e600361ff75, r11-10012-g740d64815c6c8a make -k check-gcc RUNTESTFLAGS="dg.exp=gcc.dg/pr105140.c" FAIL: gcc.dg/pr105140.c (test for excess errors) # of unexpected failures 1 spawn -ignore SIGHUP /home/seurer/gcc/git/build/gcc-11-test/gcc/xgcc -B/home/seurer/gcc/git/build/gcc-11-test/gcc/ /home/seurer/gcc/git/gcc-11-test/gcc/testsuite/gcc.dg/pr105140.c -fdiagnostics-plain-output -Os -w -Wno-psabi -S -o pr105140.s^M /home/seurer/gcc/git/gcc-11-test/gcc/testsuite/gcc.dg/pr105140.c: In function 'foo':^M /home/seurer/gcc/git/gcc-11-test/gcc/testsuite/gcc.dg/pr105140.c:16:3: error: AltiVec argument passed to unprototyped function^M compiler exited with status 1 This is most likely the same as pr105147 backported without the fix for that. commit 740d64815c6c8afff5e92fff0f5e9e600361ff75 (HEAD, refs/bisect/bad) Author: Richard Biener <rguent...@suse.de> Date: Mon Apr 4 10:20:05 2022 +0200 middle-end/105140 - fix bogus recursion in fold_convertible_p (cherry picked from commit eaaf77dd85c333b116111bb1ae6c080154a4e411)