From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5A3B93858436; Wed, 6 Mar 2024 20:43:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5A3B93858436 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1709757799; bh=s7CD7P40kDxUlItUrgNo18K2rrpkwW+pDY++bdlRWCM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=uttdFeIEt+xvpS5AIHJBYK19wHLtQf77G5z8LJVW7gu/eKCFdv6PLtJaPRQDUnrfg G4eNxGUMRx2CBhIN+A0W/znS9x8wy8zlAJHZEwuWtRhqpr8ZWQgI5x+So6VFE1Imb9 kzPpfXSfWVaHVhlaToCJBPrMzB2ow8ItafVSMmV8= From: "ppalka at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/99377] [modules] undefined std::string_view::empty() if referenced in inline exported function Date: Wed, 06 Mar 2024 20:43:17 +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: 11.0 X-Bugzilla-Keywords: link-failure X-Bugzilla-Severity: normal X-Bugzilla-Who: ppalka at gcc dot gnu.org X-Bugzilla-Status: REOPENED 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: cf_reconfirmed_on 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=3D99377 Patrick Palka changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed|2021-03-04 00:00:00 |2024-3-6 --- Comment #16 from Patrick Palka --- The comment #15 testcase still fails on trunk.=