public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* c/7655: -W name compatible, -W strict pointer compatible
@ 2002-08-20  8:46 ac131313
  0 siblings, 0 replies; only message in thread
From: ac131313 @ 2002-08-20  8:46 UTC (permalink / raw)
  To: gcc-gnats


>Number:         7655
>Category:       c
>Synopsis:       -W name compatible, -W strict pointer compatible
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Tue Aug 20 07:46:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     ac131313@redhat.com
>Release:        unknown-1.0
>Organization:
>Environment:

>Description:
Issue a warning when two variables type names do not match
rather than their actual names.  Or a variation.  Things
like:

char *a;
unsigned char *b;
a = b; // warning

This could also go into a -Wstrict-pointers?
But also:

typedef unsigned char bfd_byte;
bfd_byte *a;
unsigned char *b;
a = b; // warning
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-08-20 14:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-08-20  8:46 c/7655: -W name compatible, -W strict pointer compatible ac131313

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