re PR middle-end/65519 (unable to coalesce ssa_names 2 and 87 which are marked as MUST COALESCE)

2015-03-26  Richard Biener  <rguenther@suse.de>

	PR middle-end/65519
	* gnat.dg/specs/opt2.ads: Fix testcase.

From-SVN: r221690
This commit is contained in:
Richard Biener 2015-03-26 09:26:26 +00:00 committed by Richard Biener
parent e5215d07ef
commit 83eb7847bc
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2015-03-26 Richard Biener <rguenther@suse.de>
PR middle-end/65519
* gnat.dg/specs/opt2.ads: Fix testcase.
2015-03-25 Martin Sebor <msebor@redhat.com>
PR testsuite/65526

View File

@ -8,4 +8,4 @@ package Opt2 is
type Arr is array (Unsigned_32 range <>) of Unbounded_String;
end P;
end Opt2;