From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x42f.google.com (mail-wr1-x42f.google.com [IPv6:2a00:1450:4864:20::42f]) by sourceware.org (Postfix) with ESMTPS id 7F6503835413 for ; Wed, 11 May 2022 08:54:29 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 7F6503835413 Received: by mail-wr1-x42f.google.com with SMTP id d5so1955137wrb.6 for ; Wed, 11 May 2022 01:54:29 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:mime-version :content-disposition:content-transfer-encoding; bh=THPsX7VCBoN8s7riZIkyQFN8jmW9tt9KNGF2i10dPz0=; b=GXchOeCUvSpM8+dDMTvpYWMCpHvr6sWGKKiH0hrP1iSBY/dw3oFDZ89ebIyPoyhtnb 76J+bz18NfB9aMefLA3s+SkhWcrazkx2fQConabNIWzPO06os7tvreuvgLpPgdBAnD98 Iv6kgOtJr6yOpRP0zGqIQCFOpI3mZj1wtxWaEozBs9uTZXUp8oBjhZr/RGd+UhQKmnUx c2ENiEbazISU0k9k37CYcMkyCm/gPXkwK2vZBBSdTUK6kD0TC+Us3MJnu8l0u3UYUMsx mafXNvfHdeoG34TUE9qarrsL9JoBLhiT3JtVQ8gVhezEwtmgvbX3Eqei+mObZMCQzYrg 1T2A== X-Gm-Message-State: AOAM531APcw9M24WUlXWE0JklEUGX3rofPc9QwQ/uOB43sRfUuOol7Po PEFgslY6So3lakFc+PO1hIWQmiOCjNRI4g== X-Google-Smtp-Source: ABdhPJyr9nI0peVdvtvYxoIGajbvxI2+9ppvQJx9dv764QaapV4BZx7BxA+FUvapAo3E+GOEaCVL0g== X-Received: by 2002:a05:6000:1810:b0:20a:d512:96b9 with SMTP id m16-20020a056000181000b0020ad51296b9mr21589887wrh.611.1652259268225; Wed, 11 May 2022 01:54:28 -0700 (PDT) Received: from adacore.com ([45.147.211.82]) by smtp.gmail.com with ESMTPSA id d10-20020a5d6dca000000b0020cd0762f37sm1090771wrz.107.2022.05.11.01.54.27 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 11 May 2022 01:54:27 -0700 (PDT) Date: Wed, 11 May 2022 08:54:27 +0000 From: Pierre-Marie de Rodat To: gcc-patches@gcc.gnu.org Cc: Piotr Trojanek Subject: [Ada] Fix markup in description of implementation-defined characteristics Message-ID: <20220511085427.GA2166136@adacore.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="x+6KMIRAuhnl3hBn" Content-Disposition: inline Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-13.2 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 May 2022 08:54:31 -0000 --x+6KMIRAuhnl3hBn Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Fix formatting of description lists, i.e. continuation lines are now indented like their preceding lines. Spotted while adding description of pragma Ada_2022. Tested on x86_64-pc-linux-gnu, committed on trunk gcc/ada/ * doc/gnat_rm/implementation_defined_characteristics.rst: Remove extra indent in continuation lines; indent both descriptions of Max_Picture_Length. * gnat_rm.texi: Regenerate. --x+6KMIRAuhnl3hBn Content-Type: text/x-diff; charset=utf-8 Content-Disposition: attachment; filename="patch.diff" Content-Transfer-Encoding: 8bit diff --git a/gcc/ada/doc/gnat_rm/implementation_defined_characteristics.rst b/gcc/ada/doc/gnat_rm/implementation_defined_characteristics.rst --- a/gcc/ada/doc/gnat_rm/implementation_defined_characteristics.rst +++ b/gcc/ada/doc/gnat_rm/implementation_defined_characteristics.rst @@ -54,7 +54,7 @@ See separate section on source representation. * "The semantics of an Ada program whose text is not in - Normalization Form C. See 2.1(4)." + Normalization Form C. See 2.1(4)." See separate section on source representation. @@ -227,7 +227,7 @@ Round to even is used in all such cases. * "The maximum number of chunks for a parallel generalized iterator without - a chunk_specification. See 5.5.2(10)." + a chunk_specification. See 5.5.2(10)." Feature unimplemented. @@ -286,7 +286,7 @@ There are no such limits. * "The result of Calendar.Formatting.Image if its argument represents more - than 100 hours. See 9.6.1(86)." + than 100 hours. See 9.6.1(86)." Calendar.Time_Error is raised. @@ -491,7 +491,7 @@ Unsuppress match those for the second argument of pragma Suppress. * "The cases that cause conflicts between the representation of the - ancestors of a type_declaration. See 13.1(13.1)." + ancestors of a type_declaration. See 13.1(13.1)." No such cases exist. @@ -782,19 +782,19 @@ Directories.File_Size'Last is equal to Long_Long_Integer'Last . * "The result for Directories.Size for a directory or special file. - See A.16(93)." + See A.16(93)." Name_Error is raised. * "The result for Directories.Modification_Time for a directory or special file. - See A.16(93)." + See A.16(93)." Name_Error is raised. * "The interpretation of a nonnull search pattern in Directories. - See A.16(104)." + See A.16(104)." When the ``Pattern`` parameter is not the null string, it is interpreted according to the syntax of regular expressions as defined in the @@ -804,7 +804,7 @@ See :ref:`GNAT.Regexp_(g-regexp.ads)`. * "The results of a Directories search if the contents of the directory are - altered while a search is in progress. See A.16(110)." + altered while a search is in progress. See A.16(110)." The effect of a call to Get_Next_Entry is determined by the current state of the directory. @@ -972,7 +972,7 @@ There are no such forms. * "The semantics of some attributes and functions of an entity for which - aspect Discard_Names is True. See C.5(7)." + aspect Discard_Names is True. See C.5(7)." If Discard_Names is True for an enumeration type, the Image attribute provides the image of the Pos of the literal, and Value accepts @@ -1126,13 +1126,13 @@ Unknown. * "When restriction No_Task_Termination applies to a partition, what happens - when a task terminates. See D.7(15.1)." + when a task terminates. See D.7(15.1)." Execution is erroneous in that case. * "The behavior when restriction Max_Storage_At_Blocking is violated. - See D.7(17)." + See D.7(17)." Execution is erroneous in that case. @@ -1148,10 +1148,10 @@ Execution is erroneous in that case. Execution is erroneous in that case. * "Whether the use of pragma Restrictions results in a reduction in program - code or data size or execution time. See D.7(20)." + code or data size or execution time. See D.7(20)." - Yes it can, but the precise circumstances and properties of such reductions - are difficult to characterize. + Yes it can, but the precise circumstances and properties of such reductions + are difficult to characterize. * "The value of Barrier_Limit'Last in Synchronous_Barriers. See D.10.1(4)." @@ -1166,7 +1166,7 @@ Difficult to characterize. * "The value of Min_Handler_Ceiling in Execution_Time.Group_Budgets. - See D.14.2(7)." + See D.14.2(7)." See source file :file:`a-etgrbu.ads`. @@ -1237,13 +1237,13 @@ Named Number Value "The value of ``Max_Picture_Length`` in the package ``Text_IO.Editing``. See F.3.3(16)." -64 + 64 * "The value of ``Max_Picture_Length`` in the package ``Wide_Text_IO.Editing``. See F.3.4(5)." -64 + 64 * "The accuracy actually achieved by the complex elementary @@ -1368,15 +1368,15 @@ Information on those subjects is not yet available. * "The accuracy requirements for the subprograms Solve, Inverse, - Determinant, Eigenvalues and Eigensystem for type Real_Matrix. - See G.3.1(81)." + Determinant, Eigenvalues and Eigensystem for type Real_Matrix. + See G.3.1(81)." Information on those subjects is not yet available. * "The accuracy requirements for the subprograms Solve, Inverse, - Determinant, Eigenvalues and Eigensystem for type Complex_Matrix. - See G.3.2(149)." + Determinant, Eigenvalues and Eigensystem for type Complex_Matrix. + See G.3.2(149)." Information on those subjects is not yet available. diff --git a/gcc/ada/gnat_rm.texi b/gcc/ada/gnat_rm.texi --- a/gcc/ada/gnat_rm.texi +++ b/gcc/ada/gnat_rm.texi @@ -15845,13 +15845,8 @@ See separate section on source representation. @itemize * @item - -@table @asis - -@item “The semantics of an Ada program whose text is not in - +“The semantics of an Ada program whose text is not in Normalization Form C. See 2.1(4).” -@end table @end itemize See separate section on source representation. @@ -16185,13 +16180,8 @@ Round to even is used in all such cases. @itemize * @item - -@table @asis - -@item “The maximum number of chunks for a parallel generalized iterator without - +“The maximum number of chunks for a parallel generalized iterator without a chunk_specification. See 5.5.2(10).” -@end table @end itemize Feature unimplemented. @@ -16289,13 +16279,8 @@ There are no such limits. @itemize * @item - -@table @asis - -@item “The result of Calendar.Formatting.Image if its argument represents more - +“The result of Calendar.Formatting.Image if its argument represents more than 100 hours. See 9.6.1(86).” -@end table @end itemize Calendar.Time_Error is raised. @@ -16600,13 +16585,8 @@ Unsuppress match those for the second argument of pragma Suppress. @itemize * @item - -@table @asis - -@item “The cases that cause conflicts between the representation of the - +“The cases that cause conflicts between the representation of the ancestors of a type_declaration. See 13.1(13.1).” -@end table @end itemize No such cases exist. @@ -17056,13 +17036,8 @@ Directories.File_Size’Last is equal to Long_Long_Integer’Last . @itemize * @item - -@table @asis - -@item “The result for Directories.Size for a directory or special file. - +“The result for Directories.Size for a directory or special file. See A.16(93).” -@end table @end itemize Name_Error is raised. @@ -17071,13 +17046,8 @@ Name_Error is raised. @itemize * @item - -@table @asis - -@item “The result for Directories.Modification_Time for a directory or special file. - +“The result for Directories.Modification_Time for a directory or special file. See A.16(93).” -@end table @end itemize Name_Error is raised. @@ -17086,13 +17056,8 @@ Name_Error is raised. @itemize * @item - -@table @asis - -@item “The interpretation of a nonnull search pattern in Directories. - +“The interpretation of a nonnull search pattern in Directories. See A.16(104).” -@end table @end itemize When the @code{Pattern} parameter is not the null string, it is interpreted @@ -17105,13 +17070,8 @@ See @ref{25c,,GNAT.Regexp (g-regexp.ads)}. @itemize * @item - -@table @asis - -@item “The results of a Directories search if the contents of the directory are - +“The results of a Directories search if the contents of the directory are altered while a search is in progress. See A.16(110).” -@end table @end itemize The effect of a call to Get_Next_Entry is determined by the current @@ -17526,13 +17486,8 @@ There are no such forms. @itemize * @item - -@table @asis - -@item “The semantics of some attributes and functions of an entity for which - +“The semantics of some attributes and functions of an entity for which aspect Discard_Names is True. See C.5(7).” -@end table @end itemize If Discard_Names is True for an enumeration type, the Image attribute @@ -17761,13 +17716,8 @@ Unknown. @itemize * @item - -@table @asis - -@item “When restriction No_Task_Termination applies to a partition, what happens - +“When restriction No_Task_Termination applies to a partition, what happens when a task terminates. See D.7(15.1).” -@end table @end itemize Execution is erroneous in that case. @@ -17776,13 +17726,8 @@ Execution is erroneous in that case. @itemize * @item - -@table @asis - -@item “The behavior when restriction Max_Storage_At_Blocking is violated. - +“The behavior when restriction Max_Storage_At_Blocking is violated. See D.7(17).” -@end table @end itemize Execution is erroneous in that case. @@ -17810,16 +17755,11 @@ Execution is erroneous in that case. @itemize * @item - -@table @asis - -@item “Whether the use of pragma Restrictions results in a reduction in program - +“Whether the use of pragma Restrictions results in a reduction in program code or data size or execution time. See D.7(20).” Yes it can, but the precise circumstances and properties of such reductions are difficult to characterize. -@end table @item “The value of Barrier_Limit’Last in Synchronous_Barriers. See D.10.1(4).” @@ -17841,13 +17781,8 @@ Difficult to characterize. @itemize * @item - -@table @asis - -@item “The value of Min_Handler_Ceiling in Execution_Time.Group_Budgets. - +“The value of Min_Handler_Ceiling in Execution_Time.Group_Budgets. See D.14.2(7).” -@end table @end itemize See source file @code{a-etgrbu.ads}. @@ -18000,23 +17935,15 @@ Value @item “The value of @code{Max_Picture_Length} in the package @code{Text_IO.Editing}. See F.3.3(16).” -@end itemize 64 - -@itemize * - @item “The value of @code{Max_Picture_Length} in the package @code{Wide_Text_IO.Editing}. See F.3.4(5).” -@end itemize 64 - -@itemize * - @item “The accuracy actually achieved by the complex elementary functions and by other complex arithmetic operations. See G.1(1).” @@ -18199,14 +18126,9 @@ Information on those subjects is not yet available. @itemize * @item - -@table @asis - -@item “The accuracy requirements for the subprograms Solve, Inverse, - +“The accuracy requirements for the subprograms Solve, Inverse, Determinant, Eigenvalues and Eigensystem for type Real_Matrix. See G.3.1(81).” -@end table @end itemize Information on those subjects is not yet available. @@ -18215,14 +18137,9 @@ Information on those subjects is not yet available. @itemize * @item - -@table @asis - -@item “The accuracy requirements for the subprograms Solve, Inverse, - +“The accuracy requirements for the subprograms Solve, Inverse, Determinant, Eigenvalues and Eigensystem for type Complex_Matrix. See G.3.2(149).” -@end table @end itemize Information on those subjects is not yet available. --x+6KMIRAuhnl3hBn--