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 PR libstdc++/51135]: Fix [4.7 Regression] SIGSEGV during exception cleanup on win32


2011/12/12 Kai Tietz <ktietz70@googlemail.com>:
> 2011/12/12 Paolo Carlini <paolo.carlini@oracle.com>:
>> On 12/12/2011 12:29 PM, Kai Tietz wrote:
>>>
>>> Well, this was my initial attempt to solve it. The issue here is that
>>> libsupc++ doesn't use the the os-header-file
>>
>> Are you sure? Should include bits/c++config.h, no?
>>
>> Paolo.
>
> Well, I tested it, and I saw that the define in the os part for
> libsupc++ weren't set. ?By looking into this, this might be also
> caused by not including in all .cc files using cxxabi.h before
> bits/c++config.h.
>
> Kai

Hmm, strange.  cxxabi.h is supposed to include <bits/c++config.h>
itself.  I will retest

Kai


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