From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 81057 invoked by alias); 16 Mar 2016 08:32:16 -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 81030 invoked by uid 89); 16 Mar 2016 08:32:15 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_05,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=H*M:eurprd07, Hx-spam-relays-external:sk:EUR01-V, H*RU:sk:EUR01-V, H*r:15.1.443 X-Spam-User: qpsmtpd, 2 recipients X-HELO: DUB004-OMC2S32.hotmail.com Received: from dub004-omc2s32.hotmail.com (HELO DUB004-OMC2S32.hotmail.com) (157.55.1.171) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA256 encrypted) ESMTPS; Wed, 16 Mar 2016 08:32:14 +0000 Received: from EUR01-VE1-obe.outbound.protection.outlook.com ([157.55.1.138]) by DUB004-OMC2S32.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.23008); Wed, 16 Mar 2016 01:32:10 -0700 Received: from AM4PR07MB1571.eurprd07.prod.outlook.com (10.165.249.15) by AM4PR07MB1571.eurprd07.prod.outlook.com (10.165.249.15) with Microsoft SMTP Server (TLS) id 15.1.443.7; Wed, 16 Mar 2016 08:32:09 +0000 Received: from AM4PR07MB1571.eurprd07.prod.outlook.com ([10.165.249.15]) by AM4PR07MB1571.eurprd07.prod.outlook.com ([10.165.249.15]) with mapi id 15.01.0443.010; Wed, 16 Mar 2016 08:32:09 +0000 From: Bernd Edlinger To: "gcc-patches@gcc.gnu.org" , "libstdc++@gcc.gnu.org" CC: Jonathan Wakely Subject: [PING] [PATCH, libstdc++] Add missing free-standing headers to install rule Date: Wed, 16 Mar 2016 08:32:00 -0000 Message-ID: References: In-Reply-To: authentication-results: redhat.com; dkim=none (message not signed) header.d=none;redhat.com; dmarc=none action=none header.from=hotmail.de; x-ms-exchange-messagesentrepresentingtype: 1 x-tmn: [vAN3GjXaB+QfKbhqP2LvgX5vUi+rTz0b] x-ms-office365-filtering-correlation-id: b66845b7-928c-4820-828c-08d34d75774a x-microsoft-exchange-diagnostics: 1;AM4PR07MB1571;23:y567xrcSLkh9KfpHCQlRcVEnYaThO2hS0v7cV6FvcSdH6br+aXuxFrYIs92Bpe7Kjy3/Sv/DK74oC8K+m0VjBfmhsT/o2OnRo2TZIzFk6qmxuy4Ul65AMAKnLCuXPsuagZv+264gNavODggU8AaJHt8PC0tSR/bfcq0TnkfroCMTP8lS+DOXBNSNbEXE8FfyjOabNTStjI5Z+OSN5Q+reA==;5:4YV3Gpg0HIPp83eOomr79yn41P9qqiO3au6oLbDgNLUr3RCSglo2xmhvi4lSVD/ArmAfachTo5bU0WSEO8RK0O/cPmwm6zhVXT9OEET/K2lY6MueR+HzMPqPbNGaDPZPZdDrYzjpv0OKIuhwt7iuSQ==;24:0UreHhfOIllfNC9OKPYwlJPlNQLax4TDFlz4KnpihX3njQ3qS7rLpVT2M7hmCQNqK5bF50cR5DLiHcqonjdLpl9JUG31Aws8DOePl6aj2Fk= x-microsoft-antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:AM4PR07MB1571; x-exchange-antispam-report-cfa-test: BCL:0;PCL:0;RULEID:(432015012)(82015046);SRVR:AM4PR07MB1571;BCL:0;PCL:0;RULEID:;SRVR:AM4PR07MB1571; x-forefront-prvs: 08831F51DC x-forefront-antispam-report: SFV:NSPM;SFS:(7070004)(98900003);DIR:OUT;SFP:1901;SCL:1;SRVR:AM4PR07MB1571;H:AM4PR07MB1571.eurprd07.prod.outlook.com;FPR:;SPF:None;MLV:ovrnspm;LANG:en; spamdiagnosticoutput: 1:23 spamdiagnosticmetadata: NSPM Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginatorOrg: sct-15-1-409-10-msonline-outlook-d6129.templateTenant X-MS-Exchange-CrossTenant-originalarrivaltime: 16 Mar 2016 08:32:09.6162 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Hosted X-MS-Exchange-CrossTenant-id: 84df9e7f-e9f6-40af-b435-aaaaaaaaaaaa X-MS-Exchange-Transport-CrossTenantHeadersStamped: AM4PR07MB1571 X-SW-Source: 2016-03/txt/msg00879.txt.bz2 Ping... Hi, when the free-standing libstdc++-headers are installed, the C++ header file does not always compile, because it includes and this includes under certain conditions (__cplusplus >=3D 201103L && ATOMIC_INT_LOCK_FREE > 1) the header file but that fails to compile because it needs which is not insta= lled. This condition depends on the target, and for instance an arm-eabi eCos compiler fails to compile with -mcpu=3Dcortex-a9 and the default C++ standard option, while it is OK with ARMv4 CPUs. Therefore this patch adds move.h and concept_check.h to the installed heade= rs, unconditionally. I've verified that the header compiles on an eCos cross compiler. Boot-strapped and regression-tested on x86_64-pc-linux-gnu. Is it OK for trunk? Thanks Bernd.