From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id EC70B3858294; Mon, 11 Mar 2024 03:33:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EC70B3858294 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1710127985; bh=shQCm+uo0OxAk4B1kIC7nEVMnTLIHP5SDqugy5VHTe4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=COkbfcOoPgmV0z6jHowKeVu+Qi27YooMuDTQTVwAonnE9KGGnP/taOg8zSwZRSmB2 K5vc2//lrdnOBjSRNm3LipINjM2KpAFPR30eIWvu6FfZQr0Y9NxnBVkcCaidaD2RcK WmOEWHA3NV3i/+KBUnb+sQL1NHtQsDGHdc2SW8ZY= From: "law at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug sanitizer/86899] [11/12 regression] TSAN incorrect warning: control reaches end of non-void function Date: Mon, 11 Mar 2024 03:33:04 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: sanitizer X-Bugzilla-Version: 9.0 X-Bugzilla-Keywords: diagnostic X-Bugzilla-Severity: normal X-Bugzilla-Who: law at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc 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=3D86899 Jeffrey A. Law changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |law at gcc dot gnu.org Summary|[11/12/13/14 regression] |[11/12 regression] TSAN |TSAN incorrect warning: |incorrect warning: control |control reaches end of |reaches end of non-void |non-void function |function --- Comment #14 from Jeffrey A. Law --- Works with gcc-13 and the trunk. Adjusting regression markers.=