From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 450FE3858D28; Thu, 21 Mar 2024 02:57:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 450FE3858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1710989879; bh=afb8KDi7jwmpxBNYDJLLFf5ud1fqOhcFyWk28gclPO0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=IiFUy9ADejyUUHruWvThJc5DHiW9uzfT9sNaULdrK0Fu8u+kMm9QG1RUP/Meg2OZI phFbehP94LX+GmYo9tHA821fXKl9ntReE4/zCsafY6/lwKXYsHaqSCVamyzkZ7nJTm 8CdaUDFIBzyfrRkiHifZ60LHINdF8f3sp8ZFer4g= From: "tromey at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/49565] character(kind=4) is emitted as DW_ATE_unsigned, not DW_ATE_unsigned_char Date: Thu, 21 Mar 2024 02:57:57 +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: X-Bugzilla-Severity: normal X-Bugzilla-Who: tromey at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P4 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=3D49565 --- Comment #13 from Tom Tromey --- (In reply to anlauf from comment #12) > After reading this ancient thread, I don't see anything left to do. Clos= ing. GCC still emits <1>: Abbrev Number: 1 (DW_TAG_base_type) DW_AT_byte_size : 4 DW_AT_encoding : 7 (unsigned) DW_AT_name : (indirect string, offset: 0x43): character(kind=3D4) i.e., DW_ATE_unsigned. That still seems incorrect to me, so I think this should be reopened.=