cp-tree.h (comp_except_specs, [...]): Return bool.
authorNathan Sidwell <nathan@codesourcery.com>
Wed, 18 Jun 2003 19:17:04 +0000 (19:17 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Wed, 18 Jun 2003 19:17:04 +0000 (19:17 +0000)
commitacd8e2d08fc5128d65776f04d40ba65eaa8dc76d
treef2158d249b3856f19d727f993197e873d424806d
parentb82a33d2a9dfc943324f34c60e4b231baa236eca
cp-tree.h (comp_except_specs, [...]): Return bool.

* cp-tree.h (comp_except_specs, compparms, cp_has_mutable_p,
at_least_as_qualified_p, more_qualified_p): Return bool.
* typeck.c: ANSIFY function definitions.
(comp_array_types): Take redeclaration bool parameter.
(comptypes): Rearrange STRICT handling.
(at_least_as_qualified_p, more_qualified_p,
comp_cv_qualification): Cache cv quals.
(compparms): Rearrange loop.

From-SVN: r68164
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/typeck.c