aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/tree-ssa/pr78153-1.c
blob: 2530ba08e1ca53fd7df7d467b2da5602f42f6fe0 (plain)
1
2
3
4
5
6
7
8
9
10
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-tree-evrp-slim" } */

void f(const char *s)
{
  if (__PTRDIFF_MAX__ <= __builtin_strlen (s))
    __builtin_abort ();
}

/* { dg-final { scan-tree-dump-not "__builtin_abort" "evrp" } } */