Testsuite, LTO: silence warning to make test pass on Darwin

gcc/testsuite/ChangeLog:

	* gcc.dg/lto/20091013-1_2.c: Add -Wno-stringop-overread.
This commit is contained in:
Francois-Xavier Coudert 2023-08-20 12:17:50 +02:00 committed by Francois-Xavier Coudert
parent f847e0195d
commit b9426543e8

View file

@ -1,3 +1,5 @@
/* { dg-options "-Wno-stringop-overread" } */
typedef struct HDC__ { int unused; } *HDC;
typedef struct HFONT__ { int unused; } *HFONT;