aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2023-03-03 21:21:29 +0100
committerHans-Peter Nilsson <hp@bitrange.com>2023-03-07 02:22:46 +0100
commit318c9101a3bc24e4cd1a89eeb52531988a11c89f (patch)
treea8a35035a2a66a6a12faa70c196097dcbfef2c55 /gcc
parent7dde02e9efc9d7ecd87814f4c8ee803ef005a7fd (diff)
downloadgcc-318c9101a3bc24e4cd1a89eeb52531988a11c89f.zip
gcc-318c9101a3bc24e4cd1a89eeb52531988a11c89f.tar.gz
gcc-318c9101a3bc24e4cd1a89eeb52531988a11c89f.tar.bz2
doc: Document testsuite check_effective_target_tail_call
Spot-checked the PDF output for sanity. * doc/sourcebuild.texi: Document check_effective_target_tail_call.
Diffstat (limited to 'gcc')
-rw-r--r--gcc/doc/sourcebuild.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi
index c348a1e..80bef7f 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.