public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/23144] New: [4.0/4.1 Regression] invalid parameter forward declarations not diagnosed
@ 2005-07-29 23:34 jsm28 at gcc dot gnu dot org
  2005-07-29 23:34 ` [Bug c/23144] " pinskia at gcc dot gnu dot org
  2005-09-27 16:21 ` mmitchel at gcc dot gnu dot org
  0 siblings, 2 replies; 16+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2005-07-29 23:34 UTC (permalink / raw)
  To: gcc-bugs

GCC 4.0 fails to diagnose cases of parameter forward declarations followed by no
normal parameter declarations, such as

int g1(int a;);
int g2(int a; __attribute__((unused)));
int g3(int;);
int g4(int, long;);

The same applies to 4.1 once I've fixed bug 23143.  3.4 diagnoses these cases.

-- 
           Summary: [4.0/4.1 Regression] invalid parameter forward
                    declarations not diagnosed
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jsm28 at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23144


^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2010-05-22 18:14 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-23144-230@http.gcc.gnu.org/bugzilla/>
2005-10-31  4:28 ` [Bug c/23144] [4.0/4.1 Regression] invalid parameter forward declarations not diagnosed mmitchel at gcc dot gnu dot org
2006-03-11  3:21 ` [Bug c/23144] [4.0/4.1/4.2 " mmitchel at gcc dot gnu dot org
2006-03-19 15:54 ` pinskia at gcc dot gnu dot org
2006-07-09 10:32 ` pinskia at gcc dot gnu dot org
2007-02-03 15:34 ` [Bug c/23144] [4.0/4.1/4.2/4.3 " gdr at gcc dot gnu dot org
2007-02-03 16:22 ` joseph at codesourcery dot com
2007-02-03 16:32 ` gdr at cs dot tamu dot edu
2007-02-03 17:25 ` jsm28 at gcc dot gnu dot org
2007-02-14  9:34 ` mmitchel at gcc dot gnu dot org
2008-07-04 19:59 ` [Bug c/23144] [4.2/4.3/4.4 " jsm28 at gcc dot gnu dot org
2008-10-28 20:27 ` jsm28 at gcc dot gnu dot org
2009-03-31 18:54 ` [Bug c/23144] [4.3/4.4/4.5 " jsm28 at gcc dot gnu dot org
2009-08-04 12:29 ` rguenth at gcc dot gnu dot org
2010-05-22 18:14 ` [Bug c/23144] [4.3/4.4/4.5/4.6 " rguenth at gcc dot gnu dot org
2005-07-29 23:34 [Bug c/23144] New: [4.0/4.1 " jsm28 at gcc dot gnu dot org
2005-07-29 23:34 ` [Bug c/23144] " pinskia at gcc dot gnu dot org
2005-09-27 16:21 ` mmitchel at gcc dot gnu dot org

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).