From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7C9893840C02; Wed, 20 May 2020 04:02:36 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7C9893840C02 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1589947356; bh=Q8MOYlTKGFR8au6dLPv+7JrxuYX7SceY8p/z/ZBWe6o=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ZhG/0Be+u12GaMDKD6TBwje2Hjiu47/GfDP6oTBKBeo9DK/mLtrTvIrSZJxi0EQeB OqHvJYtOVSENYqEc7OUFaSo6u07J+gUeVQCtO1JJwpdwPP/3CCUbD8IWuRAZBDw1Co GqJxUqbC3QzzT3wU6vTKGRgPHG2ktdR+IhTyZheQ= From: "tkoenig at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libfortran/95177] error: array subscript has type char Date: Wed, 20 May 2020 04:02:36 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libfortran X-Bugzilla-Version: 10.0 X-Bugzilla-Keywords: build, diagnostic X-Bugzilla-Severity: normal X-Bugzilla-Who: tkoenig 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: 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, 20 May 2020 04:02:36 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D95177 Thomas Koenig changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tkoenig at gcc dot gnu.org --- Comment #7 from Thomas Koenig --- As a matter of style, I do not like random casts, they clutter the code and make adhering to the 80 character line limit even more of a pain. A macro might be better here, or a function safe_toupper.=