From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 11EEB3858D37; Thu, 29 Jun 2023 16:01:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 11EEB3858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1688054484; bh=aoMyk6c3fzgIRmT2kXZ5JWVQqTTvrTg9jYeFfOupVgY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=rD6FACoJwvmQQs7jDtF3ykm7OljPNjWzJzGMLaD0et4yjX4gdtk6RCHkzyZ39HmEh 0VxXwLn+yvmbVG987VyKqP5co2ZYnKMV/fAXgcY/5su2M4m/MRvlUYaGaY8dPRg0Ia /2n2bok4LeHPrRpJgLAmfDizSyu33r322L/sKuLE= From: "clyon at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/110381] [11/12/13 Regression] double counting for sum of structs of floating point types Date: Thu, 29 Jun 2023 16:01:23 +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: 12.1.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: clyon at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: rguenth at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc 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=3D110381 Christophe Lyon changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |clyon at gcc dot gnu.org --- Comment #12 from Christophe Lyon --- The new testcase (gcc.dg/vect/pr110381.c) fails: FAIL: gcc.dg/vect/pr110381.c -flto -ffat-lto-objects execution test FAIL: gcc.dg/vect/pr110381.c execution test on arm-linux-gnueabihf configured with --with-float=3Dhard --with-fpu=3Dneon-fp-armv8 --with-mode=3Dthumb --with-arch=3Darmv8-a=