From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20353 invoked by alias); 13 Jan 2013 18:56:47 -0000 Received: (qmail 20335 invoked by uid 48); 13 Jan 2013 18:56:31 -0000 From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/55961] [4.8 Regression] system.h includes gmp.h but system.h is included for build and not just target Date: Sun, 13 Jan 2013 18:56: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-Keywords: build X-Bugzilla-Severity: blocker X-Bugzilla-Who: pinskia 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: 4.8.0 X-Bugzilla-Changed-Fields: Status Keywords Last reconfirmed Component Ever Confirmed Summary Target Milestone Severity Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 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 X-SW-Source: 2013-01/txt/msg01136.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55961 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Keywords| |build Last reconfirmed| |2013-01-13 Component|other |bootstrap Ever Confirmed|0 |1 Summary|gcc/system.h:639:17: fatal |[4.8 Regression] system.h |error: gmp.h: No such file |includes gmp.h but system.h |or directory |is included for build and | |not just target Target Milestone|--- |4.8.0 Severity|normal |blocker --- Comment #1 from Andrew Pinski 2013-01-13 18:56:30 UTC --- Basically a candian cross will fail if you don't have gmp.h installed on the build machine. system.h includes gmp.h but system.h is included for build and not just target