]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gcc.dg/pr52045.c
Update copyright years.
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / pr52045.c
CommitLineData
ab448cfa
RG
1/* { dg-do compile } */
2/* { dg-options "-O3 -ftracer -fno-tree-ccp -fno-tree-copy-prop -fno-tree-dce" } */
3
4char *vx;
5char buf[20];
6
7void
8foo (void)
9{
10 vx = __builtin___stpcpy_chk (buf, vx ? "gh" : "e", sizeof(buf));
11}