[Ada] Fix handling of Ada 83 OUT parameter rule

Pierre-Marie de Rodat derodat@adacore.com
Fri Jun 12 08:35:46 GMT 2020


The current code was climbing the tree manually assuming that an array
attribute (e.g. 'First) would appear immediately, which isn't the case
for e.g. a selected component expression.

Tested on x86_64-pc-linux-gnu, committed on trunk

2020-06-12  Arnaud Charlet  <charlet@adacore.com>

gcc/ada/

	* sem_res.adb (Resolve_Entity_Name): Fix handling of expressions
	containing array attributes wrt Ada 83 detection.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch.diff
Type: text/x-diff
Size: 1730 bytes
Desc: not available
URL: <https://gcc.gnu.org/pipermail/gcc-patches/attachments/20200612/5093d6c7/attachment-0001.bin>


More information about the Gcc-patches mailing list