From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28745 invoked by alias); 21 Jul 2003 14:27:53 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 28723 invoked by uid 48); 21 Jul 2003 14:27:53 -0000 Date: Mon, 21 Jul 2003 14:27:00 -0000 Message-ID: <20030721142753.28721.qmail@sources.redhat.com> From: "bangerth at dealii dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20030721100002.11613.jsaw@gmx.net> References: <20030721100002.11613.jsaw@gmx.net> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/11613] attribute unused after label causes error with g++ X-Bugzilla-Reason: CC X-SW-Source: 2003-07/txt/msg02474.txt.bz2 List-Id: PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11613 bangerth at dealii dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |WAITING ------- Additional Comments From bangerth at dealii dot org 2003-07-21 14:27 ------- I can confirm this. However, I did not find a place in the manual that states that it is allowed to use an attribute on a label (in particular, the idea of putting the attribute _after_ the colon seems exceedingly ugly to me). Can you point me to a relevant statement in the manual? If there is none, then this would be a bug in the C front end to grok such a thing. Thanks Wolfgang