[Bug c++/64867] New: warning for passing non-POD to varargs function

tromey at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Jan 29 17:38:00 GMT 2015


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64867

            Bug ID: 64867
           Summary: warning for passing non-POD to varargs function
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: tromey at gcc dot gnu.org

Currently gcc does not warn if I pass a non-POD to a
varargs function.  It would have been useful recently
if there was an option to make gcc warn about this.



More information about the Gcc-bugs mailing list