ada: Spurious compilation error with repeated loop index

When multiple for-loop statements in the same scope use the
same index name to iterate through container elements, the
compiler reports a spurious error indicating a conflict
between index names.

gcc/ada/ChangeLog:

	* exp_ch7.adb (Process_Object_Declaration): Avoid generating
	duplicate names for master nodes.
1 file changed