Fix typo in gcc.c-torture/execute/20010129-1.c

* gcc.c-torture/execute/20010129-1.c: Fix typo in -mtune.
	(abort, exit): Declare.

From-SVN: r214791
This commit is contained in:
Rainer Orth 2014-09-01 12:55:30 +00:00 committed by Rainer Orth
parent 26f3a4e144
commit d0ea292288
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2014-09-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* gcc.c-torture/execute/20010129-1.c: Fix typo in -mtune.
(abort, exit): Declare.
2014-09-01 Yury Gribov <y.gribov@samsung.com>
PR sanitizer/61897

View File

@ -1,4 +1,7 @@
/* { dg-options "-mtune-i686" { target { { i?86*-*-* } && ilp32 } } } */
/* { dg-options "-mtune=i686" { target { { i?86*-*-* } && ilp32 } } } */
extern void abort (void);
extern void exit (int);
long baz1 (void *a)
{