diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-08-04 10:57:32 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-08-04 10:57:32 +0000 |
commit | 5a34dd59b7777118016d690c67935cb506cd6bf7 (patch) | |
tree | d6f8f350a66150fb3508f68a68d6944ea0d841ff /gcc/ada/ChangeLog | |
parent | b90d9656658a141a8856872f5159bdad2bccafe6 (diff) | |
download | gcc-5a34dd59b7777118016d690c67935cb506cd6bf7.tar.gz |
2014-08-04 Robert Dewar <dewar@adacore.com>
* sem_ch6.adb: Minor reformatting.
2014-08-04 Ed Schonberg <schonberg@adacore.com>
* sem_prag.adb (Analyze_Pragma, case Assert and related pragmas):
Before normalizing these pragmas into a pragma Check, preanalyze
the optional Message argument, (which is subsequently copied)
so that it has the proper semantic information for ASIS use.
* sem_case.adb: Initialize flag earlier.
* osint.adb, osint.ads (Find_File): Add parameter Full_Name, used when
the full source path of a configuration file is requested.
(Read_Source_File): Use Full_Name parameter..
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@213571 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/ChangeLog')
-rw-r--r-- | gcc/ada/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 8bed0123c2e..4737fc7a9ac 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,18 @@ +2014-08-04 Robert Dewar <dewar@adacore.com> + + * sem_ch6.adb: Minor reformatting. + +2014-08-04 Ed Schonberg <schonberg@adacore.com> + + * sem_prag.adb (Analyze_Pragma, case Assert and related pragmas): + Before normalizing these pragmas into a pragma Check, preanalyze + the optional Message argument, (which is subsequently copied) + so that it has the proper semantic information for ASIS use. + * sem_case.adb: Initialize flag earlier. + * osint.adb, osint.ads (Find_File): Add parameter Full_Name, used when + the full source path of a configuration file is requested. + (Read_Source_File): Use Full_Name parameter.. + 2014-08-04 Hristian Kirtchev <kirtchev@adacore.com> * opt.ads Alphabetize various global flags. New flag |