https://gcc.gnu.org/g:5c3043785a5fa598ae5e289edf7e274856981f6b
commit r16-1726-g5c3043785a5fa598ae5e289edf7e274856981f6b Author: Tamar Christina <tamar.christ...@arm.com> Date: Fri Jun 27 08:23:58 2025 +0100 docs: fix a typo in used attribute documentation This fixes a small typo in the Label attributes docs. gcc/ChangeLog: * doc/extend.texi: Fix typo in unsed attribute docs. Diff: --- gcc/doc/extend.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 323a2dc1fc5a..946105d5cdcc 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -9195,7 +9195,7 @@ NoError: @item unused This feature is intended for program-generated code that may contain unused labels, but which is compiled with @option{-Wall}. It is -not normally appropriate to use in it human-written code, though it +not normally appropriate to use it in human-written code, though it could be useful in cases where the code that jumps to the label is contained within an @code{#ifdef} conditional.