From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0B426382DE1C; Wed, 26 Oct 2022 17:02:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0B426382DE1C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1666803767; bh=DepOUpL85boLgfJuZshjkRi+GtBI9dr0tzqzpaS6VTI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=iYBp/wLuq3mr4R3MsBuimzd4WwPlk3x1zE9Z+AEG5P5Kl0Buj0o8hneRgqjdQCAef w/wPuIUpRaU1+i8fZQ/Xqjqxod1XNgSXJ0AkuW7ditQ4NELFObEVxneE//faz/kV0+ IzsbxmnfkMVc1f26JyZKlljIcYrlZKV13ZWeVpnc= From: "amonakov at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug other/107353] frontends sometimes select wrong (too strong) TLS access model Date: Wed, 26 Oct 2022 17:02:46 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: other X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: amonakov at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D107353 Alexander Monakov changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[13 regression] Numerous |frontends sometimes select |ICEs after |wrong (too strong) TLS |r13-3416-g1d561e1851c466 |access model --- Comment #15 from Alexander Monakov --- C FE issue was broken out as PR 107419 and Fortran FE issue as PR 107421, w= hich now "block" this PR together with PR 107393 for the earlier C++ testcase. T= he offending assert is gone, so retitling (not a regression anymore).=