[C++ PATCH] Fix build_noexcept_spec ICE (PR c++/54207)

2012-12-05 Thread Jakub Jelinek
Hi! We ICE on the following testcase, because perform_implicit_conversion_flags doesn't guarantee the type of the returned value is boolean_type_node, if it is some other type compatible with it (in the same_type_p sense), then simple == boolean_true_node and == boolean_false_node comparisons don'

<    1   2