From: Hans-Peter Nilsson Date: Fri, 3 Mar 2023 20:21:29 +0000 (+0100) Subject: doc: Document testsuite check_effective_target_tail_call X-Git-Tag: basepoints/gcc-14~694 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=318c9101a3bc24e4cd1a89eeb52531988a11c89f;p=thirdparty%2Fgcc.git doc: Document testsuite check_effective_target_tail_call Spot-checked the PDF output for sanity. * doc/sourcebuild.texi: Document check_effective_target_tail_call. --- diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index c348a1e47cc3..80bef7f0a0e2 100644 --- a/gcc/doc/sourcebuild.texi +++ b/gcc/doc/sourcebuild.texi @@ -2844,6 +2844,9 @@ Target supports named sections. Target uses natural alignment (aligned to type size) for types of 32 bits or less. +@item tail_call +Target supports tail-call optimizations. + @item target_natural_alignment_64 Target uses natural alignment (aligned to type size) for types of 64 bits or less.