comparison gcc/testsuite/gcc.dg/strcmpopt_1.c @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
1 /* { dg-do run } */ 1 /* { dg-do run } */
2 /* { dg-options "-fdump-tree-gimple" } */ 2 /* { dg-options "-fdump-tree-lower" } */
3 3
4 #include <string.h> 4 #include <string.h>
5 #include <stdlib.h> 5 #include <stdlib.h>
6 6
7 int cmp1 (char *p) 7 int cmp1 (char *p)
23 abort (); 23 abort ();
24 24
25 return 0; 25 return 0;
26 } 26 }
27 27
28 /* { dg-final { scan-tree-dump-times "strcmp \\(" 2 "gimple" } } */ 28 /* { dg-final { scan-tree-dump-times "strcmp \\(" 2 "lower" } } */