From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6CDDE385E003; Wed, 25 Mar 2020 14:44:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6CDDE385E003 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1585147477; bh=yZKOZ0WSUApu50RhQpix5YEoOH5JuohvsWpZfSEkTns=; h=From:To:Subject:Date:In-Reply-To:References:From; b=CBAgPBnLltSPjBvQ5O/LNRUoDFAHxGAs//dqKTWKHRRMr64FJyQzyaf4Mb6JJ8YTf VIQAF2YiAZQwutsAbF+hq4HM2JpnFpZ5m6RA404aEGqQJicCDyGbng0UxmWuUvMHRw QeGW7kg4HVGspZuC6zVWdwG5SWagH6S0+8rVpPhY= From: "danglin at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/94253] FAIL: gfortran.dg/bind_c_coms.f90 -O0 (test for excess errors) Date: Wed, 25 Mar 2020 14:44:37 +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: 10.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: danglin 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: --- 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 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, 25 Mar 2020 14:44:37 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D94253 --- Comment #3 from John David Anglin --- Okay, the problem is the test lacks a '-fcommon' option. The default was changed here: 2019-11-20 Wilco Dijkstra PR85678 * common.opt (fcommon): Change init to 1. * doc/invoke.texi (-fcommon): Update documentation. This means almost all the places in the testsuite where we add '-fno-common' are unnecessary...=