* cp-tree.h (build_noexcept_spec, add_exception_specifier): Adjust
commita470c772601010de2fe16e98c2864c534036fa1e
authormpolacek <mpolacek@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 24 Sep 2018 19:26:04 +0000 (24 19:26 +0000)
committermpolacek <mpolacek@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 24 Sep 2018 19:26:04 +0000 (24 19:26 +0000)
tree90ae1d01dbde7fc5e25b6c629af5bf2d9b0b94f7
parent231770788637eb3bdae165098fff2ca381cb4015
* cp-tree.h (build_noexcept_spec, add_exception_specifier): Adjust
declarations.
* except.c (build_noexcept_spec): Change the type of the complain
parameter to tsubst_flags_t.
* typeck2.c (add_exception_specifier): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@264543 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/cp-tree.h
gcc/cp/except.c
gcc/cp/typeck2.c