Commit 8725e9c4 by H.J. Lu Committed by H.J. Lu

Add prototype for exit

	* gcc.target/i386/mpx/pr66568.c (exit): New prototype.

From-SVN: r225296
parent 6f929985
2015-07-01 H.J. Lu <hongjiu.lu@intel.com>
* gcc.target/i386/mpx/pr66568.c (exit): New prototype.
2015-07-01 Jason Merrill <jason@redhat.com>
* lib/target-supports.exp (cxx_default): Set to C++14.
......
......@@ -2,6 +2,7 @@
/* { dg-require-effective-target fpic } */
/* { dg-options "-O2 -fcheck-pointer-bounds -mmpx -O2 -fPIC" } */
extern void exit (int);
int a, b, c;
void *set_test () {
if (b)
......
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