From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0A2C5384640F; Thu, 2 Jul 2020 17:15:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0A2C5384640F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1593710150; bh=YOF9ISEezwWVov0+eHHQ5I1eFZDyqSmQjxa9rpTnFP4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=QjLWcqJuXaosiL4A8XyBh8DdLbiKx6qIa6WIAaKJCcfGVoc0zuPP3jFqftZPESj7f agdcxbA0sjk8xZqWrpbD6LqS5MIOS99RY1gV3LnN4XKPG44IZMu4YBE4IiCQwsY9qF SECd7cz96dISn/ZhwXo453crNqL5SZSABKI8cUS0= From: "sgk at troutmask dot apl.washington.edu" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/52279] Fortran translation issues Date: Thu, 02 Jul 2020 17:15:49 +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: 4.7.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: sgk at troutmask dot apl.washington.edu X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P5 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: Thu, 02 Jul 2020 17:15:50 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D52279 --- Comment #10 from Steve Kargl = --- On Thu, Jul 02, 2020 at 05:10:51PM +0000, schwab@linux-m68k.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D52279 >=20 > --- Comment #9 from Andreas Schwab --- > That means you cannot override a default. >=20 Huh? By default you get an error. The option down-grades the error to a warning. If you don't want the warning, then don't use the option. You'll get the error.=