Commit d8478670 by Rainer Orth Committed by Rainer Orth

Fix gcc.dg/fstack-protector-strong.c on Solaris/x86

	* gcc.dg/fstack-protector-strong.c (alloca): Declare.

From-SVN: r198872
parent 56cf7859
2013-05-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* gcc.dg/fstack-protector-strong.c (alloca): Declare.
2013-05-14 Richard Biener <rguenther@suse.de> 2013-05-14 Richard Biener <rguenther@suse.de>
PR middle-end/57235 PR middle-end/57235
......
...@@ -6,6 +6,8 @@ ...@@ -6,6 +6,8 @@
#include<string.h> #include<string.h>
#include<stdlib.h> #include<stdlib.h>
extern void *alloca(__SIZE_TYPE__);
extern int g0; extern int g0;
extern int* pg0; extern int* pg0;
int int
......
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