Commit be7a8395 by Eric Botcazou Committed by Eric Botcazou

boolean_subtype.adb: Rename to...

	* gnat.dg/boolean_subtype.adb: Rename to...
	* gnat.dg/boolean_subtype1.adb: ...this.

From-SVN: r174392
parent 02a8def6
2011-05-29 Eric Botcazou <ebotcazou@adacore.com>
* gnat.dg/boolean_subtype.adb: Rename to...
* gnat.dg/boolean_subtype1.adb: ...this.
2011-05-28 Jason Merrill <jason@redhat.com> 2011-05-28 Jason Merrill <jason@redhat.com>
* g++.dg/cpp0x/lambda/lambda-syntax1.C: New. * g++.dg/cpp0x/lambda/lambda-syntax1.C: New.
......
-- { dg-do compile } -- { dg-do compile }
-- { dg-options "-O2" } -- { dg-options "-O2" }
procedure boolean_subtype is procedure Boolean_Subtype1 is
subtype Component_T is Boolean; subtype Component_T is Boolean;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment