From d7cb47b448ef3d183f006a2f5dd6ac1f77ec20ad Mon Sep 17 00:00:00 2001 From: Arnaud Charlet Date: Wed, 19 Feb 2014 16:05:43 +0100 Subject: [multiple changes] 2014-02-19 Robert Dewar * sem_ch5.adb, sem_prag.adb, sem_attr.adb: Minor reformatting. * debug.adb: Remove -gnatd.X switch, no longer used. * styleg.adb (Check_Then): Remove check of -gnatd.X, check is now always made. 2014-02-19 Bob Duff * g-socket.ads: Minor: Correct some comments. From-SVN: r207907 --- gcc/ada/debug.adb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'gcc/ada/debug.adb') diff --git a/gcc/ada/debug.adb b/gcc/ada/debug.adb index 2ab5735..11237e2 100644 --- a/gcc/ada/debug.adb +++ b/gcc/ada/debug.adb @@ -141,7 +141,7 @@ package body Debug is -- d.U Ignore indirect calls for static elaboration -- d.V -- d.W Print out debugging information for Walk_Library_Items - -- d.X Activate check on THEN appearing in wrong place + -- d.X -- d.Y -- d.Z @@ -664,10 +664,6 @@ package body Debug is -- the order in which units are walked. This is primarily for use in -- debugging CodePeer mode. - -- d.X Activates check for proper placement of THEN in -gnatyi mode. A - -- THEN keyword must appear on the same line as IF, or on a separate - -- line all on its own, lined up with the IF. - -- d1 Error messages have node numbers where possible. Normally error -- messages have only source locations. This option is useful when -- debugging errors caused by expanded code, where the source location -- cgit v1.1