pr66314.c: Moved from here to ..
* gcc.dg/pr66314.c: Moved from here to .. * gcc.dg/asan/pr66314.c: Here. Use -fno-sanitize=all to clear all sanitizers before -fsanitize=kernel-address. From-SVN: r226877
This commit is contained in:
parent
68c6cacb78
commit
cfbbe6decf
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2015-08-13 Jeff Law <law@redhat.com>
|
||||
|
||||
* gcc.dg/pr66314.c: Moved from here to ..
|
||||
* gcc.dg/asan/pr66314.c: Here. Use -fno-sanitize=all
|
||||
to clear all sanitizers before -fsanitize=kernel-address.
|
||||
|
||||
2015-08-13 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
|
||||
|
||||
* gcc.target/aarch64/cinc_common_1.c: New test.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* { dg-do compile } */
|
||||
/* { dg-options "-std=gnu89 -Os -fprofile-arcs -fsanitize=kernel-address" } */
|
||||
/* { dg-options "-std=gnu89 -Os -fprofile-arcs -fno-sanitize=all -fsanitize=kernel-address" } */
|
||||
|
||||
char *a;
|
||||
int d;
|
Loading…
Add table
Reference in a new issue