From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 75F5B38582BE; Wed, 6 Mar 2024 16:47:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 75F5B38582BE DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1709743660; bh=Jt0MnqNNEzleF+bBHvsjExAk1YugyhW0OjtI3p/VuM8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=vDLrM8M3i8OF1Lif9AT/pXFQ2foZ231Krgf4ahzgfdtSN/oJjSO5Grx4wqCqkKhVK 5FFF5+/O6TJxxoTFGaBS4EUGhF+oC92xYWNNIl/3AZZ4XskpwBRX2AxF7OcpovM8NI xySyVWT44/UgVoprVXhK0KqjqCkyXoZkQvLQUugk= From: "ppalka at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/99227] [meta] [modules] Bugs relating to header-units of STL header files Date: Wed, 06 Mar 2024 16:47:39 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: dep_changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 11.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ppalka at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: nathan at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution 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=3D99227 Bug 99227 depends on bug 110861, which changed state. Bug 110861 Summary: Bad codegen leading to runtime segfault when mixing imp= ort and #include https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D110861 What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED=