]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Testsuite, LTO: silence warning to make test pass on Darwin
authorFrancois-Xavier Coudert <fxcoudert@gmail.com>
Sun, 20 Aug 2023 10:17:50 +0000 (12:17 +0200)
committerFrancois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Mon, 21 Aug 2023 07:39:21 +0000 (09:39 +0200)
gcc/testsuite/ChangeLog:

* gcc.dg/lto/20091013-1_2.c: Add -Wno-stringop-overread.

gcc/testsuite/gcc.dg/lto/20091013-1_2.c

index 1af49aa97b6e663dce9ad43d010192e481dc7858..89caea868e6ed51544c1ce095add25a9ec409a3e 100644 (file)
@@ -1,3 +1,5 @@
+/* { dg-options "-Wno-stringop-overread" } */
+
 typedef struct HDC__ { int unused; } *HDC;
 typedef struct HFONT__ { int unused; } *HFONT;