From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2A5443858C39; Wed, 30 Jun 2021 07:55:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2A5443858C39 From: "pal0009 at uah dot edu" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/94366] OpenMP Parallel Reduction with "&&" operator does not compute correct result Date: Wed, 30 Jun 2021 07:55:41 +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: 9.3.0 X-Bugzilla-Keywords: openmp, wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pal0009 at uah dot edu 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: --- 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 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: Wed, 30 Jun 2021 07:55:42 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D94366 Phillip Lane changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pal0009 at uah dot edu --- Comment #1 from Phillip Lane --- I have reproduced this bug using gcc/9.3.0 on Ubuntu 20.04. A preliminary l= ook shows that it appears to be in the backend and isn't an issue with the pars= er. I'll look at this more closely in the following week to see if I can't reso= lve this.=