aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
1998-03-21Minor tweak to PA scheduling stuff.Jeff Law1-1/+1
1998-03-21Minor tweak from Gerald Pfeifer.Jeff Law1-5/+5
1998-03-21* configure.in: handle with-PACKAGE=no correctlyR. Ganesan3-281/+88
1998-03-20* pt.c (tsubst, TEMPLATE_TEMPLATE_PARM): Simplify.Kriang Lerdsuwanakij2-14/+13
1998-03-20Initial revisionBruce Korb13-0/+16750
1998-03-20Major cutover to using system.h:Kaveh R. Ghazi62-525/+228
1998-03-20decl.c (make_implicit_typename): Rewrite removed code.Jason Merrill2-2/+42
1998-03-20pt.c (complete_template_args): Rewrite.Jason Merrill3-19/+140
1998-03-20(pop_stack): Define. Pops any register on stack and adjusts the stack.Stan Cox2-4/+34
1998-03-20Makefile.in (install-gcc): Don't specify LANGUAGES here.Manfred Hollstein2-2/+7
1998-03-19configure.in (hppa1.0-hp-hpux10): Handle threads for this config too.Jeffrey A Law3-0/+19
1998-03-19pt.c (tsubst): Clear DECL_PENDING_INLINE_INFO for new FUNCTION_DECLs.Mark Mitchell3-0/+22
1998-03-19* decl.c (make_implicit_typename): Lose useless code.Jason Merrill2-25/+4
1998-03-19* call.c (standard_conversion): Handle A* -> const A* properly.Jason Merrill2-2/+7
1998-03-19* libgcc2.c (exit): Do not call __bb_exit_func if HAVE_ATEXIT.Philippe De Muyter2-1/+9
1998-03-19fold-const.c (fold): Replace sign-extension of a zero extended value by a sin...Philippe De Muyter2-0/+12
1998-03-19except.c (init_eh): Do nothing.Jason Merrill3-5/+7
1998-03-19newJason Merrill2-0/+33
1998-03-19pt.c (get_bindings_real): Rename from get_bindings.Jason Merrill2-9/+38
1998-03-19Undef RELATIVE_PREFIX_NOT_LINKDIR for System V/eabiMichael Meissner2-0/+10
1998-03-19pt.c (check_explicit_specialization): When reverting a static member function...Mark Mitchell3-1/+31
1998-03-19More warning fixes...Kaveh R. Ghazi3-4/+10
1998-03-18pt.c (tsubst_copy, CONST_DECL): Don't bother tsubsting a function context.Jason Merrill2-3/+8
1998-03-18decl.c (store_bindings): Use free_binding_vecs.Jason Merrill2-3/+24
1998-03-19regclass.c (memory_move_secondary_cost): Wrap uses of SECONDARY_INPUT_RELOAD_...Manfred Hollstein1-0/+8
1998-03-19*** empty log message ***Manfred Hollstein1-0/+6
1998-03-19m68k.md (addqi3): Fix typo gen_INT vs.Manfred Hollstein1-1/+1
1998-03-19m68k.md (addqi3): Fix typo gen_INT vs.Manfred Hollstein1-0/+1
1998-03-19m68k.md (addqi3): Fix typo gen_INT vs.Manfred Hollstein1-0/+1
1998-03-19m68k.md (addqi3): Fix typo gen_INT vs.Manfred Hollstein1-0/+8
1998-03-19final.c (insn_noperands): Change type to unsigned int.Manfred Hollstein1-4/+4
1998-03-19final.c (insn_noperands): Change type to unsigned int.Manfred Hollstein1-0/+6
1998-03-18Testcase for reg-stack failure for testcase using fp conditional move.Jim Wilson2-1/+23
1998-03-18* gcc.dg/980312-1.c: Fix typo in -march command.Jim Wilson2-1/+5
1998-03-18Also fix op1's predicate, though extract_bit_field ignores it.Richard Henderson1-1/+1
1998-03-18alpha.md (extzv): Don't reject register operands.Richard Henderson2-14/+18
1998-03-18dbxout.c (dbxout_function_end): Fix last change.Richard Henderson2-2/+7
1998-03-18Fix bug reported by Toshi Morita.Jim Wilson2-2/+7
1998-03-18Corrected spelling of my nameBruce Korb1-1/+1
1998-03-18fold-const.c (operand_equal_for_comparison_p): See if equal when nop conversi...Richard Kenner2-1/+14
1998-03-18expr.c (expand_expr, [...]): If have conditional move, don't use ORIGINAL_TAR...Richard Kenner2-0/+10
1998-03-18* netbsd.h (ASM_OUTPUT_ALIGN): Redefine.J"orn Rennecke2-0/+11
1998-03-18Fix sparc-sun-solaris2 -O2 -fPIC bootstrap failure with gcse code.Jim Wilson2-23/+47
1998-03-18decl.c (make_implicit_typename): Only change the type of a TYPENAME_TYPE.Jason Merrill2-2/+8
1998-03-18semantics.c: New file, containing routines to perform the semantic phase of p...Mark Mitchell9-4151/+4124
1998-03-18rtl.c (read_rtx): Fall back on homebrew atoll if HOST_WIDE_INT is large...Richard Henderson3-3/+50
1998-03-18Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a non-existent ...Dave Love1-0/+5
1998-03-18($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a non-existent file since...Dave Love1-2/+4
1998-03-18Fix more warnings...Kaveh R. Ghazi17-31/+96
1998-03-17* pt.c (push_template_decl): Only check primary templates.Jason Merrill2-5/+10