This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/66256] noexcept evaluation done before end of class
- From: "redi at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 29 Aug 2017 19:14:23 +0000
- Subject: [Bug c++/66256] noexcept evaluation done before end of class
- Auto-submitted: auto-generated
- References: <bug-66256-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66256
--- Comment #10 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Right, GCC's behaviour for comment 0, comment 7 and comment 8 is a bug.
GCC's behaviour for comment 3 and comment 4 is not a bug.