From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 55F7A393C8B4; Tue, 12 May 2020 08:23:36 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 55F7A393C8B4 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1589271816; bh=JBVNoEIf0vFC7SiDb6qLN8VAA30BbuXH1L0sIIjd/NQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=wcQqpyn1EvEsgPZOC7mY9Bjx5MsVvKPxQ+fAx9Y6tcTcVobK80qF77jQBmBgHjgHc EEfJDgisccy8IhxImWybNahkX+T2MdUNvlVIPjrAWj6LoKgFqu8I+KNAcSS83nCckp df9WrzEgdPyzBAsOoYL8uUio929KYIOwTqYqwg+Y= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/95051] error: invalid RHS for gimple memory store: Date: Tue, 12 May 2020 08:23:36 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 11.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal 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: marxin 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 May 2020 08:23:36 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D95051 --- Comment #5 from CVS Commits --- The master branch has been updated by Martin Liska : https://gcc.gnu.org/g:6b41920bd5c68998a53de749b4fe5c0b8875db6c commit r11-315-g6b41920bd5c68998a53de749b4fe5c0b8875db6c Author: Martin Liska Date: Tue May 12 10:23:09 2020 +0200 ASAN: clear DECL_NOT_GIMPLE_REG_P. PR sanitizer/95033 PR sanitizer/95051 * sanopt.c (sanitize_rewrite_addressable_params): Clear DECL_NOT_GIMPLE_REG_P for argument. PR sanitizer/95033 PR sanitizer/95051 * g++.dg/asan/function-argument-4.C: New test. * gcc.dg/asan/pr95033.c: New test. * gcc.dg/asan/pr95051.c: New test.=