From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 23BDE13888F for ; Sat, 10 Oct 2015 17:46:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4F7421C00F; Sat, 10 Oct 2015 17:46:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5D58421C00F for ; Sat, 10 Oct 2015 17:46:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 57D0833E3A9 for ; Sat, 10 Oct 2015 17:46:41 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 559) id 48C03929; Sat, 10 Oct 2015 17:46:38 +0000 (UTC) From: "Mike Frysinger (vapier)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, vapier@gentoo.org Subject: [gentoo-commits] gentoo commit in src/patchsets/gcc/4.9.3/gentoo: 74_all_gcc49_cloog-dl.patch README.history X-VCS-Repository: gentoo X-VCS-Files: 74_all_gcc49_cloog-dl.patch README.history X-VCS-Directories: src/patchsets/gcc/4.9.3/gentoo X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20151010174638.48C03929@oystercatcher.gentoo.org> Date: Sat, 10 Oct 2015 17:46:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e6c1300c-616f-4dec-a269-025ce6027bd1 X-Archives-Hash: 1f58e91d20f5f94fb208af93d2d884fb vapier 15/10/10 17:46:38 Modified: 74_all_gcc49_cloog-dl.patch README.history Log: drop isl/val_gmp.h include as gcc-4 doesn't use it, and older isl doesn't provide it #562728 Revision Changes Path 1.3 src/patchsets/gcc/4.9.3/gentoo/74_all_gcc49_cloog-dl.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.9.3/gentoo/74_all_gcc49_cloog-dl.patch?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.9.3/gentoo/74_all_gcc49_cloog-dl.patch?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.9.3/gentoo/74_all_gcc49_cloog-dl.patch?r1=1.2&r2=1.3 Index: 74_all_gcc49_cloog-dl.patch =================================================================== RCS file: /var/cvsroot/gentoo/src/patchsets/gcc/4.9.3/gentoo/74_all_gcc49_cloog-dl.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- 74_all_gcc49_cloog-dl.patch 15 Jul 2015 04:32:29 -0000 1.2 +++ 74_all_gcc49_cloog-dl.patch 10 Oct 2015 17:46:38 -0000 1.3 @@ -107,7 +107,7 @@ mpz_clear (bound_two); --- a/gcc/graphite-poly.h +++ b/gcc/graphite-poly.h -@@ -22,6 +22,410 @@ along with GCC; see the file COPYING3. If not see +@@ -22,6 +22,409 @@ along with GCC; see the file COPYING3. If not see #ifndef GCC_GRAPHITE_POLY_H #define GCC_GRAPHITE_POLY_H @@ -120,7 +120,6 @@ +#include +#include +#include -+#include +#include +#include +#ifdef HAVE_ISL_SCHED_CONSTRAINTS_COMPUTE_SCHEDULE 1.4 src/patchsets/gcc/4.9.3/gentoo/README.history file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.9.3/gentoo/README.history?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.9.3/gentoo/README.history?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.9.3/gentoo/README.history?r1=1.3&r2=1.4 Index: README.history =================================================================== RCS file: /var/cvsroot/gentoo/src/patchsets/gcc/4.9.3/gentoo/README.history,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- README.history 10 Aug 2015 11:08:03 -0000 1.3 +++ README.history 10 Oct 2015 17:46:38 -0000 1.4 @@ -1,3 +1,6 @@ +1.3 10 Oct 2015 + U 74_all_gcc49_cloog-dl.patch + 1.2 10 Aug 2015 U 93_all_gcc-4.9-config.h-bconfig.h-parallel-PR57125-PR61899.patch