Re: [C++ PATCH] Fix ICE in merge_exception_specifiers (PR c++/55652)
OK. Jason
[C++ PATCH] Fix ICE in merge_exception_specifiers (PR c++/55652)
Hi! This is a follow-up fix for my earlier commit, in merge_exception_specifiers can be NULL, noex == boolean_true_node comparison then was false, but operand_equal_p crashes on it. Fixed thusly, bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk? 2012-12-12 Jakub Jelinek