From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8360 invoked by alias); 7 Oct 2014 08:37:24 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 8346 invoked by uid 89); 7 Oct 2014 08:37:23 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wi0-f178.google.com Received: from mail-wi0-f178.google.com (HELO mail-wi0-f178.google.com) (209.85.212.178) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Tue, 07 Oct 2014 08:37:22 +0000 Received: by mail-wi0-f178.google.com with SMTP id cc10so7053986wib.17 for ; Tue, 07 Oct 2014 01:37:19 -0700 (PDT) X-Received: by 10.180.87.73 with SMTP id v9mr25615278wiz.2.1412671039724; Tue, 07 Oct 2014 01:37:19 -0700 (PDT) Received: from [192.168.5.5] (156-149.dsl.iskon.hr. [89.164.156.149]) by mx.google.com with ESMTPSA id bl9sm13814419wib.24.2014.10.07.01.37.18 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 07 Oct 2014 01:37:19 -0700 (PDT) Message-ID: <5433A61D.7050709@gmail.com> Date: Tue, 07 Oct 2014 08:37:00 -0000 From: Ivo Doko User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: gcc-help@gcc.gnu.org Subject: Re: A possible bug References: <54337368.4070407@gmail.com> In-Reply-To: <54337368.4070407@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2014-10/txt/msg00032.txt.bz2 On 2014-10-07 07:00, Ivo Doko wrote: > The same thing happens if I remove "-march=amdfam10". Apologies for the spam, but this was worded poorly. What I meant was that without both "-O" and "-march=amdfam10" the error still appears. However, if I remove "-march=amdfam10" but still have at least "-O", there is no linker error. -- Ivo Doko