[PATCH] libstdc++: Fix exceptions being generated when compiling with -fno-exceptions
Jonathan Wakely
jwakely@redhat.com
Wed Apr 15 14:56:00 GMT 2015
On 15/04/15 11:15 -0300, Federico Lenarduzzi wrote:
>The idea of this patch is that using this function not depends from a
>configuration
>flag but depends of a flag which participates in the selection of the
>correct multilib.
OK, then I agree it's better to make it conditional on
__cpp_exceptions which can have different values for your different
multilibs, whereas _GLIBCXX_VERBOSE would be the same in all of them.
I have no objections to the change.
More information about the Libstdc++
mailing list