This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r260728 - in /trunk/gcc/ada: ChangeLog sem_util...
- From: pmderodat at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Fri, 25 May 2018 09:04:09 -0000
- Subject: r260728 - in /trunk/gcc/ada: ChangeLog sem_util...
Author: pmderodat
Date: Fri May 25 09:04:09 2018
New Revision: 260728
URL: https://gcc.gnu.org/viewcvs?rev=260728&root=gcc&view=rev
Log:
[Ada] Fix convention for iteration with multiple loop variables
Refactoring based on suggestions from GNAT frontend developers. Semantics
unaffected.
2018-05-25 Piotr Trojanek <trojanek@adacore.com>
gcc/ada/
* sem_util.adb (Iterate_Call_Parameters): Fix code convention and
assertions.
Modified:
trunk/gcc/ada/ChangeLog
trunk/gcc/ada/sem_util.adb