public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: "Joseph S. Myers" <jsm28@cam.ac.uk>
To: nobody@gcc.gnu.org
Cc: gcc-prs@gcc.gnu.org,
Subject: Re: c/7508: GCC refuses to compile a declartion right after a 'case' in switch
Date: Tue, 06 Aug 2002 11:56:00 -0000	[thread overview]
Message-ID: <20020806185600.12917.qmail@sources.redhat.com> (raw)

The following reply was made to PR c/7508; it has been noted by GNATS.

From: "Joseph S. Myers" <jsm28@cam.ac.uk>
To: <ddcc@email.com>
Cc: <gcc-gnats@gcc.gnu.org>,  <gcc-bugs@gcc.gnu.org>
Subject: Re: c/7508: GCC refuses to compile a declartion right after a 'case'
 in switch
Date: Tue, 6 Aug 2002 19:53:58 +0100 (BST)

 On 6 Aug 2002 ddcc@email.com wrote:
 
 > GCC refuses to compile a declaration that follows immediately after a
 > 'case' in a 'switch', even in C99 mode:
 
 Although C99 allows declarations and statements to be mixed, it does not
 make declarations into statements.  Labels can only be applied to
 statements, not to declarations.  As to allowing this as an extension, see
 the comment in c-parse.in explaining why we don't:
 
    NOTE: we don't allow labels on declarations; this might seem like a
    natural extension, but there would be a conflict between attributes
    on the label and prefix attributes on the declaration.  */
 
 -- 
 Joseph S. Myers
 jsm28@cam.ac.uk
 


             reply	other threads:[~2002-08-06 18:56 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-08-06 11:56 Joseph S. Myers [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-09-15 13:31 jsm28
2002-08-06  9:36 ddcc

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020806185600.12917.qmail@sources.redhat.com \
    --to=jsm28@cam.ac.uk \
    --cc=gcc-prs@gcc.gnu.org \
    --cc=nobody@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).