- 31 May, 2000 20 commits
-
-
* decl.c (build_cp_library_fn): Set DECL_CONTEXT. * method.c (mangle_expression): Adjust test for legal expression operators. * pt.c (instantiate_decl): Save and restore the local specializations list. From-SVN: r34302
Mark Mitchell committed -
From-SVN: r34301
Bruce Korb committed -
From-SVN: r34300
Bruce Korb committed -
From-SVN: r34299
Bruce Korb committed -
From-SVN: r34298
Bruce Korb committed -
From-SVN: r34297
Philippe De Muyter committed -
* flow.c (propagate_block): If block has no successors, stores to frame are dead if not used. From-SVN: r34296
Richard Kenner committed -
* tree.h (TREE_CODE_LENGTH): New macro. * c-common.c (c_find_base_decl): Use it. * expr.c (safe_from_p): Likewise. * print-tree.c (print_node): Likewise. * tree.c (make_node, copy_node, get_identifier): Likewie. (first_rtl_op, contains_placeholder_p, substitute_in_expr): Likewise. (build, build_nt, build_parse_node, simple_cst_equal): Likewise. * fold-const.c (make_range): Likewise. (fold): Likewise; also use first_rtl_op. * c-iterate.c (collect_iterators): Use first_rtl_op. * calls.c (calls_function_1): Likewise; also rename TYPE to CLASS. Use IS_EXPR_CODE_CLASS. (preexpand_calls): Likewise. * ggc-common.c (ggc_mark_trees): Rework to use first_rtl_op and TREE_CODE_LENGTH. * stmt.c (warn_if_unused_value): If no operands, no unused value. * ch/lang.c (deep_const_expr): Use first_rtl_op. * ch/satisfy.c (satisfy): Use TREE_CODE_LENGTH. * cp/method.c (mangle_expression): Use TREE_CODE_LENGTH. * cp/tree.c (break_out_calls, build_min_nt): Use TREE_CODE_LENGTH. (built_min, cp_tree_equal): Likewise. From-SVN: r34295
Richard Kenner committed -
From-SVN: r34294
Richard Kenner committed -
From-SVN: r34293
Richard Kenner committed -
From-SVN: r34292
Andrew Cagney committed -
* stmt (expand_end_case): Reorder conversion sequence for jump table to avoid extra truncations. From-SVN: r34291
Nathan Sidwell committed -
From-SVN: r34290
Jason Merrill committed -
From-SVN: r34289
Jason Merrill committed -
From-SVN: r34288
Jeff Law committed -
ifcvt.c (cond_exec_process_if_block): Do nothing if the last insn in the block is more than just a simple conditional... * ifcvt.c (cond_exec_process_if_block): Do nothing if the last insn in the block is more than just a simple conditional branch. (noce_process_if_block): Similarly. From-SVN: r34287
Jeffrey A Law committed -
call.c (add_template_candidate_real): Handle member template constructors for classes with virtual bases. * call.c (add_template_candidate_real): Handle member template constructors for classes with virtual bases. (build_user_type_conversion_1): Use in_charge_arg_for_name. (build_new_method_call): Use DECL_NONSTATIC_MEMBER_FUNCTION_P. * ir.texi: Update thunk documentation. From-SVN: r34284
Mark Mitchell committed -
* optabs.c (prepare_float_lib_cmp): Protect *px and *py from queue. From-SVN: r34283
Alexandre Oliva committed -
From-SVN: r34281
Michael Meissner committed -
From-SVN: r34280
Richard Henderson committed
-
- 30 May, 2000 18 commits
-
-
* include/name-finder.h: Include <sys/wait.h>. (_Jv_name_finder::pid): Now of type `pid_t'. (_Jv_name_finder::~_Jv_name_finder): Call waitpid(). * java/lang/Throwable.java (CPlusPlusDemangler.close): Call `proc.waitFor()'. From-SVN: r34279
Tom Tromey committed -
From-SVN: r34277
Jeff Law committed -
From-SVN: r34275
Jeff Law committed -
From-SVN: r34274
Richard Henderson committed -
From-SVN: r34273
Bruce Korb committed -
From-SVN: r34272
Jeff Law committed -
From-SVN: r34271
Bruce Korb committed -
From-SVN: r34270
Bruce Korb committed -
From-SVN: r34269
Mark Mitchell committed -
* config/alpha/alpha.md (*setne_internal): Use match_operator instead of working down from insn. From-SVN: r34268
Richard Henderson committed -
* cp-tree.h (DECL_ANTICIPATED): New macro. Document new use of DECL_LANG_FLAG_7. * decl.c (builtin_function): Set DECL_ANTICIPATED on builtins in the user namespace. * lex.c (do_identifier): If the identifier's declaration has DECL_ANTICIPATED on, it has not yet been declared. But do not replace it with an ordinary implicit declaration. * tinfo2.cc: Include stdlib.h. From-SVN: r34267
Zack Weinberg committed -
From-SVN: r34266
Philipp Thomas committed -
From-SVN: r34265
Kaveh R. Ghazi committed -
From-SVN: r34264
Jason Merrill committed -
From-SVN: r34263
Philippe De Muyter committed -
From-SVN: r34262
Jeff Law committed -
From-SVN: r34261
Richard Henderson committed -
* cpplib.c (do_if): Don't save and restore only_seen_white here. * cppexp.c (_cpp_parse_expr): Save and restore only_seen_white and skipping here. From-SVN: r34260
Zack Weinberg committed
-
- 29 May, 2000 2 commits
-
-
flow.c (mark_used_reg): If a register is unconditionally live, remove any conditional death information. * flow.c (mark_used_reg): If a register is unconditionally live, remove any conditional death information. From-SVN: r34259
Richard Earnshaw committed -
* final.c (current_output_insn): New. (final_scan_insn): Set it. * output.h: Declare it. From-SVN: r34258
Richard Henderson committed
-