comparison gcc/testsuite/gcc.dg/misc-column.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
11 11
12 extern void bar(); 12 extern void bar();
13 13
14 void foo (void) 14 void foo (void)
15 { 15 {
16 if (a == b) /* { dg-warning "9:comparing floating point with" } */ 16 if (a == b) /* { dg-warning "9:comparing floating-point with" } */
17 bar (); 17 bar ();
18 18
19 if (p < q) /* { dg-warning "9:comparison of distinct pointer types" } */ 19 if (p < q) /* { dg-warning "9:comparison of distinct pointer types" } */
20 bar (); 20 bar ();
21 21