From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2152) id 20A193858D39; Tue, 7 Mar 2023 01:23:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 20A193858D39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1678152186; bh=1P035dqkWTBbHGzRINPtOmpQ7l1LVbNWy7Ne/2zonCw=; h=From:To:Subject:Date:From; b=VbCmhEWQoHr4EOYlnHDD7wvUHJEPu4BrJxLTMj7sagPJFuRQe9OLZEFOMYLoRg1B5 GeLTzNd/bB8FKvdeyvBnmUspuvcn/JFRMfcfkDHmAMFtpoOOAwWPQ3WE24tY3BWx0M 9ofNgZSEkGg95Y+9BZxSP9Z2b/uWDoGrlcdyNGIg= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Hans-Peter Nilsson To: gcc-cvs@gcc.gnu.org Subject: [gcc r13-6513] doc: Document testsuite check_effective_target_tail_call X-Act-Checkin: gcc X-Git-Author: Hans-Peter Nilsson X-Git-Refname: refs/heads/master X-Git-Oldrev: 7dde02e9efc9d7ecd87814f4c8ee803ef005a7fd X-Git-Newrev: 318c9101a3bc24e4cd1a89eeb52531988a11c89f Message-Id: <20230307012306.20A193858D39@sourceware.org> Date: Tue, 7 Mar 2023 01:23:06 +0000 (GMT) List-Id: https://gcc.gnu.org/g:318c9101a3bc24e4cd1a89eeb52531988a11c89f commit r13-6513-g318c9101a3bc24e4cd1a89eeb52531988a11c89f Author: Hans-Peter Nilsson Date: Fri Mar 3 21:21:29 2023 +0100 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: --- gcc/doc/sourcebuild.texi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index c348a1e47cc..80bef7f0a0e 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.