From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0B7F43858D35; Thu, 1 Dec 2022 22:17:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0B7F43858D35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1669933038; bh=zeW85Ajum2VAN+1t/nWDqUw9LxppLPd7fvZGy2GSsWM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=d1nS3HaD69cqMrimEfjYEuW7Lh2xEi0Z5PpA7xpMmCXteLY2UsCiH36uK9z87wObx 9HuL2vzimWzlf5UmSedU9OEvoQjAYuP4sx1UhZ/0a+BMKSBYm8/COg9E3k83wp+wCN Uzu4qpnKUEwOHwhkatJFYNepF4Q/bZ9yxCr91c4U= From: "anlauf at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/107874] merge not using all its arguments Date: Thu, 01 Dec 2022 22:17:17 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: fortran X-Bugzilla-Version: unknown X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: anlauf at gcc dot gnu.org X-Bugzilla-Status: REOPENED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: anlauf at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.0 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=3D107874 --- Comment #11 from anlauf at gcc dot gnu.org --- And this is the output I'm getting on stdout: tstuff fstuff T tstuff fstuff F tstuff fstuff T tstuff fstuff F tstuff T tstuff F fstuff T fstuff F Can you compare your output with the above to narrow down what might be wro= ng?=