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

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents
children
comparison
equal deleted inserted replaced
68:561a7518be6b 111:04ced10e8804
1 /* PR rtl-optimization/61058 */
2 /* { dg-do compile } */
3 /* { dg-options "" } */
4 /* { dg-additional-options "-fno-asynchronous-unwind-tables -mtune=atom" { target i?86-*-* x86_64-*-* } } */
5
6 void
7 foo (void)
8 {
9 __builtin_unreachable ();
10 }