From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-it0-x235.google.com (mail-it0-x235.google.com [IPv6:2607:f8b0:4001:c0b::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 1DFD81A1E04 for ; Tue, 2 Aug 2016 06:56:59 -0700 (PDT) Received: by mail-it0-x235.google.com with SMTP id f6so201452459ith.0 for ; Tue, 02 Aug 2016 06:56:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=CCkxnJ4p9MihO8Dtwwr+1m5BPLAg+SS4/vV1LgWdPI0=; b=IDlewJQJQho+rd27EG3nh7Oytsr3fMtQ+lRcV6MFTIUXke4noRd/RhUa1hmGfIpb8i pCDmGP8Xt5q3hFNyH7yBB+zdwI6afbqYVaA+q0MxZJLGJWOFhJI3iQjqzFg3DhFoGBCu EDMyp06wugmc4Z2M0Xcvu7DISTznssQynWpCg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=CCkxnJ4p9MihO8Dtwwr+1m5BPLAg+SS4/vV1LgWdPI0=; b=IKohC0LYRsBgFGfSxFM+0qPUsuwrTWDWCVLJapFhLyRgzXteT++bCjlZ47xlBPFppy qoV+bOI4BiiTXR+J3XL0NcZ2jERc5mAzOt9XmyNlJ7LOAZWzMn7LZbiBoSihOfqdaI2t 6jGWfO4XWo7y/s7/oLYneThcx8mojOAZ+7zKar+rY4y293IL0f6Jp4CWhvzfhPxLuzBI 8KqRcJowxwe+iOi25WZ/G82Q/9JfehZN93wecFRbGYE+mhDTBQ4T316YiIhZDC8hZmRD cBadr5+RhK8JhK85oa6sG5k0hlvflKvZhezdbuICM3ET8fW76D4cjhyAZecLiMWoCqVE 0jQQ== X-Gm-Message-State: AEkoous9EC9EW7KQHB4iNDeOzZHRYAM4pjUL85K838HNuloFH1AeVyrSxfUMaE2bCcVXFjyFZ/UwE6JdMqvx4ppL X-Received: by 10.36.57.215 with SMTP id l206mr20618317ita.5.1470146218489; Tue, 02 Aug 2016 06:56:58 -0700 (PDT) MIME-Version: 1.0 Received: by 10.36.204.195 with HTTP; Tue, 2 Aug 2016 06:56:57 -0700 (PDT) In-Reply-To: References: <1470038497-2536-1-git-send-email-ard.biesheuvel@linaro.org> <06C8AB66E78EE34A949939824ABE2B3103383880@shsmsx102.ccr.corp.intel.com> From: Ard Biesheuvel Date: Tue, 2 Aug 2016 15:56:57 +0200 Message-ID: To: Michael Zimmermann Cc: "Shi, Steven" , "Justen, Jordan L" , edk2-devel-01 , Leif Lindholm , "Gao, Liming" , Laszlo Ersek Subject: Re: [PATCH v5 0/8] BaseTools: add support for GCC5 in LTO mode X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Aug 2016 13:56:59 -0000 Content-Type: text/plain; charset=UTF-8 On 2 August 2016 at 15:55, Michael Zimmermann wrote: > btw, gcc6 seems to work fine too with these patches(it did with the GCC49 > configs too on both ARM and x86/x64). > Thanks for the data points. Do you see any warnings during the build?