public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/21296] New: Missed warning
@ 2005-04-30 10:40 neil at gcc dot gnu dot org
  2005-04-30 15:02 ` [Bug c/21296] [3.3 Regression] " pinskia at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: neil at gcc dot gnu dot org @ 2005-04-30 10:40 UTC (permalink / raw)
  To: gcc-bugs

-Wall warns about most statements with no effect.  However, it doesn't warn about

volatile int v;
void foo(void)
{
  &v;
}

-- 
           Summary: Missed warning
           Product: gcc
           Version: 3.3.3
            Status: UNCONFIRMED
          Severity: minor
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: neil at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org


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


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

end of thread, other threads:[~2005-04-30 15:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-30 10:40 [Bug c/21296] New: Missed warning neil at gcc dot gnu dot org
2005-04-30 15:02 ` [Bug c/21296] [3.3 Regression] " pinskia at gcc dot gnu dot org
2005-04-30 15:09 ` pinskia at gcc dot gnu dot org
2005-04-30 15:15 ` 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).