aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/compile/pr86526.c
blob: 2baa1eab92becc7d84d7fa0c5dd3acdc07fa219c (plain)
1
2
3
4
5
6
7
8
/* PR tree-optimization/86526 */

void
foo (char *x)
{
  if (__builtin_memcmp (x, "\0a", 3))
    __builtin_abort ();
}