From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5FD243858CDA; Mon, 26 Sep 2022 12:45:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5FD243858CDA DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1664196316; bh=z0NzBeLozqaXeFW8tbo2dsRXbiks2EJsFylm6ktBbIM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=kwBA88s0gSCwsciWiL1G2RrCarTnnIlE7GhYvu1O4hsX/7WH6LlPeO4DqxPNtljZQ ALTsJ6Uh+QfDQ6S6NcUBVA4pmwQky+EBp5KDy5+3k22BOmdEH4sATB/IB9ZzXl8sw2 0Aw4+fbqUW7K7ca9OGrbqzSXhuZWME19f9j9V7h4= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/107023] [10/11/12/13 Regression] [[gnu::stdcall]] Crashes the compiler, but __attribute__((stdcall)) and __stdcall worrks Date: Mon, 26 Sep 2022 12:45:16 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: redi 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_known_to_fail cf_known_to_work short_desc 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=3D107023 Jonathan Wakely changed: What |Removed |Added ---------------------------------------------------------------------------- Known to fail| |10.1.0, 10.4.1, 11.1.0, | |11.3.1, 12.1.0, 12.2.1, | |13.0 Known to work| |9.5.0 Summary|[[gnu::stdcall]] Crashes |[10/11/12/13 Regression] |the compiler, but |[[gnu::stdcall]] Crashes |__attribute__((stdcall)) |the compiler, but |and __stdcall worrks |__attribute__((stdcall)) | |and __stdcall worrks --- Comment #3 from Jonathan Wakely --- GCC 10/11/12 say: cc1plus: out of memory allocating 18446744073537494608 bytes after a total = of 3219456 bytes GCC 9 is OK. Bisecting now...=