Bug#816776: Also for wxWidgets-3

2016-03-22 Thread Yann Le Doaré
Hi, I did a --disable-precomp-headers for wxWidgets-3.0.2 configure Else g++ makes again a segmentation fault. Yann

Bug#818996: Please enable -Wabi-tag warning for C++ programs

2016-03-22 Thread Jeffrey Walton
On Tue, Mar 22, 2016 at 6:03 PM, Rebecca N. Palmer wrote: >> The user then compiled with Clang and caught a link error. > > clang can't handle abi tags (i.e. can't link to new-ABI code even if you > aren't trying to mix it with old-ABI code): >

Bug#818996: Please enable -Wabi-tag warning for C++ programs

2016-03-22 Thread Rebecca N. Palmer
The user then compiled with Clang and caught a link error. clang can't handle abi tags (i.e. can't link to new-ABI code even if you aren't trying to mix it with old-ABI code): https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=797917 https://llvm.org/bugs/show_bug.cgi?id=23529

Processed: Re: Please enable -Wabi-tag warning for C++ programs

2016-03-22 Thread Debian Bug Tracking System
Processing control commands: > submitter -1 Jeffrey Walton Bug #818996 [g++] Please enable -Wabi-tag warning for C++ programs Changed Bug submitter to 'Jeffrey Walton ' from 'Simon McVittie ' -- 818996:

Bug#818996: Please enable -Wabi-tag warning for C++ programs

2016-03-22 Thread Simon McVittie
Package: g++ Control: submitter -1 Jeffrey Walton On Tue, 22 Mar 2016 at 10:34:29 -0400, Jeffrey Walton wrote: > We just took a report due to > http://gcc.gnu.org/onlinedocs/libstdc++/manual/using_dual_abi.html > > It appears Debian built the library with GCC, and GCC used >