https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80006
--- Comment #10 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Rainer Orth <[email protected]>: https://gcc.gnu.org/g:88d5e2fba1e32a2dc9d225439f53867722c0b7f3 commit r16-8059-g88d5e2fba1e32a2dc9d225439f53867722c0b7f3 Author: Rainer Orth <[email protected]> Date: Thu Mar 12 20:57:21 2026 +0100 testsuite: Remove xfails in gcc.dg/attr-alloc_size-11.c [PR80006] As described in PR middle-end/80006, the gcc.dg/attr-alloc_size-11.c test XPASSes on many targets: XPASS: gcc.dg/attr-alloc_size-11.c missing range info for short (test for warnings, line 51) XPASS: gcc.dg/attr-alloc_size-11.c missing range info for signed char (test for warnings, line 50) Therefore, this patch removes the xfails. Tested on i386-pc-solaris2.11, sparc-sun-solaris2.11, and x86_64-pc-linux-gnu. 2026-03-02 Rainer Orth <[email protected]> gcc/testsuite: PR tree-optimization/80006 * gcc.dg/attr-alloc_size-11.c (dg-warning): Remove xfails.
