Installed as obvious.

Martin

        PR testsuite/104687

gcc/testsuite/ChangeLog:

        * gcc.dg/lto/20090717_0.c: Fix asan error.
---
 gcc/testsuite/gcc.dg/lto/20090717_0.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.dg/lto/20090717_0.c 
b/gcc/testsuite/gcc.dg/lto/20090717_0.c
index fe13bdf78d4..41558df7a7c 100644
--- a/gcc/testsuite/gcc.dg/lto/20090717_0.c
+++ b/gcc/testsuite/gcc.dg/lto/20090717_0.c
@@ -1,4 +1,4 @@
 struct variable {
         const char *string;
 };
-struct variable table[] = { };
+struct variable table[] = { { 0 } };
--
2.35.1

Reply via email to