From 979ddb3303a5cce720764fcff27807ca9a322e5e Mon Sep 17 00:00:00 2001 From: charlet Date: Wed, 30 Jul 2014 12:50:43 +0000 Subject: 2014-07-30 Robert Dewar * s-tasuti.adb, s-tasuti.ads, einfo.ads, sem_prag.adb, s-taasde.adb, g-socthi-vms.adb, s-taprop-mingw.adb, s-interr.adb, s-interr-hwint.adb, g-decstr.adb, s-tasdeb-vms.adb, g-expect-vms.adb, makeutl.adb, s-interr-vms.adb, g-socthi.adb, exp_aggr.adb, s-tasdeb.adb, g-awk.adb, gnatls.adb, s-taspri-posix.ads, g-catiio.adb, s-interr-sigaction.adb, s-os_lib.adb, s-fileio.adb: Minor reformatting & code reorganization. 2014-07-30 Bob Duff * s-tassta.adb, sem_util.ads: Minor reformatting. 2014-07-30 Yannick Moy * inline.adb (Build_Body_To_Inline): Detect when subprogram has multiple returns, or not a single last return statement, in GNATprove mode. (Cannot_Inline): Simplify logic to handle case of GNATprove inlining first. 2014-07-30 Ed Schonberg * sem_ch6.adb: Stubs are not subject to inlining. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@213257 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ada/sem_util.ads | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/ada/sem_util.ads') diff --git a/gcc/ada/sem_util.ads b/gcc/ada/sem_util.ads index d9bf0bc0b75..68746d65bb0 100644 --- a/gcc/ada/sem_util.ads +++ b/gcc/ada/sem_util.ads @@ -1211,7 +1211,7 @@ package Sem_Util is -- junk -- unused -- Used to suppress warnings on names matching these patterns. The contents - -- of Name_Buffer and Name_Len are desteoyed by this call. + -- of Name_Buffer and Name_Len are destroyed by this call. type Is_LHS_Result is (Yes, No, Unknown); function Is_LHS (N : Node_Id) return Is_LHS_Result; -- cgit v1.2.1