]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gcc.dg/Warray-bounds-71.c
Update copyright years.
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / Warray-bounds-71.c
CommitLineData
6d3bab5d
MS
1/* Verify that -Warray-bounds suppression via #pragma GCC diagnostic
2 works at any call site in an inlining stack
3 { dg-do compile }
4 { dg-options "-O2 -Wall" } */
5
6#define IGNORE '1'
7#include "Warray-bounds-71.h"