Re: C++ PATCH: trivial cleanup

2018-09-24 Thread Jason Merrill
OK. On Fri, Sep 21, 2018 at 3:51 PM, Marek Polacek wrote: > Use the proper type for "complain". > > I guess it's obvious, but anyway, bootstrapped/regtested on x86_64-linux, ok > for trunk? > > 2018-09-21 Marek Polacek > > * cp-tree.h (build_noexcept_spec, add_exception_specifier): Adj

C++ PATCH: trivial cleanup

2018-09-21 Thread Marek Polacek
Use the proper type for "complain". I guess it's obvious, but anyway, bootstrapped/regtested on x86_64-linux, ok for trunk? 2018-09-21 Marek Polacek * cp-tree.h (build_noexcept_spec, add_exception_specifier): Adjust declarations. * except.c (build_noexcept_spec): Chang