Move a test-case to a proper folder.
2018-11-13 Martin Liska <mliska@suse.cz> * gcc.target/i386/pr87930.c: Move to ... * gcc.dg/asan/pr87930.c: ... here. Guard for i?86/x86_64 targets. From-SVN: r266076
This commit is contained in:
parent
41b32876b8
commit
7f9414c1df
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2018-11-13 Martin Liska <mliska@suse.cz>
|
||||
|
||||
* gcc.target/i386/pr87930.c: Move to ...
|
||||
* gcc.dg/asan/pr87930.c: ... here. Guard for i?86/x86_64 targets.
|
||||
|
||||
2018-11-10 Stafford Horne <shorne@gmail.com>
|
||||
|
||||
* MAINTAINERS (CPU Port Maintainers): Add myself for or1k.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* { dg-do compile { target lp64 } } */
|
||||
/* { dg-do compile { target { { i?86-*-* x86_64-*-* } && lp64 } } } */
|
||||
/* { dg-options "-fsanitize=address -mabi=ms" } */
|
||||
|
||||
int i;
|
Loading…
Add table
Reference in a new issue