From 4682deeb62247d34de87f8e777f99e2d337fd377 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 20 Oct 2024 15:21:43 +0200 Subject: New upstream version 1.3 --- tests/test-alloca-opt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test-alloca-opt.c') diff --git a/tests/test-alloca-opt.c b/tests/test-alloca-opt.c index 3f20779c..b2292175 100644 --- a/tests/test-alloca-opt.c +++ b/tests/test-alloca-opt.c @@ -29,7 +29,7 @@ do_allocation (int n) (void) ptr; } -void (*func) (int) = do_allocation; +void (*volatile func) (int) = do_allocation; #endif -- cgit v1.2.3