From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2B5CB3858C42; Sat, 30 Dec 2023 19:26:30 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2B5CB3858C42 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1703964390; bh=NpFhTvs59Mmd+PqJresvhKUkUX8UuZ23jH2FHqqerPw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=RAQMQmtZwssFrKtiTy2odC0hdfQ6BT3JaQeWZqFe8hwnKXD6Rry2xBN2MoXPy/Fsj 6gT6Sz2wDlTwDzPir8bksai/u0Pghnxx6KItcIGJ++DFxETlqwipk2BEOR21FNx9wb tJhmJKcaAwR22cT14Q9KH2NyKAlCeDhJCGZ7b7eg= From: "danglin at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/113182] [14 Regression] FAIL: g++.dg/cpp0x/udlit-namespace.C -std=c++14 execution test Date: Sat, 30 Dec 2023 19:26:29 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: wrong-code 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: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created 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=3D113182 --- Comment #4 from John David Anglin --- Created attachment 56967 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D56967&action=3Dedit Assembler output There are no .type directives for _U_* libfuncs. They are emitted by ASM_OUTPUT_EXTERNAL_LIBCALL: /* We need set the type for external libcalls. Also note that not all libcall names are passed to targetm.encode_section_info (e.g., __main). Thus, we also have to do the section encoding if it hasn't been done already. */ #undef ASM_OUTPUT_EXTERNAL_LIBCALL #define ASM_OUTPUT_EXTERNAL_LIBCALL(FILE, FUN) \ do { \ if (!FUNCTION_NAME_P (XSTR (FUN, 0))) \ pa_encode_label (FUN); \ ASM_OUTPUT_TYPE_DIRECTIVE (FILE, XSTR (FUN, 0), "function"); \ } while (0) The .type directives that are emitted are now at the end: .section .debug_str,"",@progbits .ident "GCC: (GNU) 14.0.0 20231128 (experimental) [remotes/origin/trunk r14-6831-ged60b2868ab]" .type tanh, @function=