From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10674 invoked by alias); 15 Jun 2011 22:07:35 -0000 Received: (qmail 10665 invoked by uid 22791); 15 Jun 2011 22:07:34 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-qy0-f182.google.com (HELO mail-qy0-f182.google.com) (209.85.216.182) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 15 Jun 2011 22:07:20 +0000 Received: by qyk27 with SMTP id 27so504535qyk.20 for ; Wed, 15 Jun 2011 15:07:19 -0700 (PDT) MIME-Version: 1.0 Received: by 10.224.172.142 with SMTP id l14mr159311qaz.165.1308175639763; Wed, 15 Jun 2011 15:07:19 -0700 (PDT) Received: by 10.224.45.69 with HTTP; Wed, 15 Jun 2011 15:07:19 -0700 (PDT) In-Reply-To: References: Date: Wed, 15 Jun 2011 23:07:00 -0000 Message-ID: Subject: Re: [testsuite] Run TLS torture tests with -fpic etc. From: Ramana Radhakrishnan To: Mike Stump Cc: Rainer Orth , gcc-patches Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2011-06/txt/msg01184.txt.bz2 > The patch isn't suitable as is. =A0If -PIE requires -fPIC, then anything = that adds it or tortures on it, should add both, or torture on both. The ABS relocs that I mentioned were from testglue.o which isn't built PIE or PIC and that's the reason for the failures to show up. Maybe the right solution is to rebuild *tg.o with anything that tortures on PIE or PIC ? Yes, I wasn't suggesting for a moment that this patch was suitable - I'm seeing a high number of failures in cross-testing . It was a big hammer 20 minutes before I left work to separate test failures from these and the other failures that I'm seeing. cheers Ramana