From 7c3bd0927c80a4a7caf83e212ff9ffd01a96f160 Mon Sep 17 00:00:00 2001 From: claudio Date: Fri, 9 Aug 2024 08:31:26 +0000 Subject: [PATCH] Regenerate expected files since gcc4 switched to std=gnu9x some time ago. OK deraadt@ millert@ --- regress/gnu/egcs/gcc-bounds/md-5.c.exp.gcc4 | 2 +- regress/gnu/egcs/gcc-bounds/vararray-1.c.exp.gcc4 | 2 -- regress/gnu/egcs/gcc-bounds/vararray-2.c.exp.gcc4 | 2 -- regress/gnu/egcs/gcc-bounds/vararray-3.c.exp.gcc4 | 2 -- 4 files changed, 1 insertion(+), 7 deletions(-) diff --git a/regress/gnu/egcs/gcc-bounds/md-5.c.exp.gcc4 b/regress/gnu/egcs/gcc-bounds/md-5.c.exp.gcc4 index 166b1495d44..afda528f583 100644 --- a/regress/gnu/egcs/gcc-bounds/md-5.c.exp.gcc4 +++ b/regress/gnu/egcs/gcc-bounds/md-5.c.exp.gcc4 @@ -1,2 +1,2 @@ md-5.c: In function 'main': -md-5.c:16: warning: array size (32) is smaller than minimum required (41) +md-5.c:17: warning: array size (32) is smaller than minimum required (41) diff --git a/regress/gnu/egcs/gcc-bounds/vararray-1.c.exp.gcc4 b/regress/gnu/egcs/gcc-bounds/vararray-1.c.exp.gcc4 index 9feb45b4042..e69de29bb2d 100644 --- a/regress/gnu/egcs/gcc-bounds/vararray-1.c.exp.gcc4 +++ b/regress/gnu/egcs/gcc-bounds/vararray-1.c.exp.gcc4 @@ -1,2 +0,0 @@ -vararray-1.c: In function 'main': -vararray-1.c:8: warning: ISO C90 forbids variable-size array 'sample_buffer' diff --git a/regress/gnu/egcs/gcc-bounds/vararray-2.c.exp.gcc4 b/regress/gnu/egcs/gcc-bounds/vararray-2.c.exp.gcc4 index 9340c296c3b..e69de29bb2d 100644 --- a/regress/gnu/egcs/gcc-bounds/vararray-2.c.exp.gcc4 +++ b/regress/gnu/egcs/gcc-bounds/vararray-2.c.exp.gcc4 @@ -1,2 +0,0 @@ -vararray-2.c: In function 'main': -vararray-2.c:5: warning: ISO C90 forbids variable-size array 'sample_buffer' diff --git a/regress/gnu/egcs/gcc-bounds/vararray-3.c.exp.gcc4 b/regress/gnu/egcs/gcc-bounds/vararray-3.c.exp.gcc4 index 9c8be1bbb37..e69de29bb2d 100644 --- a/regress/gnu/egcs/gcc-bounds/vararray-3.c.exp.gcc4 +++ b/regress/gnu/egcs/gcc-bounds/vararray-3.c.exp.gcc4 @@ -1,2 +0,0 @@ -vararray-3.c: In function 'main': -vararray-3.c:7: warning: ISO C90 forbids variable-size array 'buf2' -- 2.20.1