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

Gabriel Ibarra <gabriel.ibarra at tallertechnologies dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #37848|0                           |1
        is obsolete|                            |

--- Comment #5 from Gabriel Ibarra <gabriel.ibarra at tallertechnologies dot 
com> ---
Created attachment 37887
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37887&action=edit
[RFC] Added default functions for new and delete operators + unit test.

Hi, I added a new section (GLIBCXX_3.4.23) and a test file for this issue.
Jonathan, I have a couple of questions:

1) When you say "it can't be applied until after GCC 6", you mean that my
changes won't be commited until then?  If you commit this now, how would you
handle me using 4.23 as a version number?
2) If you commit this now, is there any way to make the unit test that I added
run only for GLIBCXX_3.4.23?
3) And finally, how should I deal with the sized delete? Since it depends on
the __cpp_sized_deallocation macro, should I add a test that also depends on
this macro?

Thanks,
Gabriel

Reply via email to