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 bootstrap w/ release checking


Committed as obvious.

Richard.

2009-10-26  Richard Guenther  <rguenther@suse.de>

	* graphite-sese-to-poly.c (check_poly_representation): Fix
	compile without checking.

Index: graphite-sese-to-poly.c
===================================================================
--- graphite-sese-to-poly.c	(revision 153548)
+++ graphite-sese-to-poly.c	(working copy)
@@ -2084,7 +2084,7 @@ build_poly_scop (scop_p scop)
 /* Always return false.  Exercise the scop_to_clast function.  */
 
 void
-check_poly_representation (scop_p scop)
+check_poly_representation (scop_p scop ATTRIBUTE_UNUSED)
 {
 #ifdef ENABLE_CHECKING
   cloog_prog_clast pc = scop_to_clast (scop);


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