comparison gcc/testsuite/gcc.dg/pr55702.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 sanitizer/55702 */
2 /* { dg-do compile { target { { i?86-*-linux* x86_64-*-linux* } && lp64 } } } */
3 /* { dg-options "-fsanitize=thread" } */
4
5 void
6 foo ()
7 {
8 __builtin_return (0);
9 }