From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3E21F3850426; Tue, 8 Sep 2020 13:38:23 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3E21F3850426 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1599572303; bh=eWb6j6wpq7RdweWPg7Sz8Zly7f8ZM28f4/aLc6WLSGQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Xu2zUb80S88BGlY+j/BoskL5uGvMuzr9SUdaeSd7hQWnVxekujIZTn5blK53nq4wJ t8zgjLwAABtD0+oj/V8C6ZdAxX7oWxr2eHCI7ZBy4/eE3lmI05vK9+X05gRaHVF1Xs WJj6d5ChOSwtARdOqjWX2491gaCbiBlgkEZq4wiQ= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/96981] Assembler messages: Error: missing name for O0-O3 Date: Tue, 08 Sep 2020 13:38:23 +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: 11.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: INVALID 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: bug_status cc resolution 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: Tue, 08 Sep 2020 13:38:23 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D96981 Jakub Jelinek changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |jakub at gcc dot gnu.org Resolution|--- |INVALID --- Comment #2 from Jakub Jelinek --- IMHO a clang bug, where it silently ignores the bogus section attribute. section attribute requires a name of the section, an empty string is not a valid section name.=