From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 88719 invoked by alias); 6 Nov 2015 03:37:59 -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 88707 invoked by uid 89); 6 Nov 2015 03:37:57 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-lb0-f177.google.com Received: from mail-lb0-f177.google.com (HELO mail-lb0-f177.google.com) (209.85.217.177) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Fri, 06 Nov 2015 03:37:56 +0000 Received: by lbblt2 with SMTP id lt2so30224844lbb.3 for ; Thu, 05 Nov 2015 19:37:53 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.112.131.8 with SMTP id oi8mr4560969lbb.99.1446781073186; Thu, 05 Nov 2015 19:37:53 -0800 (PST) Received: by 10.114.71.114 with HTTP; Thu, 5 Nov 2015 19:37:53 -0800 (PST) Date: Fri, 06 Nov 2015 03:37:00 -0000 Message-ID: Subject: [PATCH] Merge from gomp-4_5-branch to trunk From: David Edelsohn To: Jakub Jelinek Cc: GCC Patches Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2015-11/txt/msg00549.txt.bz2 This patch broke bootstrap on AIX. /nasfarm/edelsohn/src/src/libstdc++-v3/src/c++98/ios_init.cc: In static member function 'static bool std::ios_base::sync_with_stdio(bool)': /nasfarm/edelsohn/src/src/libstdc++-v3/src/c++98/ios_init.cc:181:59: internal compiler error: in tree_to_shwi, at tree.c:7297 new (&buf_cout) stdio_filebuf(stdout, ios_base::out); ^ - David