aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/pr38700.c
blob: ebece7f0ff49fc71b906e030276d21dbf8b8ec7b (plain)
1
2
3
4
5
6
7
8
9
10
11
/* PR c/38700 */
/* { dg-do compile } */
/* { dg-options "-O0" } */

int
foo ()
{
  __UINTPTR_TYPE__ s = __builtin_expect ((__UINTPTR_TYPE__)&&L, 0);
L:
  return 0;
}