public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/autopar_devel] [Ada] Remove -gnatt switch processing
@ 2020-08-22 21:53 Giuliano Belinassi
  0 siblings, 0 replies; only message in thread
From: Giuliano Belinassi @ 2020-08-22 21:53 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:26959c5de48c5747096bc7a998efef3d8184834e

commit 26959c5de48c5747096bc7a998efef3d8184834e
Author: Arnaud Charlet <charlet@adacore.com>
Date:   Fri Jan 3 11:58:37 2020 +0100

    [Ada] Remove -gnatt switch processing
    
    2020-06-03  Arnaud Charlet  <charlet@adacore.com>
    
    gcc/ada/
    
            * switch-c.adb (Scan_Front_End_Switches): Remove processing of
            -gnatt.
            * usage.adb (Usage): Remove mention of -gnatt.

Diff:
---
 gcc/ada/switch-c.adb | 7 -------
 gcc/ada/usage.adb    | 5 -----
 2 files changed, 12 deletions(-)

diff --git a/gcc/ada/switch-c.adb b/gcc/ada/switch-c.adb
index 1b7259c9fcf..319188b3d75 100644
--- a/gcc/ada/switch-c.adb
+++ b/gcc/ada/switch-c.adb
@@ -1250,13 +1250,6 @@ package body Switch.C is
                Print_Standard := True;
                Ptr := Ptr + 1;
 
-            --  -gnatt (output tree)
-
-            when 't' =>
-               Ptr := Ptr + 1;
-               Tree_Output := True;
-               Back_Annotate_Rep_Info := True;
-
             --  -gnatT (change start of internal table sizes)
 
             when 'T' =>
diff --git a/gcc/ada/usage.adb b/gcc/ada/usage.adb
index 532dd5720d1..2afd3fc54ea 100644
--- a/gcc/ada/usage.adb
+++ b/gcc/ada/usage.adb
@@ -418,11 +418,6 @@ begin
    Write_Switch_Char ("S");
    Write_Line ("Print listing of package Standard");
 
-   --  Line for -gnatt switch
-
-   Write_Switch_Char ("t");
-   Write_Line ("Tree output file to be generated");
-
    --  Line for -gnatTnn switch
 
    Write_Switch_Char ("Tnn");


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-08-22 21:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-22 21:53 [gcc/devel/autopar_devel] [Ada] Remove -gnatt switch processing Giuliano Belinassi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).