[multiple changes]
authorArnaud Charlet <charlet@gcc.gnu.org>
Fri, 8 Sep 2017 10:18:12 +0000 (12:18 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Fri, 8 Sep 2017 10:18:12 +0000 (12:18 +0200)
commit17d7aa85b71369de1a340db1f28575316703032b
treeffd0af3f56a4814a3b475809520e46ad2117b1d9
parentae5115dd461d00506776bc76bb8f03e8129ac683
[multiple changes]

2017-09-08  Bob Duff  <duff@adacore.com>

* exp_intr.adb (Add_Source_Info): Do not decode
file names; they were not encoded in the first place.

2017-09-08  Bob Duff  <duff@adacore.com>

* a-tags.adb (Internal_Tag): Unsuppress checks, so we get
exceptions instead of crashes. Check for absurdly long strings
and empty strings. Empty strings cause trouble because they can
have super-null ranges (e.g. 100..10), which causes Ext_Copy to
be empty, which causes an array index out of bounds.
* s-ststop.adb (Input): Unsuppress checks, so we get exceptions
instead of crashes.

2017-09-08  Arnaud Charlet  <charlet@adacore.com>

* sem_util.adb (Is_CCT_Instance): allow use in
the context of protected types.

2017-09-08  Arnaud Charlet  <charlet@adacore.com>

* a-tigeli.adb: minor remove extra whitespace.

From-SVN: r251885
gcc/ada/ChangeLog
gcc/ada/a-tags.adb
gcc/ada/a-tigeli.adb
gcc/ada/exp_intr.adb
gcc/ada/s-ststop.adb
gcc/ada/sem_util.adb