comparison gcc/testsuite/gcc.dg/sancov/cmp0.c @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children 1830386684a0
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
1 /* Basic test on number of inserted callbacks. */ 1 /* Basic test on number of inserted callbacks. */
2 /* { dg-do compile } */ 2 /* { dg-do compile } */
3 /* { dg-options "-fsanitize-coverage=trace-cmp -fdump-tree-optimized" } */ 3 /* { dg-options "-fsanitize-coverage=trace-cmp -fdump-tree-optimized" } */
4 /* { dg-skip-if "different type layout" { avr-*-* } } */
4 5
5 void 6 void
6 foo (char *a, short *b, int *c, long long *d, float *e, double *f) 7 foo (char *a, short *b, int *c, long long *d, float *e, double *f)
7 { 8 {
8 if (*a) 9 if (*a)