comparison gcc/testsuite/c-c++-common/ubsan/unreachable-1.c @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 04ced10e8804
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
5 int 5 int
6 main (void) 6 main (void)
7 { 7 {
8 __builtin_unreachable (); 8 __builtin_unreachable ();
9 } 9 }
10 /* { dg-output "execution reached a __builtin_unreachable\\(\\) call" } */ 10 /* { dg-output "execution reached an unreachable program point" } */