public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: Andrew Pinski <pinskia@physics.uc.edu>
To: nobody@gcc.gnu.org
Cc: gcc-prs@gcc.gnu.org,
Subject: Re: c/6326: gcc compile illegal code
Date: Fri, 12 Jul 2002 20:06:00 -0000	[thread overview]
Message-ID: <20020713030600.18707.qmail@sources.redhat.com> (raw)

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

From: Andrew Pinski <pinskia@physics.uc.edu>
To: gcc-gnats@gcc.gnu.org, gcc-prs@gcc.gnu.org, act.kronoz@activenetwork.it,
   gcc-bugs@gcc.gnu.org, nobody@gcc.gnu.org
Cc:  
Subject: Re: c/6326: gcc compile illegal code
Date: Fri, 12 Jul 2002 23:02:27 -0400

 Even reading the standard from your bug report:
 `The empty list in a function=A0 declarator that is not part of
 a definition=A0 of that function=A0 specifies that no information=A0=20
 about the
 number or types of the parameters is supplied.'
 It looks like:
 int foo() {
 =A0 =A0 =A0 =A0 return 0;
 }
 
 should and is currently equal to, like K&R C,
 int foo(...) {
 =A0 =A0 =A0 =A0 return 0;
 }
 
 Therefore this bug report should be closed.
 
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=3Dview%20audit-
 trail&database=3Dgcc&pr=3D6326
 


             reply	other threads:[~2002-07-13  3:06 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-07-12 20:06 Andrew Pinski [this message]
2002-07-13  2:17 neil
2002-09-10 16:34 gdr
2002-09-12 17:26 Joseph S. Myers
2002-09-13  3:56 Gabriel Dos Reis
2002-09-13  3:56 gdr

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=20020713030600.18707.qmail@sources.redhat.com \
    --to=pinskia@physics.uc.edu \
    --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).