comparison gcc/testsuite/c-c++-common/pr94755.c @ 152:2b5abeee2509

update gcc11
author anatofuz
date Mon, 25 May 2020 07:50:57 +0900
parents
children
comparison
equal deleted inserted replaced
145:1830386684a0 152:2b5abeee2509
1 /* PR c/94755 */
2 /* { dg-do compile } */
3
4 extern void foo (void);
5
6 void
7 bar (double x)
8 {
9 if (x == __builtin_speculation_safe_value ()) /* { dg-error "too few arguments to function" } */
10 foo ();
11 }