aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.c
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2012-12-06 19:55:48 +0100
committerJakub Jelinek <jakub@gcc.gnu.org>2012-12-06 19:55:48 +0100
commit84fd832c033bea574a835ca680e7b84d2027798d (patch)
tree198119626a140a928ea4247c14efb8b91ce927a4 /gcc/tree.c
parent947f720f7d7ca03f642e8682a97cb667bd343569 (diff)
downloadgcc-84fd832c033bea574a835ca680e7b84d2027798d.zip
gcc-84fd832c033bea574a835ca680e7b84d2027798d.tar.gz
gcc-84fd832c033bea574a835ca680e7b84d2027798d.tar.bz2
re PR c++/54207 ([C++0x] ICE in build_noexcept_spec when bool is #defined/typedef'd)
PR c++/54207 * except.c (build_noexcept_spec): Avoid direct comparison with boolean_true_node or boolean_false_node, instead use operand_equal_p and/or INTEGER_CST check. * pt.c (tsubst_exception_specification): Likewise. * typeck2.c (merge_exception_specifiers): Likewise. * g++.dg/cpp0x/noexcept18.C: New test. From-SVN: r194263
Diffstat (limited to 'gcc/tree.c')
0 files changed, 0 insertions, 0 deletions