- 22 Mar, 1998 8 commits
-
-
From-SVN: r18769
Jeff Law committed -
From-SVN: r18768
Jeff Law committed -
From-SVN: r18767
Jeff Law committed -
which included commits to RCS files with non-trunk default branches. From-SVN: r18766
Jeff Law committed -
From-SVN: r18760
Jeff Law committed -
From-SVN: r18757
Jeff Law committed -
From-SVN: r18753
Jeff Law committed -
which included commits to RCS files with non-trunk default branches. From-SVN: r18751
Jeff Law committed
-
- 21 Mar, 1998 8 commits
-
-
From-SVN: r18748
Jeffrey A Law committed -
* config/i386/xm-cygwin32.h (PATH_SEPARATOR): Set to a semi-colon. Co-Authored-By: Geoff Noer <noer@cygnus.com> From-SVN: r18747
Nick Clifton committed -
* Makefile.in: Various fixes for building cygwin32 native toolchains. * Make-lang.in: Likewise. Co-Authored-By: Geoff Noer <noer@cygnus.com> From-SVN: r18745
Nick Clifton committed -
* objc/Makefile.in: Various fixes for building cygwin32 native toolchains. * objc/Make-lang.in: Likewise. Co-Authored-By: Geoff Noer <noer@cygnus.com> From-SVN: r18744
Nick Clifton committed -
* Makefile.in: Various fixes for building cygwin32 native toolchains. Co-Authored-By: Geoff Noer <noer@cygnus.com> From-SVN: r18743
Nick Clifton committed -
From-SVN: r18742
Jeff Law committed -
From-SVN: r18741
Jeff Law committed -
From-SVN: r18740
R. Ganesan committed
-
- 20 Mar, 1998 7 commits
-
-
From-SVN: r18735
Kriang Lerdsuwanakij committed -
From-SVN: r18731
Bruce Korb committed -
* Makefile.in (alias.o, bitmap.o, c-aux-info.o, c-common.o, c-decl.o, c-iterate.o, c-lang.o, c-lex.o, c-pragma.o, c-typeck.o, caller-save.o, calls.o, collect2.o, combine.o, cse.o, dbxout.o, dwarf2out.o, dwarfout.o, emit-rtl.o, except.o, explow.o, expmed.o, expr.o, final.o, flow.o, function.o, getpwd.o, global.o, integrate.o, jump.o, local-alloc.o, loop.o, optabs.o, pexecute.o, prefix.o, print-rtl.o, print-tree.o, profile.o, real.o, recog.o, reg-stack.o, regclass.o, regmove.o, reload.o, reload1.o, reorg.o, rtl.o, rtlanal.o, sdbout.o, stmt.o, stor-layout.o, stupid.o, tlink.o, toplev.o, tree.o, unroll.o, varasm.o, xcoffout.o): Depend on system.h. * alias.c, bitmap.c, c-aux-info.c, c-common.c, c-decl.c, c-iterate.c, c-lang.c, c-lex.c, c-pragma.c, c-typeck.c, caller-save.c, calls.c, collect2.c, combine.c, cse.c, dbxout.c, dwarf2out.c, dwarfout.c, emit-rtl.c, except.c, explow.c, expmed.c, expr.c, final.c, flow.c, function.c, gcc.c, getpwd.c, global.c, integrate.c, jump.c, local-alloc.c, loop.c, optabs.c, pexecute.c, prefix.c, print-rtl.c, print-tree.c, profile.c, real.c, recog.c, reg-stack.c, regclass.c, regmove.c, reload.c, reload1.c, reorg.c, rtl.c, rtlanal.c, sched.c, sdbout.c, stmt.c, stor-layout.c, stupid.c, tlink.c, toplev.c, tree.c, unroll.c, varasm.c, xcoffout.c: Include system.h. Organize include ordering so that stdarg/varargs comes before other system headers. Remove spurious casts of functions assured of a prototype in system.h. From-SVN: r18726
Kaveh R. Ghazi committed -
* decl.c (make_implicit_typename): Rewrite removed code. (make_typename_type): Call it if the type we look up comes from a base that uses template parms. From-SVN: r18725
Jason Merrill committed -
* pt.c (complete_template_args): Rewrite. (tsubst, FUNCTION_DECL): Use it. * semantics.c (finish_asm_stmt): Fix combine strings. Call c_expand_asm_operands () if output_operands, input_operands or clobbers is not NULL_TREE. * pt.c (complete_template_args): New function. (get_bindings): Deal with specializations of function templates with return type containing parameters from outer class templates. (tsubst, TEMPLATE_TEMPLATE_PARM): When reducing parameter level, substitute arguments and compose a new type. From-SVN: r18724
Jason Merrill committed -
From-SVN: r18723
Stan Cox committed -
8 * Makefile.in (install-gcc): Don't specify LANGUAGES here. (install-gcc-cross): Instead, override LANGUAGES here. From-SVN: r18722
Manfred Hollstein committed
-
- 19 Mar, 1998 17 commits
-
-
* configure.in (hppa1.0-hp-hpux10): Handle threads for this config too. From-SVN: r18721
Jeffrey A Law committed -
* pt.c (tsubst): Clear DECL_PENDING_INLINE_INFO for new FUNCTION_DECLs. From-SVN: r18720
Mark Mitchell committed -
From-SVN: r18719
Jason Merrill committed -
From-SVN: r18718
Jason Merrill committed -
From-SVN: r18717
Philippe De Muyter committed -
* fold-const.c (fold): Replace sign-extension of a zero extended value by a single zero extension. From-SVN: r18713
Philippe De Muyter committed -
* except.c (init_eh): Do nothing. (save_eh_status): Call init_eh_for_function, not init_eh. * function.c (push_function_context_to): Don't call init_emit. From-SVN: r18710
Jason Merrill committed -
From-SVN: r18709
Jason Merrill committed -
* pt.c (get_bindings_real): Rename from get_bindings. Add check_rettype parm. (get_bindings): Pass 1. (get_bindings_overload): Pass 0. From-SVN: r18708
Jason Merrill committed -
From-SVN: r18705
Michael Meissner committed -
* pt.c (check_explicit_specialization): When reverting a static member function, also remove the `this' parameter from last_function_parms. From-SVN: r18704
Mark Mitchell committed -
* final.c (shorten_branches): Add parentheses around +/- in operand of &. * flow.c (life_analysis): Wrap variable `i' in macro ELIMINABLE_REGS. From-SVN: r18703
Kaveh R. Ghazi committed -
* pt.c (tsubst_copy, CONST_DECL): Don't bother tsubsting a function context. From-SVN: r18702
Jason Merrill committed -
* decl.c (store_bindings): Use free_binding_vecs. (pop_from_top_level): Likewise. From-SVN: r18701
Jason Merrill committed -
regclass.c (memory_move_secondary_cost): Wrap uses of SECONDARY_INPUT_RELOAD_CLASS and SECONDARY_OUTPUT_RELOAD_CLASS... P * regclass.c (memory_move_secondary_cost): Wrap uses of SECONDARY_INPUT_RELOAD_CLASS and SECONDARY_OUTPUT_RELOAD_CLASS with #ifdef tests. From-SVN: r18699
Manfred Hollstein committed -
From-SVN: r18698
Manfred Hollstein committed -
� * config/m68k/m68k.md (addqi3): Fix typo gen_INT vs. GEN_INT. * flow.c (life_analysis): #include <sys/types.h> to make sure size_t is defined. * cplus-dem.c (demangle_function_name): Likewise. From-SVN: r18697
Manfred Hollstein committed
-