From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 90CB93857835; Thu, 10 Aug 2023 07:22:49 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 90CB93857835 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1691652169; bh=mHFRJe4SzJryDBh6ynPI8bFLHfd7nBDndWg8emjg2wc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=TY9c0xi6jqePqNHYhaAGxbP4ZQ8YuicQLNOtigW2bwsrnKUWZ1/aJh4mccKIvmURs bFA0IXnyLoAgcClId06MkP/pgZopbw0EInTpLGlJcBZBVTklqxATQXEirpzr4ho02Z Nzfex28hwJwaxPmwAcBnXT+jdcOvyZ/2NjF4VVhU= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/102989] Implement C2x's n2763 (_BitInt) Date: Thu, 10 Aug 2023 07:22:47 +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: 12.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: jakub at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D102989 --- Comment #92 from CVS Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:b129d6b5f5f13995d57d677afcb3e94d0d9c327f commit r14-3119-gb129d6b5f5f13995d57d677afcb3e94d0d9c327f Author: Jakub Jelinek Date: Thu Aug 10 09:22:03 2023 +0200 expr: Small optimization [PR102989] Small optimization to avoid testing modifier multiple times. 2023-08-10 Jakub Jelinek PR c/102989 * expr.cc (expand_expr_real_1) : Add an early ret= urn for EXPAND_WRITE or EXPAND_MEMORY modifiers to avoid testing it multiple times.=