Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(13)

Delta Between Two Patch Sets: testsuite/gcc.dg/sancov/basic2.c

Issue 280140043: gcc: add fuzzing coverage Base URL: svn+ssh://gcc.gnu.org/svn/gcc/trunk/gcc/
Left Patch Set: - Created 9 years, 4 months ago
Right Patch Set: Created 9 years, 4 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « testsuite/gcc.dg/sancov/basic1.c ('k') | testsuite/gcc.dg/sancov/sancov.exp » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
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-pc" } */ 3 /* { dg-options "-fsanitize-coverage=trace-pc -fdump-tree-optimized" } */
4
5 void notailcall ();
6 4
7 void foo(int *a, int *b, int *c, int *d) 5 void foo(int *a, int *b, int *c, int *d)
8 { 6 {
9 *a = 1; 7 *a = 1;
10 if (*b) 8 if (*b)
11 *c = 2; 9 *c = 2;
12 else 10 else
13 *d = 3; 11 *d = 3;
14 notailcall ();
15 } 12 }
16 13
17 /* { dg-final { scan-assembler-times "call» __sanitizer_cov_trace_pc" 4 } } */ 14 /* { dg-final { scan-tree-dump-times "__builtin___sanitizer_cov_trace_pc \\(\\)" 4 "optimized" } } */
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b