C++ PATCH to deal with trivial but non-callable [cd]tors

Jason Merrill jason@redhat.com
Wed Oct 23 19:14:00 GMT 2013


Late in the C++11 process it was decided that a constructor or 
destructor can be trivial but not callable; as a result, everywhere that 
assumed that a call to a trivial function didn't need any processing 
needed to be updated.  This patch does that.

Tested x86_64-pc-linux-gnu, applying to trunk.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: trivial-deleted.patch
Type: text/x-patch
Size: 44874 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20131023/0c1c1e6b/attachment.bin>


More information about the Gcc-patches mailing list