https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69879
--- Comment #12 from Jonathan Wakely ---
Created attachment 47671
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47671&action=edit
Elide exception handling in nothrow new
Here's a proof of concept showing how to make the nothrow operator w
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69879
Jonathan Wakely changed:
What|Removed |Added
See Also||https://gcc.gnu.org/bugzill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69879
--- Comment #10 from Jonathan Wakely ---
(In reply to Daniel Gutson from comment #0)
> This issue comes from the following discussion:
>
> https://gcc.gnu.org/ml/libstdc++/2015-11/msg9.html
>
> In short: Pedro Alves suggested as a solution
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69879
--- Comment #9 from Jonathan Wakely ---
N.B. the new patterns your patch adds to the gnu.ver script need to use '[jmy]'
instead of 'm' for the size_t parameters, e.g.
__default_operator_new_throw[jmy]
Otherwise they will only match targets where
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69879
--- Comment #8 from Jonathan Wakely ---
I missed this question, sorry. The changes needed to add new symbols to
libstdc++.so (including adjusting the tests) are documented at:
https://gcc.gnu.org/onlinedocs/libstdc++/manual/appendix_porting.html#
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69879
Gabriel Ibarra changed:
What|Removed |Added
Attachment #37887|0 |1
is obsolete|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69879
--- Comment #6 from Jonathan Wakely ---
(In reply to Gabriel Ibarra from comment #5)
> 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
> hand
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69879
Gabriel Ibarra changed:
What|Removed |Added
Attachment #37848|0 |1
is obsolete|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69879
--- Comment #4 from Daniel Gutson
---
BTW, please reassign this to gabriel.iba...@tallertechnologies.com since
Aurelio is still working on qemu.
Sorry for the inconveniences.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69879
--- Comment #3 from Jonathan Wakely ---
(In reply to Gabriel Ibarra from comment #2)
> I had to add the new functions in the gnu.ver in order to be acceded from
> the application. They were added in the GLIBCXX_3.4.22 section, is it the
> right p
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69879
Gabriel Ibarra changed:
What|Removed |Added
CC||gabriel.ibarra@tallertechno
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69879
--- Comment #1 from Daniel Gutson
---
Remind to consider all the overloads (throwing, nothrow, etc.) which will
require different names.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69879
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
13 matches
Mail list logo