From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6299 invoked by alias); 11 Nov 2014 09:20:49 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 5716 invoked by uid 55); 11 Nov 2014 09:20:44 -0000 From: "fxcoudert at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/63699] Bootstrap fails in libcc1 on darwin14 Date: Tue, 11 Nov 2014 09:20:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Version: 5.0 X-Bugzilla-Keywords: patch X-Bugzilla-Severity: normal X-Bugzilla-Who: fxcoudert at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-11/txt/msg00797.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63699 --- Comment #6 from Francois-Xavier Coudert --- Author: fxcoudert Date: Tue Nov 11 09:20:07 2014 New Revision: 217342 URL: https://gcc.gnu.org/viewcvs?rev=217342&root=gcc&view=rev Log: PR bootstrap/63699 PR bootstrap/63750 * system.h: Include before "safe-ctype.h" * wide-int.h (wi::smin, wi::smax, wi::umin, wi::umax): Prefix calls to min/max with wi namespace. * ipa-chkp.c: Don't include . * plugin.cc: Don't include . Modified: trunk/gcc/ChangeLog trunk/gcc/ipa-chkp.c trunk/gcc/system.h trunk/gcc/wide-int.h trunk/libcc1/ChangeLog trunk/libcc1/plugin.cc