]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR c++/55652 (ICE (segfault) with templates and structs)
authorJakub Jelinek <jakub@redhat.com>
Thu, 13 Dec 2012 14:35:12 +0000 (15:35 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Thu, 13 Dec 2012 14:35:12 +0000 (15:35 +0100)
commit8e9f20cf1afad895bbb73a418ee3a183d2a2ea23
tree8d6601148fa8b78c438d3dac7314309e33870e31
parent5944e3a8cc4e34030c2f6ca06db347ecafb9371a
re PR c++/55652 (ICE (segfault) with templates and structs)

PR c++/55652
* typeck2.c (merge_exception_specifiers): Don't call operand_equal_p
if noex is NULL.

* g++.dg/cpp0x/noexcept19.C: New test.

From-SVN: r194479
gcc/cp/ChangeLog
gcc/cp/typeck2.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/cpp0x/noexcept19.C [new file with mode: 0644]