From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4F6D53858D37; Fri, 3 Mar 2023 08:10:13 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4F6D53858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1677831013; bh=4qFmj/XMuybfOtqqSeiq2kM1gkPNr8WQXi4dl+ycbQo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=pT1qiq4wsyFwlxVH4gpmx+dX+63bnIgSqbIUOUMSWhAE8ur43cJVuzC0IxcHlpeCJ MJEeq4nbcKHozYX7FsrfEm1JPqQogJThti75UTcwbRbyiKnY0zx3o0L/TrxuI8L/ti 9mXzy/uAF6Tm3FieGJY/7JkstrJUaecGc9OOSqkY= From: "d.j.allerton at sheffield dot ac.uk" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/108989] Two small almost identical programs give different results Date: Fri, 03 Mar 2023 08:10:12 +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: og10 (devel/omp/gcc-10) X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: d.j.allerton at sheffield dot ac.uk X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: INVALID 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: 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=3D108989 --- Comment #2 from Dave Allerton --- Apologies - should have spotted it but thanks for sorting it out. Best regards Dave Allerton ------------------------------------------------------------------------ On 02/03/2023 13:32, schwab@linux-m68k.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D108989 > > Andreas Schwab changed: > > What |Removed |Added > -------------------------------------------------------------------------= --- > Resolution|--- |INVALID > Status|UNCONFIRMED |RESOLVED > > --- Comment #1 from Andreas Schwab --- > x is used to compute y. >=