This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Fix pr81083 testcase


Somehow I managed to not see the new testcase fail.  I do now.

Tested on x86_64-unknown-linux-gnu, applied.

Richard.

2017-06-14  Richard Biener  <rguenther@suse.de>

	PR tree-optimization/81083
	* gcc.dg/torture/pr81083.c: Add prototypes.

Index: gcc/testsuite/gcc.dg/torture/pr81083.c
===================================================================
--- gcc/testsuite/gcc.dg/torture/pr81083.c	(revision 249192)
+++ gcc/testsuite/gcc.dg/torture/pr81083.c	(working copy)
@@ -1,5 +1,7 @@
 /* { dg-do compile } */
 
+void setjmp();
+void func();
 void a(int arg)
 {
   extern struct { int x; } obj;


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]