This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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: check-abi on i686-linux-gnu and x86_64-linux-gnu


"B. Kosnik" <bkoz@nabi.net> writes:

>>Running it on x86_64-linux-gnu:
>
> It looks like you are using the wrong baseline files as...
>
>>4 missing symbols 
>>        1
>>        symbol
>>        _ZNSt7codecvtIcc11__mbstate_tEC1EP15__locale_structm
>>        demangled symbol
>>        std::codecvt<char, char, __mbstate_t>::codecvt(__locale_struct*, unsigned long)
>>
>>        2
>>        symbol
>>        _ZNSt7codecvtIcc11__mbstate_tEC2EP15__locale_structm
>>        demangled symbol
>>        std::codecvt<char, char, __mbstate_t>::codecvt(__locale_struct*, unsigned long)
>>
>>        3
>>        symbol
>>        _ZNSt7codecvtIwc11__mbstate_tEC1EP15__locale_structm
>>        demangled symbol
>>        std::codecvt<wchar_t, char, __mbstate_t>::codecvt(__locale_struct*, unsigned long)
>>
>>        4
>>        symbol
>>        _ZNSt7codecvtIwc11__mbstate_tEC2EP15__locale_structm
>>        demangled symbol
>>        std::codecvt<wchar_t, char, __mbstate_t>::codecvt(__locale_struct*, unsigned long)
>
> These were not in the 3.2.0 sources, so they can't be "missing." 
>
> You need to create your baseline file with the 3.2.0 sources, not 3_2-branch.

Thanks, I'll recreate them correctly soon.

But what is the problem with my i686-linux-gnu results?

Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj


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