From: ebotcazou Date: Fri, 19 Oct 2018 10:06:40 +0000 (+0000) Subject: Fix oversight in previous commit X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=655bc3133c3e7abcc41fc7f95ef86a2e5c4dcd49;p=thirdparty%2Fgcc.git Fix oversight in previous commit git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@265312 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/testsuite/gnat.dg/frame_overflow2.adb b/gcc/testsuite/gnat.dg/frame_overflow2.adb index 64f0194c9643..bd58fafa3e10 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;