r262800 - in /trunk/gcc/ada: ChangeLog exp_aggr...

pmderodat@gcc.gnu.org pmderodat@gcc.gnu.org
Tue Jul 17 08:12:00 GMT 2018


Author: pmderodat
Date: Tue Jul 17 08:12:14 2018
New Revision: 262800

URL: https://gcc.gnu.org/viewcvs?rev=262800&root=gcc&view=rev
Log:
[Ada] Fix expansion of aggregates components rewritten to raise statements

2018-07-17  Ed Schonberg  <schonberg@adacore.com>

gcc/ada/

	* exp_aggr.adb (Component_OK_For_Backend): If an array component of the
	enclosing record has a bound that is out of range (and that has been
	rewritten as a raise statement) the aggregate is not OK for any back
	end, and should be expanded into individual assignments.

Modified:
    trunk/gcc/ada/ChangeLog
    trunk/gcc/ada/exp_aggr.adb



More information about the Gcc-cvs mailing list