From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8026 invoked by alias); 2 Mar 2011 12:57:21 -0000 Received: (qmail 8010 invoked by uid 22791); 2 Mar 2011 12:57:21 -0000 X-SWARE-Spam-Status: No, hits=-6.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 02 Mar 2011 12:57:19 +0000 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p22Cv3b0012538 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 2 Mar 2011 07:57:03 -0500 Received: from tyan-ft48-01.lab.bos.redhat.com (tyan-ft48-01.lab.bos.redhat.com [10.16.42.4]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p22Cv2F9025738 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 2 Mar 2011 07:57:02 -0500 Received: from tyan-ft48-01.lab.bos.redhat.com (localhost.localdomain [127.0.0.1]) by tyan-ft48-01.lab.bos.redhat.com (8.14.4/8.14.4) with ESMTP id p22Cv1B9008250; Wed, 2 Mar 2011 13:57:01 +0100 Received: (from jakub@localhost) by tyan-ft48-01.lab.bos.redhat.com (8.14.4/8.14.4/Submit) id p22Cv1sd008248; Wed, 2 Mar 2011 13:57:01 +0100 Date: Wed, 02 Mar 2011 12:57:00 -0000 From: Jakub Jelinek To: Paolo Carlini Cc: Richard Guenther , Sebastian Pop , Ralf Wildenhues , GCC Patches , binutils@sourceware.org, gdb-patches@sourceware.org Subject: Re: [PATCH] Add -lpwl to ppllibs. Message-ID: <20110302125700.GQ30899@tyan-ft48-01.lab.bos.redhat.com> Reply-To: Jakub Jelinek References: <20110223193905.GD24784@gmx.de> <1298494027-24185-1-git-send-email-sebpop@gmail.com> <20110227063524.GD16255@gmx.de> <20110227093848.GA19328@gmx.de> <4D6E3BCD.1070100@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4D6E3BCD.1070100@oracle.com> User-Agent: Mutt/1.5.21 (2010-09-15) Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2011-03/txt/msg00090.txt.bz2 On Wed, Mar 02, 2011 at 01:45:01PM +0100, Paolo Carlini wrote: > On 03/02/2011 01:20 PM, Richard Guenther wrote: > > so it seems it broke some configure tests. I have ppl-0.11 and cloog 0.15.10. > > > I was about to send a message... > > For the record, it broke the boostrap for me too. Until yesterday I used > to build successfully with ppl-0.11 and cloog-0.16.1 with > --enable-cloog-backend=isl. Today I see a lot of undefined references. > For the record, upgrading to ppl-0.11.2 doesn't help. It also broke bootstrap with ppl-0.10.2 and cloog-ppl 0.15.7 (which before didn't try to compile in graphite, now it does, except it doesn't link in -lppl and uses unconditionally ppl 0.11+ functions). Jakub