From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B2CA23858D28; Wed, 7 Sep 2022 17:16:33 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B2CA23858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1662570993; bh=78T4JaCkmEkgOGLPCNqb+8miLyTjAK6ZWIkUaDT9rE8=; h=From:To:Subject:Date:From; b=xhDdN4CvZpUt3otypRu03Yx/EADo0BT8vWMl2n+Oo3WWsXaiJdGaoUq4K/6hqT/oo zoqBw5BDbcuuDT2+AkE0usT+SU1Nb1eSCyGzyyNwzv+Ipj/8zGTPA7fdd94OEepAF8 /B0VUWEVzi09B+ce6gGeqeCyOqKpIRq608pSELA4= From: "gscfq@t-online.de" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/106874] New: [10/11/12/13 Regression] out of memory allocating 9223372036854453969 bytes after a total of 462848 bytes Date: Wed, 07 Sep 2022 17:16:33 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: gscfq@t-online.de X-Bugzilla-Status: UNCONFIRMED 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: 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=3D106874 Bug ID: 106874 Summary: [10/11/12/13 Regression] out of memory allocating 9223372036854453969 bytes after a total of 462848 bytes Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: gscfq@t-online.de Target Milestone: --- Started with r7, files are from catalog llvm-project-llvmorg-14.0.6/clang/test/Preprocessor : $ cat function_macro_file.h #define f() x f $ cat function_macro_file.c #include "function_macro_file.h" () $ gcc-13-20220904 -c function_macro_file.c -traditional-cpp cc1: out of memory allocating 9223372036854277185 bytes after a total of 59= 3920 bytes=