From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 129453 invoked by alias); 22 May 2017 16:17:05 -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 129443 invoked by uid 89); 22 May 2017 16:17:04 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 spammy= X-HELO: mail-wm0-f50.google.com Received: from mail-wm0-f50.google.com (HELO mail-wm0-f50.google.com) (74.125.82.50) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 22 May 2017 16:16:58 +0000 Received: by mail-wm0-f50.google.com with SMTP id d127so649625wmf.0 for ; Mon, 22 May 2017 09:17:01 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:message-id:date:user-agent :mime-version:content-language:content-transfer-encoding; bh=T1hrjv6mj7WBpDkNbS5NJFHKc9L7PmI+7yDQ4motFXA=; b=C2YEN5vsn6pVHR86iNqviEeRd0RhtTo31FiVcn4powTOF4m4JdivI8ad2XyCFrDhyD ZgUflJA0GNQm5xzJiw/bo7eCdhEa4CfyMYXbIP3bJy1aQr6RuNXkwypRh2/6rKpk3vt4 7/61oMaiRf3b3hU3iHdSio5qW2f5zpX2CU4gDRu2BhMtDnYyKaNcSGW1X2KP4gVrusVg NJgkyb+B25WQz78KHAelUu1CxYDmBo3Q9T4cEC7+1X/UWVDwNqHQB1LQTuCJRbUtDJQF KKCjDrcqerV5jvwzIDYdrFkPQpFJLZTAoJnWmyoKvFZMT8DqTVCuUCHd0EEPoL8QfHlh trMg== X-Gm-Message-State: AODbwcDig0JpolfCsBWKVeCRrI3bQC8msDVmTafqboyYwPDn0yofebUi fW8hbvqmxSSNyD6CTKDA3Q== X-Received: by 10.28.153.143 with SMTP id b137mr801184wme.15.1495469819669; Mon, 22 May 2017 09:16:59 -0700 (PDT) Received: from [10.0.39.126] ([31.24.222.134]) by smtp.gmail.com with ESMTPSA id 53sm16040277wrt.36.2017.05.22.09.16.58 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 22 May 2017 09:16:59 -0700 (PDT) From: Jozef Lawrynowicz To: gcc-patches@gcc.gnu.org Subject: [PING] [MSP430] Trunk patches required for gcc-6-branch to build for msp430 Message-ID: <6c897cac-0a15-7bb3-5e4c-97ce87787272@somniumtech.com> Date: Mon, 22 May 2017 16:19:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2017-05/txt/msg01685.txt.bz2 Ping, original post: https://gcc.gnu.org/ml/gcc-patches/2017-03/msg01560.html --- For the msp430-elf target, the gcc-6-branch fails to build when configured to enable C++ support. The gcc-5-branch successfully builds with C++ support. Backporting r244727 and r243310 to the gcc-6-branch fixes the two build issues, so the build completes successfully. I don't have write access to the GCC repository, so would appreciate if someone could backport these patches to gcc-6-branch if that is acceptable.