This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/32085] "warning: deleting void* is undefined" sometimes bogus



------- Comment #1 from pinskia at gcc dot gnu dot org  2007-05-25 15:37 -------
No, even then it is still undefined because you don't call the deconstructor
for non-PODs.


-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]