r251885 - in /trunk/gcc/ada: ChangeLog a-tags.a...
charlet@gcc.gnu.org
charlet@gcc.gnu.org
Fri Sep 8 10:18:00 GMT 2017
Author: charlet
Date: Fri Sep 8 10:18:12 2017
New Revision: 251885
URL: https://gcc.gnu.org/viewcvs?rev=251885&root=gcc&view=rev
Log:
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.
Modified:
trunk/gcc/ada/ChangeLog
trunk/gcc/ada/a-tags.adb
trunk/gcc/ada/a-tigeli.adb
trunk/gcc/ada/exp_intr.adb
trunk/gcc/ada/s-ststop.adb
trunk/gcc/ada/sem_util.adb
More information about the Gcc-cvs
mailing list