aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
1999-08-24Fix more problems from GC diffsBernd Schmidt18-23/+42
1999-08-24expr.c (convert_move): Fix arguments to TRULY_NOOP_TRUNCATION call.Jeffrey A Law2-1/+7
1999-08-24* jump.c (delete_barrier_successors) Match (set (pc) (pc)) insnHerman A.J. ten Brugge2-0/+6
1999-08-24Daily bump.Jeff Law2-2/+2
1999-08-23cpp.texi: Add a node documenting macro varargs (copied from extend.texi).Matthias Klose2-2/+69
1999-08-24cppspec.c: Put a null pointer at the end of the new argv.Zack Weinberg2-2/+8
1999-08-23* g++spec.c (lang_specific_driver): Add room for NULL in arglist.Mumit Khan2-1/+6
1999-08-24exception.cc (__cplus_type_matcher): Call __throw_type_match_rtti_2.Jason Merrill6-125/+131
1999-08-23configure.in: Remove code to select/de-select the haifa scheduler.Jeffrey A Law9-4792/+214
1999-08-23* decl.c (check_default_argument): Fix typo.Paul Burchard2-1/+5
1999-08-23Fix sparc compilation failureBernd Schmidt6-92/+49
1999-08-23Daily bump.Jeff Law2-2/+2
1999-08-22re GNATS gcj/30 (gcj not reporting unimplemented methods)Alexandre Petit-Bianco3-14/+267
1999-08-22cp-tree.def (STMT_EXPR): Fix typo in node name.Mark Mitchell6-6/+60
1999-08-22Daily bump.Jeff Law2-2/+2
1999-08-21Daily bump.Jeff Law2-2/+2
1999-08-21The 'xxx may be clobbered by longjmp/vfork' warnings are part ofGeoffrey Keating1-12/+10
1999-08-20Fix cse.c/resource.c register lifetime inconsistency.Jim Wilson2-1/+6
1999-08-20rtl.c (rtx_class, [...]): Constify.Kaveh R. Ghazi4-7/+15
1999-08-20rtl.h (rtx_format): Constify a char*.Kaveh R. Ghazi47-171/+310
1999-08-20machmode.h (mode_name): Constify a char*.Kaveh R. Ghazi8-19/+34
1999-08-20rtl.c (rtx_name): Constify a char*.Kaveh R. Ghazi10-25/+54
1999-08-20semantics.c (finish_stmt_expr): Fix typo in comment.Mark Mitchell6-53/+122
1999-08-20* c-common.c (c_get_alias_set): Update comment.Mark Mitchell2-5/+22
1999-08-20method.c (process_overload_item): Call build_mangled_C9x_name () for all inte...Andrew Haley2-6/+9
1999-08-20linux.h (LIB_SPEC): Added.Andreas Jaeger2-0/+11
1999-08-20c4x.h (STARTFILE_SPEC): Don't define.Michael Hayes2-36/+8
1999-08-20Daily bump.Jeff Law2-2/+2
1999-08-20pt.c (redeclare_class_template): Merge default template arguments in both dir...Mark Mitchell4-6/+18
1999-08-20tree.c (expr_check): Fix typo in last change.Zack Weinberg2-1/+5
1999-08-19rtl.def (NOTE): Change format to "iuu0n".Zack Weinberg17-203/+324
1999-08-19c-common.c (c_get_alias_set): Fix support for poitners and references.Mike Stump2-3/+39
1999-08-19cp-tree.h: Declare flag_use_repository.Jason Merrill4-19/+40
1999-08-19newJason Merrill1-0/+18
1999-08-19re GNATS gcj/17 (Internal error: segfault on import-classname clash)Alexandre Petit-Bianco3-10/+57
1999-08-19newJason Merrill1-0/+31
1999-08-19tweakJason Merrill3-3/+3
1999-08-19alias.c: Include tree.h.John Wehle4-0/+157
1999-08-19Fix test for unrecognisable switches.Nick Clifton2-1/+6
1999-08-19cp-tree.def (PSEUDO_DTOR_EXPR): New tree code.Mark Mitchell8-0/+39
1999-08-19Daily bump.Jeff Law2-2/+2
1999-08-18[multiple changes]Alexandre Petit-Bianco4-504/+797
1999-08-18loop.c (recombine_givs): Set ix field after sorting.J"orn Rennecke2-8/+15
1999-08-18search.c (setup_class_bindings): Robustify.Mark Mitchell5-2/+31
1999-08-18cp-tree.h (build_lang_field_decl): Remove.Mark Mitchell13-97/+134
1999-08-18tree.c (search_tree): Handle TRUTH_{AND,OR,XOR}_EXPR too.Richard Henderson2-0/+11
1999-08-18Combined compare & jump infrastructureBernd Schmidt8-482/+490
1999-08-18Indentation fixesBernd Schmidt1-58/+58
1999-08-18Make insn-recog.c include function.hBernd Schmidt3-1/+7
1999-08-18cse.c (cse_insn): Call never_reached_warning when a jump is changed to be unc...Geoff Keating9-10/+105