diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-07-15 10:15:49 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-07-15 10:15:49 +0000 |
commit | 7734e2ae0892bba59fb23fc710122dbca4ff590d (patch) | |
tree | b323f92ac5c08a17d70389e07bf81bf543063039 /gcc/ada/tree_in.ads | |
parent | 1c274529fc9415135a0e7895cea8389ecc9bb30b (diff) | |
download | gcc-7734e2ae0892bba59fb23fc710122dbca4ff590d.tar.gz |
2009-07-15 Sergey Rybin <rybin@adacore.com>
* tree_in.ads, output.adb, tree_io.ads: Get rid of pragmas Warnings
Off/On for with clause to System.OS_Lib - not needed any more.
2009-07-15 Ed Schonberg <schonberg@adacore.com>
* sem_warn.adb (Warn_On_Constant_Condition): if the constant condition
is a literal of a derived boolean type, it appears as an unchecked
conversion. Retrieve actual value from expression of conversion.
2009-07-15 Robert Dewar <dewar@adacore.com>
* sem_ch3.adb: Minor reformatting
* lib-xref.ads, lib-xref.adb, lib.ads, par_sco.ads, par_sco.adb,
lib-writ.ads, lib-writ.adb: Minor reformatting.
Fix problem with SCO format in ALI files
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@149674 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/tree_in.ads')
-rw-r--r-- | gcc/ada/tree_in.ads | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/ada/tree_in.ads b/gcc/ada/tree_in.ads index 5fa0735d0e5..66c590acae0 100644 --- a/gcc/ada/tree_in.ads +++ b/gcc/ada/tree_in.ads @@ -34,13 +34,7 @@ -- tools that need to read the tree to the tree reading routines, and is -- thus bound as part of such tools. --- Note: the pragma Warnings (Off) here is because ASIS compiles this unit --- without -gnatg, and System.OS_Lib is an implementation unit. This is a --- temporary kludge which will be better resolved later on ??? - -pragma Warnings (Off); with System.OS_Lib; use System.OS_Lib; -pragma Warnings (On); procedure Tree_In (Desc : File_Descriptor); -- Desc is the file descriptor for the file containing the tree, as written |