summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr61058.c
blob: 6f840f418fee4b8664eaf41f7c80e07e81c2a2e4 (plain)
1
2
3
4
5
6
7
8
9
10
/* PR rtl-optimization/61058 */
/* { dg-do compile } */
/* { dg-options "" } */
/* { dg-additional-options "-fno-asynchronous-unwind-tables -mtune=atom" { target i?86-*-* x86_64-*-* } } */

void
foo (void)
{
  __builtin_unreachable ();
}