From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A170D3857016; Wed, 19 Oct 2022 06:04:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A170D3857016 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1666159477; bh=o8RtcIqsyJmOE4Ufzr9PIXUNPB7P1MWaWEJYpPV7+uo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=LXOpxh9ZBomNKJf0g9BHKoEpJAnc1cRjVXK40k1RMR46xSz0lVCPTocJXJ4xRaOYl SZW2b08REkzAe1fTPFnunk8vD1ldMQkL3S6UYV6RtQSZFX+TKPj+TtA/k2KX5Kdlpv D2OZLaD1w7jr9rnpTG34NFe9+D3dvu2ZWJ/IELuo= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug preprocessor/78581] Out of memory when preprocessing #include with -traditional Date: Wed, 19 Oct 2022 06:04:37 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: preprocessor X-Bugzilla-Version: 6.2.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth 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: cf_reconfirmed_on everconfirmed bug_status 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=3D78581 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2022-10-19 Ever confirmed|0 |1 Status|UNCONFIRMED |NEW --- Comment #4 from Richard Biener --- Confirmed by the confirmed duplicate which has a slightly different testcas= e.=