Sign in
gnu
/
gcc
/
e5cfb9cac1d7aba9a8ea73bfe7922cfaff9d61f3
/
.
/
gcc
/
testsuite
/
gcc.dg
/
pr61058.c
blob: 6f840f418fee4b8664eaf41f7c80e07e81c2a2e4 [
file
] [
log
] [
blame
]
/* 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
();
}