https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77728
Martin Beeger <pizzard at online dot de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |pizzard at online dot de
--- Comment #63 from Martin Beeger <pizzard at online dot de> ---
A annoyance with the fix in GCC7 is that it produces a lot of warnings from the
STL I can do very little about.
As we are aiming for a warning-free build I would like to supress these
warnings.
The problem is, that i cannot specifically supress this warning without
suppressing all warning about ABI breaks for every other reason too.
Would it be useful to add a compiler switch for this problem specifically?