C++0x PATCH to comparison of noexcept specifications
Jason Merrill
jason@redhat.com
Tue Jun 22 07:08:00 GMT 2010
While working on implicit move constructors, I've been running the
testsuite with -std=gnu++0x, which turned up a bug whereby overriding a
base method which can throw any exception with a derived method which is
noexcept was giving an error about a looser exception spec. Fixed thus.
Tested x86_64-pc-linux-gnu, applied to trunk.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: comp-noexcept.patch
Type: text/x-patch
Size: 3919 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20100622/45e1e791/attachment.bin>
More information about the Gcc-patches
mailing list