From: Eric Botcazou Date: Fri, 19 Oct 2018 10:06:40 +0000 (+0000) Subject: Fix oversight in previous commit X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ba52922f6bcf2cb3f503ff6443be7b049ae190e5;p=gcc.git Fix oversight in previous commit From-SVN: r265312 --- diff --git a/gcc/testsuite/gnat.dg/frame_overflow2.adb b/gcc/testsuite/gnat.dg/frame_overflow2.adb index 64f0194c964..bd58fafa3e1 100644 --- a/gcc/testsuite/gnat.dg/frame_overflow2.adb +++ b/gcc/testsuite/gnat.dg/frame_overflow2.adb @@ -2,7 +2,7 @@ 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;