Commit d0ea2922 by Rainer Orth Committed by Rainer Orth

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
parent 26f3a4e1
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
......
/* { 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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment