This is the mail archive of the gcc-patches@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] |
Along with the C++17 change to make noexcept part of the type I added a warning for situations where this changes the mangled name of a symbol, as part of -Wc++1z-compat. This is troublesome since there's no way to adjust your code to avoid it, so this patch gives it a separate flag. Tested x86_64-pc-linux-gnu, applying to trunk.
Attachment:
Wnoexcept-type.diff
Description: Text document
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |