From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 427823858D35; Fri, 6 Jan 2023 06:39:51 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 427823858D35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1672987191; bh=Q+kDmBo/R7aVW5foO2eqscflPBKOEkQ0QsPoFuUBUXI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Vxpbf6o2KYj6We/uVc5rxFDwR5IOp7Vt5MACieDrwy1439v9Pzna6aVJ06FxpKuk0 66SDGktG0YGzw1IWSXqPjdiWr4mGDdnwu+L6YaemxkFWnPz7cAkd/wvfx5YCWOWGNT JgsIDT0E1d/WL6eA68hdGuPUF4kCTFCIKHBVbPmU= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/108300] `abort()` macro cause bootstrap failure on *-w64-mingw32 Date: Fri, 06 Jan 2023 06:39:50 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: build X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: 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: component keywords Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D108300 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Component|bootstrap |middle-end Keywords| |build --- Comment #3 from Andrew Pinski --- This is remnant of when GCC was C code ... I suspect there are other code like this too in system.h.=