From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10847 invoked by alias); 29 Oct 2013 22:38:56 -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 10815 invoked by uid 48); 29 Oct 2013 22:38:53 -0000 From: "gerald at pfeifer dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/58918] New: [4.9 regression] cilk #includes alloc.h unconditionally, even when not present Date: Tue, 29 Oct 2013 22:38:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: gerald at pfeifer dot com X-Bugzilla-Status: UNCONFIRMED 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter Message-ID: 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: 2013-10/txt/msg02100.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58918 Bug ID: 58918 Summary: [4.9 regression] cilk #includes alloc.h unconditionally, even when not present Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap Assignee: unassigned at gcc dot gnu.org Reporter: gerald at pfeifer dot com /scratch/tmp/gerald/gcc-HEAD/libcilkrts/runtime/config/x86/cilk-abi-vla.c:66:21: fatal error: alloca.h: No such file or directory # include on amd64-unknown-freebsd8.2 and, I assume, several other non-GNU platforms. /usr/include/stdlib.h has alloca on those platforms. Perhaps __builtin_alloca could be another option?