public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/51045] New: [C++0x] erroneous zero as null pointer constant warning at delete
@ 2011-11-09  2:15 jarrydb at cse dot unsw.edu.au
  2011-11-09  2:32 ` [Bug c++/51045] " jarrydb at cse dot unsw.edu.au
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: jarrydb at cse dot unsw.edu.au @ 2011-11-09  2:15 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 51045
           Summary: [C++0x] erroneous zero as null pointer constant
                    warning at delete
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: jarrydb@cse.unsw.edu.au
              Host: x86_64-unknown-linux-gnu
            Target: x86_64-unknown-linux-gnu
             Build: x86_64-unknown-linux-gnu


The attached code erroneously gives me a warning about using zero as a null
pointer constant where there is no zero at all. The line it points to is a
delete statement.

g++ -std=gnu++11 zeronull.cpp -c -Wzero-as-null-pointer-constant
zeronull.cpp: In instantiation of ‘A<T>::~A() [with T = Op]’:
zeronull.cpp:12:7:   required from here
zeronull.cpp:7:5: warning: zero as null pointer constant
[-Wzero-as-null-pointer-constant]


gcc -v

Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/home/jarrydb/current/soft/install-latest/libexec/gcc/x86_64-unknown-linux-gnu/4.7.0/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: /home/jarrydb/current/soft/src/gcc-git/configure
--prefix=/home/jarrydb/current/soft/install-latest --disable-multilib
--enable-languages=c,c++ : (reconfigured)
/home/jarrydb/current/soft/src/gcc-git/configure
--prefix=/home/jarrydb/current/soft/install-latest --disable-multilib
--enable-languages=c,c++
Thread model: posix
gcc version 4.7.0 20111108 (experimental) (GCC)


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

end of thread, other threads:[~2011-11-09 17:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-09  2:15 [Bug c++/51045] New: [C++0x] erroneous zero as null pointer constant warning at delete jarrydb at cse dot unsw.edu.au
2011-11-09  2:32 ` [Bug c++/51045] " jarrydb at cse dot unsw.edu.au
2011-11-09 10:43 ` paolo.carlini at oracle dot com
2011-11-09 11:08 ` paolo.carlini at oracle dot com
2011-11-09 17:23 ` [Bug c++/51045] " paolo at gcc dot gnu.org
2011-11-09 17:25 ` paolo at gcc dot gnu.org
2011-11-09 17:27 ` paolo.carlini at oracle dot com

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