From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11946 invoked by alias); 27 Jun 2009 18:07:15 -0000 Received: (qmail 11937 invoked by uid 22791); 27 Jun 2009 18:07:14 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-ew0-f225.google.com (HELO mail-ew0-f225.google.com) (209.85.219.225) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 27 Jun 2009 18:07:06 +0000 Received: by ewy25 with SMTP id 25so4488542ewy.8 for ; Sat, 27 Jun 2009 11:07:03 -0700 (PDT) MIME-Version: 1.0 Received: by 10.210.63.18 with SMTP id l18mr828335eba.71.1246126023881; Sat, 27 Jun 2009 11:07:03 -0700 (PDT) In-Reply-To: <303e1d290906270951o65341280t9bf4974e61e41df0@mail.gmail.com> References: <303e1d290906270951o65341280t9bf4974e61e41df0@mail.gmail.com> Date: Sat, 27 Jun 2009 19:50:00 -0000 Message-ID: Subject: Re: Phase 1 of gcc-in-cxx now complete From: Sebastian Pop To: David Edelsohn Cc: Ian Lance Taylor , gcc@gcc.gnu.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2009-06/txt/msg00643.txt.bz2 On Sat, Jun 27, 2009 at 11:51, David Edelsohn wrote: > 2) The Graphite CLooG headers are not C++-clean, so enabling Graphite > fails in CXX mode. I did applied the patches from Ian to the cloog-ppl git. The git version should compile with a C++ compiler. Sebastian