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: RFA; configuring GCC --disable-libgomp causes libstdc++ abi check to fail.


Hi,

On 09/20/2012 10:10 AM, Iain Sandoe wrote:
Hello,

I was running some checks on x86_64-linux-gnu (most recently r191461), and configured GCC with --disable-libgomp.

This causes FAIL: libstdc++-abi/abi_check for both default and m32.

The failure is in 11 missing symbols (listed at the end of this post), from two objects which are no longer built:
libstdc++-v3/src/compatibility-parallel_list.o, libstdc++-v3/src/c++98/parallel_settings.o.
*If* (please double check) the symbols belong only to these two *.cc files, I think we are Ok because those (extension) library facilities - so called parallel-mode - cannot work without omp support.

Paolo.


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