This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] libstdc++: Fix exceptions being generated when compiling with -fno-exceptions


Jonathan,

I don't have commit access though, so if you could commit this for me
it'd be great.

Regards.

2015-04-15 11:55 GMT-03:00 Jonathan Wakely <jwakely@redhat.com>:
> 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.



-- 
Federico Lenarduzzi
Software Engineer

Taller Technologies Argentina
San Lorenzo 47, 3rd Floor, Office 5
Cordoba, Argentina
Phone: +54 351 4220701
Mobile: +54 358 4289083
Skype: federico.lenarduzzi1


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]