Commit ba52922f by Eric Botcazou

Fix oversight in previous commit

From-SVN: r265312
parent 13e29c36
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
with System; with System;
procedure Frame_Overflow2 is -- { dg-error "too large" } procedure Frame_Overflow2 is -- { dg-error "total size of local objects is too large" }
type Index_T is range 1 .. 2**(System.Word_Size - 1) - 1; type Index_T is range 1 .. 2**(System.Word_Size - 1) - 1;
......
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