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:
parent
e5215d07ef
commit
83eb7847bc
|
@ -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
|
||||
|
|
|
@ -8,4 +8,4 @@ package Opt2 is
|
|||
|
||||
type Arr is array (Unsigned_32 range <>) of Unbounded_String;
|
||||
|
||||
end P;
|
||||
end Opt2;
|
||||
|
|
Loading…
Reference in New Issue