From 487079af3d6f39b379f52f7e0ea6edec63587e5b Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Sat, 27 Apr 2024 14:29:02 -0700 Subject: qbe: Add extra size for strict alignment with QBE instruction With upcoming VLA support, the size might not be constant. --- test/alignas-local-32.c | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 test/alignas-local-32.c (limited to 'test/alignas-local-32.c') diff --git a/test/alignas-local-32.c b/test/alignas-local-32.c deleted file mode 100644 index e390713..0000000 --- a/test/alignas-local-32.c +++ /dev/null @@ -1,4 +0,0 @@ -int main(void) { - alignas(32) char x; - return (unsigned long)&x % 32; -} -- cgit v1.2.3