Commit ed70351
committed
Update expected stderr.txt for tests/examples/find-global-state
Under gcc 6 we get two notes emitted for line 41 column 5; enabling
caret-printing shows they're at:
tests/examples/find-global-state/input.c:41:5: note: use of global state "int q" here
q += p;
^~
tests/examples/find-global-state/input.c:41:5: note: use of global state "int q" here
q += p;
~~^~~~1 parent 1922c14 commit ed70351
File tree
2 files changed
+5
-0
lines changed- tests/examples/find-global-state
2 files changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
728 | 728 | | |
729 | 729 | | |
730 | 730 | | |
| 731 | + | |
| 732 | + | |
| 733 | + | |
| 734 | + | |
731 | 735 | | |
732 | 736 | | |
733 | 737 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
0 commit comments