view gcc/testsuite/gcc.dg/pr61058.c @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents
children
line wrap: on
line source

/* 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 ();
}