Re: [PATCH] Remove -Wabi from libstdc++ build options

2018-07-02 Thread Jonathan Wakely
On 30/06/18 20:48 +, Bernd Edlinger wrote: Hi, the -Wabi option prints a warning as follows: cc1plus: warning: -Wabi won't warn about anything [-Wabi] cc1plus: note: -Wabi warns about differences from the most up-to-date ABI, which is also used by default cc1plus: note: use e.g. -Wabi=11 to

[PATCH] Remove -Wabi from libstdc++ build options

2018-06-30 Thread Bernd Edlinger
Hi, the -Wabi option prints a warning as follows: cc1plus: warning: -Wabi won't warn about anything [-Wabi] cc1plus: note: -Wabi warns about differences from the most up-to-date ABI, which is also used by default cc1plus: note: use e.g. -Wabi=11 to warn about changes from GCC 7 This happens man