gcc/gcc/cp
Nathanael Nerode 2bd3ecadd8 c-common.h (c_dump_tree), [...]): Change return type from 'int' to 'bool'.
(gcc)
	* c-common.h (c_dump_tree), c-dump.c (c_dump_tree),
	langhooks-def.h (lhd_tree_dump_dump_tree),
	langhooks.c (lhd_tree_dump_dump_tree), langhooks.h (*dump_tree):
	Change return type from 'int' to 'bool'.  Replace 0 and 1 with
	true and false in return statements.
(cp)
	* dump.c (cp_dump_tree), cp-tree.h (cp_dump_tree): Change return
	type from 'int' to 'bool'. Replace 0 and 1 with true and false in
	return statements.
(java)
	* lang.c (java_dump_tree): Change return type from 'int' to 'bool'.
	Replace 0 and 1 with true and false in return statements.

From-SVN: r64596
2003-03-19 20:34:10 +00:00
..
ChangeLog c-common.h (c_dump_tree), [...]): Change return type from 'int' to 'bool'. 2003-03-19 20:34:10 +00:00
ChangeLog.1 ChangeLog: Follow spelling conventions. 2002-09-15 17:55:36 +00:00
ChangeLog.2 ChangeLog: Follow spelling conventions. 2002-09-21 12:51:56 +00:00
ChangeLog.egcs Merge from gcc-2.8 1997-12-06 17:31:01 -07:00
Make-lang.in Make-lang.in (treelang.tags): Remove duplicate entry. 2003-03-17 06:46:05 +01:00
NEWS Make-lang.in (po-generated): Remove parse.c. 2002-12-28 08:03:42 +00:00
call.c fix typo 2003-03-19 14:43:40 -05:00
cfns.gperf cfns.gperf: ANSIfy function declarations. 2003-01-10 20:49:29 +00:00
cfns.h cfns.gperf: ANSIfy function declarations. 2003-01-10 20:49:29 +00:00
class.c re PR c++/9629 (virtual inheritance segfault) 2003-03-16 14:36:43 +00:00
config-lang.in * config-lang.in: Replace ${libstdcxx_version} by its value. 2003-03-05 06:14:08 +00:00
cp-lang.c re PR c++/9373 (ICE with -fstrict-aliasing in set_mem_alias_set, at emit-rtl.c:1932) 2003-03-10 07:26:34 +00:00
cp-tree.def Compile-time improvement: 2/n. 2003-03-15 16:30:02 +00:00
cp-tree.h c-common.h (c_dump_tree), [...]): Change return type from 'int' to 'bool'. 2003-03-19 20:34:10 +00:00
cvt.c call.c (reference_binding): Remove REF_IS_VAR parameter. 2003-03-07 21:19:38 +00:00
cxxfilt.c Remove traditional C constructs 4/n. 2002-12-29 14:53:05 +00:00
decl.c decl.c (duplicate_decls): Use the new type when prototyping anticipated decls, even when the types match. 2003-03-18 04:31:21 +00:00
decl.h * cp-tree.h, decl.h: Get rid of PARAMS. Again. 2003-01-23 20:22:16 +00:00
decl2.c Compile-time improvement: 2/n. 2003-03-15 16:30:02 +00:00
dump.c c-common.h (c_dump_tree), [...]): Change return type from 'int' to 'bool'. 2003-03-19 20:34:10 +00:00
error.c error.c (init_error): Use C90 prototype style. 2003-03-07 06:46:56 +00:00
except.c except.c (init_exception_processing): Use C90 prototype style. 2003-03-07 07:45:29 +00:00
expr.c re PR c++/7050 (g++ segfaults on: (i ? get_string() : throw)) 2003-03-12 17:24:48 -05:00
friend.c re PR c++/8700 (unhelpful error message for binding temp to reference) 2003-03-11 15:43:14 +00:00
g++spec.c gcc.c (DEFAULT_SWITCH_TAKES_ARG): Remove. 2003-03-10 15:41:42 -08:00
init.c re PR c++/9629 (virtual inheritance segfault) 2003-03-16 14:36:43 +00:00
lang-options.h except.c, [...]: Fix Copyright years. 2003-01-02 12:39:56 +01:00
lang-specs.h Makefile.in: Update. 2003-03-11 06:42:21 +00:00
lex.c c-common.h (c_common_init, [...]): Update. 2003-03-08 21:12:26 +00:00
lex.h except.c, [...]: Fix Copyright years. 2003-01-02 12:39:56 +01:00
mangle.c re PR c++/9729 (ICE in mangle_conv_op_name_for_type, at cp/mangle.c:2612) 2003-02-20 19:31:38 +00:00
method.c c-common.c (builtin_define_float_constants): Define __<TYPE>_HAS_INFINITY__ and __<TYPE>_HAS_QUIET_NAN__. 2003-01-30 07:24:02 +00:00
operators.def re PR c++/7129 (ICE with min/max assignment operators (<?= and >?=)) 2003-02-04 07:23:14 +00:00
optimize.c params.def: Introduce parameter max-inline-insns-rtl for a separate limit for the RTL inliner. 2003-03-02 21:18:16 +00:00
parser.c re PR c++/9639 ([New parser] Namespace std in constructor argument lists on illegal code causes an ICE) 2003-03-17 17:36:24 +00:00
pt.c re PR c++/9629 (virtual inheritance segfault) 2003-03-16 14:36:43 +00:00
ptree.c Compile-time improvement: 2/n. 2003-03-15 16:30:02 +00:00
repo.c Merge from pch-branch. 2003-01-10 02:22:34 +00:00
rtti.c call.c (merge_conversion_sequences): New function. 2003-03-07 07:02:02 +00:00
search.c re PR c++/9420 (incomplete type incorrectly reported) 2003-03-13 16:39:38 -05:00
semantics.c re PR c++/9823 (ICE in sort_mem_initializers) 2003-03-08 18:47:42 +00:00
tree.c c-cppbuiltin.c (builtin_define_with_value_n): Fix whitespace. 2003-03-15 13:43:33 +00:00
typeck.c re PR c++/10091 ([parisc] ICE in cp_expr_size, at cp/cp-lang.c:307) 2003-03-17 23:10:45 -05:00
typeck2.c re PR c++/9878 (error: non-lvalue in unary `&' wrongly issued) 2003-03-03 21:55:25 +00:00