From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 33932 invoked by alias); 30 May 2015 21:54:42 -0000 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 Received: (qmail 33923 invoked by uid 89); 30 May 2015 21:54:41 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ig0-f174.google.com Received: from mail-ig0-f174.google.com (HELO mail-ig0-f174.google.com) (209.85.213.174) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Sat, 30 May 2015 21:54:40 +0000 Received: by igbjd9 with SMTP id jd9so37729292igb.1 for ; Sat, 30 May 2015 14:54:38 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.107.130.218 with SMTP id m87mr17470933ioi.62.1433022878486; Sat, 30 May 2015 14:54:38 -0700 (PDT) Received: by 10.36.29.72 with HTTP; Sat, 30 May 2015 14:54:38 -0700 (PDT) In-Reply-To: <87oal1ahnp.fsf@igel.home> References: <3072346.CTCrhcXNep@laptop1.gw.ume.nu> <87vbflkh05.fsf@igel.home> <87k2w1k54t.fsf@igel.home> <87oal2ayo8.fsf@igel.home> <87k2vqawo1.fsf@igel.home> <87617aaucv.fsf@igel.home> <87oal1ahnp.fsf@igel.home> Date: Sun, 31 May 2015 07:13:00 -0000 Message-ID: Subject: Re: Fwd: PING^3: [PATCH]: New configure options that make the compiler use -fPIE and -pie as default option From: "H.J. Lu" To: Andreas Schwab Cc: GCC Patches Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-05/txt/msg02878.txt.bz2 On Sat, May 30, 2015 at 2:18 PM, Andreas Schwab wrote: > "H.J. Lu" writes: > >> What is wrong with it? > > It tests nothing. > Can you explain? -- H.J.