From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 28957385702B; Thu, 8 Jun 2023 21:03:30 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 28957385702B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1686258210; bh=Ovmg78JOeZZka0Tc0eDhwFKdYS+6UAnkF5V+q80qovM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Qw/dafdEOpZFo04HJMYm0/O8p/7ZmyAJcG3IJyq6OsVJvVYa+PDS/rCNX63TUu/Vz 0Mu32EkeFITzN+IPiwJsyfZaaliTH9L3B0W4y0/k4hU0CGlbgVdZfFukPSrZRJXbyb BPp9Dl4TW2jBHdpwbaWdsV3vm5dP6ZcFV+K0q6m4= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/110182] [11/12/13/14 Regression] Vector(2) cast from double to float and subtraction seems to produce incorrect results at -O2 and above Date: Thu, 08 Jun 2023 21:03:29 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 13.1.1 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords cf_known_to_fail short_desc cf_known_to_work cf_gcctarget target_milestone 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=3D110182 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |wrong-code Known to fail| |11.1.0 Summary|Vector(2) cast from double |[11/12/13/14 Regression] |to float and subtraction |Vector(2) cast from double |seems to produce incorrect |to float and subtraction |results at -O2 and above |seems to produce incorrect | |results at -O2 and above Known to work| |10.4.0 Target| |x86_64-linux-gnu Target Milestone|--- |11.5=