- 09 Oct, 1998 15 commits
-
-
Fri Oct 9 16:03:19 1998 Graham <grahams@rcp.co.uk> * flow.c (print_rtl_with_bb): Changed type of in_bb_p to match use. * gcc.c (add_preprocessor_option): Correct typo when allocating memory, sizeof() argument had one too many `*'. (add_assembler_option): Likewise. (add_linker_option): Likewise. * gcov.c (output_data): Likewise. * local-alloc.c (memref_used_between_p): Likewise. (update_equiv_regs): Likewise. * loop.c (strength_reduce): Likewise. * reg-stack.c (record_asm_reg_life): Likewise. (subst_asm_stack_reg): Likewise. * reorg.c (dbr_schedule): Likewise. From-SVN: r22964
Graham Stott committed -
Fri Oct 9 15:57:51 1998 Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE> * flow.c (life_analysis_1): Break out some functions. (find_basic_blocks_1): Likewise. Also move some variables out and make them static. Rename NONLOCAL_LABEL_LIST arg to NONLOCAL_LABELS and initialize new static var nonlocal_label_list with it. (active_eh_region, nested_eh_region, label_value_list, nonlocal_label_list): New static variables. (make_edges, delete_unreachable_blocks, delete_block): New static functions, broken out of find_basic_blocks_1. (record_volatile_insns, mark_regs_live_at_end, set_noop_p, noop_move_p): New static functions, broken out of life_analysis_1. From-SVN: r22963
Bernd Schmidt committed -
* expmed.c (store_bit_field): Pun non-integral str_rtx modes. Take extra care for op0 now possibly being a subreg. (extract_bit_field): Likewise. * function.c (purge_addressof_1): Revert Oct 4 change. Drop the reg to memory if there is no equal sized integral mode. * stor-layout.c (int_mode_for_mode): New function. * machmode.h: Prototype it. From-SVN: r22962
Richard Henderson committed -
global.c (build_insn_chain): Verify no real insns exist past the end of the last basic block, then exit the loop. * global.c (build_insn_chain): Verify no real insns exist past the end of the last basic block, then exit the loop. From-SVN: r22961
Jeffrey A Law committed -
* search.c (expand_upcast_fixups): Tweak to match 1998-10-07 change to vtable types. From-SVN: r22959
Mark Mitchell committed -
* cvt.c (ocp_convert): Avoid infinite recursion caused by 1998-10-03 change. From-SVN: r22958
Mark Mitchell committed -
* ch-tree.h (build_delay_case_end): Remove unused parameter. (build_receive_case_end): Likewise. (check_queue_size): Likewise. * parse.c: Callers changed. * satisfy.c: Likewise. * tasking.c (build_receive_buffer_case_end): Remove unused parameter `label_cnt'. (build_receive_signal_case_end): Likewise. (build_receive_case_end): Likewise. (build_delay_case_end): Likewise. (check_queue_size): Likewise for parameter `type'. All callers changed. From-SVN: r22957
Kaveh R. Ghazi committed -
* g++.old-deja/g++.pt/expr6.C: New test. operator?: breaks matching of template brackets. (forgot to cvs add it yesterday) From-SVN: r22956
Alexandre Oliva committed -
From-SVN: r22955
David Edelsohn committed -
From-SVN: r22954
Jason Merrill committed -
From-SVN: r22953
Jeff Law committed -
* config.guess: Merge with FSF. Merged with devo. From-SVN: r22952
Ian Lance Taylor committed -
* pt.c (resolve_overloaded_unification): New fn. (try_one_overload): Likewise. (unify): Don't fail on unknown type. (type_unification_real): Likewise. Use resolve_overloaded_unification to handle an overloaded argument. (template_args_equal): Split out... (comp_template_args): From here. (determine_specialization): Also allow a template with more parms than were explicitly specified. * cp-tree.h: Add template_args_equal. * call.c (resolve_args): Remove TEMPLATE_ID_EXPR code. From-SVN: r22951
Jason Merrill committed -
8 * config.sub: Merge with FSF. * config.sub: Accept m68060 and m5200 as CPU names. Merge with devo/config.sub. From-SVN: r22950
Ian Lance Taylor committed -
� * config.sub: Merge with FSF. * config.sub: Accept m68060 and m5200 as CPU names. Merge with devo/config.sub. From-SVN: r22949
Ian Lance Taylor committed
-
- 08 Oct, 1998 25 commits
-
-
* config-ml.in: Default to being verbose, to match Feb 18 change to configure. From-SVN: r22948
Ian Lance Taylor committed -
From-SVN: r22947
Ian Lance Taylor committed -
Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com> * missing: Update to version from automake 1.3. Bring over from devo. From-SVN: r22946
Ian Lance Taylor committed -
� * ylwrap: Change absolute path checks to check for DOS style path names. * ylwrap: Don't use a full path name if the source file is in the same directory. From hjl@lucon.org (H.J. Lu). Brought over from devo. From-SVN: r22945
Marc Lehmann committed -
� * ylwrap: Change absolute path checks to check for DOS style path names. * ylwrap: Don't use a full path name if the source file is in the same directory. From hjl@lucon.org (H.J. Lu). Brought over from devo. From-SVN: r22944
Marc Lehmann committed -
* Makefile.in (EXPECT) : Look for "expect" in the correct place. From-SVN: r22943
Gavin Koch committed -
backport: libiberty.h (xexit): Change decl to use modern GCC attribute to indicate exit does not return. * Merge devo and egcs include directories. 1998-08-03 Jason Molenda (jsm@bugshack.cygnus.com) * libiberty.h (xexit): Change decl to use modern GCC attribute to indicate exit does not return. From-SVN: r22942
Jeff Law committed -
* Merge egcs & devo libiberty. From-SVN: r22941
Jeff Law committed -
From-SVN: r22940
Ovidiu Predescu committed -
From-SVN: r22939
Jeff Law committed -
From-SVN: r22938
Jeffrey A Law committed -
* emit-rtl.c (init_emit_once): Call INIT_EXPANDERS. * cpplib.h: Protect from multiple inclusions. * cpplib.c: Fix minor formatting problems. From-SVN: r22937
Jeff Law committed -
From-SVN: r22936
David Edelsohn committed -
From-SVN: r22934
Jeff Law committed -
From-SVN: r22933
Jeffrey A Law committed -
date: 1998/07/15 18:18:49; author: brendan; state: Exp; lines: +2 -2 dd expected warning, remove first error loc (now only on line 13) From-SVN: r22932
Jeff Law committed -
Fix assembler scan patterns to match current assembler output. From-SVN: r22931
Nick Clifton committed -
From-SVN: r22930
Jeff Law committed -
From-SVN: r22929
Jeffrey A Law committed -
* flow.c (find_basic_blocks): Correctly determine when a call is within an exception region. From-SVN: r22928
Richard Henderson committed -
* Makefile.in (cpplib.o): Use unlibsubdir. Somehow lost during unlibsubdir changes. From-SVN: r22925
Jeffrey A Law committed -
* semantics.c (finish_asm_stmt): Revert my 1998-09-28 change. From-SVN: r22924
Anthony Green committed -
From-SVN: r22923
Catherine Moore committed -
* loop.c (get_condition): Allow combine when either compare is VOIDmode. From-SVN: r22922
Jim Wilson committed -
* g++.old-deja/g++.pt/expr6.C: New test. operator?: breaks matching of template brackets. From-SVN: r22921
Alexandre Oliva committed
-