This is the mail archive of the gcc-help@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: Why does -Wabi-tag complain when -std=c++03?


On 24 March 2016 at 14:46, Jonathan Wakely wrote:
> On 24 March 2016 at 14:36, Jeffrey Walton <noloader@gmail.com> wrote:
>> I'd _love_ to support coexistence so the problems go away for users.
>> That's kind of our duty here. We suffer the problem so users don't
>> have to.
>
> Is it? How many of your users download precompiled binaries, rather
> than either getting it from their distro or compiling it from source
> (both of which will usually mean the library is compiled with the same
> ABI as the rest of their code).

And of course I'm only asking about precompiled binaries built with GCC.

How many users download precompiled binaries built with MSVC or other
compilers are irrelevant, since they aren't affected by the ABI
transition.


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