public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/19994] New: warn on parameter name mismatch
@ 2005-02-16 11:10 cyeoh at samba dot org
  2005-02-16 11:13 ` [Bug c/19994] " pinskia at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: cyeoh at samba dot org @ 2005-02-16 11:10 UTC (permalink / raw)
  To: gcc-bugs

Would like to be able to get a warning when parameter names don't match
the prototype. eg. 

void foo(int x, int y);

then doing

void foo(int y, int x)
{
}

should generate a warning.

-- 
           Summary: warn on parameter name mismatch
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: cyeoh at samba dot org
                CC: gcc-bugs at gcc dot gnu dot org


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


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

end of thread, other threads:[~2005-06-19 22:55 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-02-16 11:10 [Bug c/19994] New: warn on parameter name mismatch cyeoh at samba dot org
2005-02-16 11:13 ` [Bug c/19994] " pinskia at gcc dot gnu dot org
2005-02-16 15:16 ` cyeoh at samba dot org
2005-02-16 15:27 ` pinskia at gcc dot gnu dot org
2005-02-16 16:30 ` schlie at comcast dot net
2005-02-16 17:02 ` schlie at comcast dot net
2005-02-16 18:04 ` joseph at codesourcery dot com
2005-06-19 22:55 ` pinskia 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).