gcc/gcc/testsuite/gcc.dg/Warray-bounds-74.c

8 lines
220 B
C

/* Verify that -Warray-bounds suppression via #pragma GCC diagnostic
works at any call site in an inlining stack
{ dg-do compile }
{ dg-options "-O2 -Wall" } */
#define IGNORE '4'
#include "Warray-bounds-71.h"