https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65801
--- Comment #20 from Jonathan Wakely <redi at gcc dot gnu.org> --- The problem with -fpermissive is that it doesn't just allow things like narrowing that are valid in C++03 but also allows all kind of ancient constructs that no sane person wants.