From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BB50F3858D33; Sun, 8 Jan 2023 15:32:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BB50F3858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1673191927; bh=YfcRLQk7yd7/6k6fgcOV+MEmokRJe72qV52YlERoFvg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=kAenCnnZiFpuizGflyndCf0XGi0/lejT7OfSDHHaF9u59yv98UFwEqFrd1ufhIUtJ DQyrf8glRmgeYWtgErAI3Tt3MKaS9E5PMJ8j8F5yHH5nrHwm9ZTSBPfKFj9fcX9H1l TcGnmfnIZ/4rbj6DNnE2cpO1weLiF80gvVjXyiO4= From: "i.nixman at autistici dot org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/108300] `abort()` macro cause bootstrap failure on *-w64-mingw32 Date: Sun, 08 Jan 2023 15:32:06 +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: i.nixman at autistici dot 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: 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 --- Comment #12 from niXman --- guys, does anyone have an idea why I faced with the error on gcc-12.2.0 ? ``` ../../../../src/gcc-12.2.0/libcpp/system.h:404:30: error: expected identifi= er before string constant 404 | #define abort() fancy_abort (__FILE__, __LINE__, __FUNCTION__) | ^~~~~~~~ ../../../../src/gcc-12.2.0/libcpp/system.h:404:30: error: expected ',' or '= ...' before string constant ../../../../src/gcc-12.2.0/libcpp/system.h:404:30: error: expected identifi= er before string constant 404 | #define abort() fancy_abort (__FILE__, __LINE__, __FUNCTION__) | ^~~~~~~~ ../../../../src/gcc-12.2.0/libcpp/system.h:404:30: error: expected ',' or '= ...' before string constant make[3]: *** [Makefile:227: files.o] Error 1 ``` until recently I successfully built this version, but now for some reason I= get that error...=