aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/builtin-dynamic-object-size-18.c
blob: 70c1ebcff2126b948b9f6cf9ccce002aacd1c18d (plain)
1
2
3
4
5
6
7
8
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-tree-optimized" } */
/* __stpncpy_chk could return buf up to buf + 64, so
   the minimum object size might be far smaller than 64.  */
/* { dg-final { scan-tree-dump-not "return 64;" "optimized" } } */

#define __builtin_object_size __builtin_dynamic_object_size
#include "builtin-object-size-18.c"