aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2000-10-25Makefile.am (GCJCOMPILE): Pass --tag=GCJ to libtool.Bryce McKinlay5-463/+468
2000-10-25Include config.h before system.h.Nick Clifton3-2/+12
2000-10-25configure.in: Invoke AC_PROG_CPP unconditionally before conditional feature t...Chris Demetriou3-101/+122
2000-10-25Makefile.in: Rebuilt.Tom Tromey3-19/+62
2000-10-25c-decl.c (grokdeclarator): Move warning for qualified void return types with ...Joseph Myers6-7/+77
2000-10-25i386.c (print_operand): Handle new 'A' formatting code.Diego Novillo4-17/+58
2000-10-25cpp.texi: Update with implementation-defined behavior and internal limits.Neil Booth2-13/+111
2000-10-25configure.in: Check for gconv.h.Phil Edwards11-39/+100
2000-10-25stor-layout.c (layout_type): If TYPE_ALIAS_SET was already set on the incompl...Jakub Jelinek4-0/+51
2000-10-25configopts.html: Added documentation for the "--enable-version-specific-runti...Mark Harig2-5/+19
2000-10-25acconfig.h: List _GLIBCPP_USE_THREADS.Benjamin Kosnik17-1528/+1836
2000-10-25stl_pair.h (make_pair): Add LWG solution.Benjamin Kosnik3-7/+15
2000-10-25std_bitset.h (_M_do_find_next): Fix typo.Levente Farkas1-1/+1
2000-10-25ThreadGroup.java (uncaughtException): Print thread name with stack dump.Bryce McKinlay2-1/+5
2000-10-25Daily bump.Jeff Law5-5/+5
2000-10-24parse.y (register_incomplete_type): Include JDEP_FIELD as a case where an enc...Alexandre Petit-Bianco2-2/+9
2000-10-25alias.c: Include basic-block.h.John Wehle3-2/+106
2000-10-25fix secondary_reload typo from last patchAldy Hernandez1-1/+1
2000-10-25secondary_reload_class: treat pseudos like memoryAldy Hernandez2-3/+13
2000-10-24Fixes for C++ structure layout breakage.Jim Wilson3-23/+29
2000-10-24rtlanal.c (rtx_unstable_p, [...]): Don't consider pic register stable if PIC_...Richard Henderson2-5/+27
2000-10-24do not propagate constants into jump_insn's for machines with CC0, more than ...Aldy Hernandez2-1/+12
2000-10-24treat pseudos just like memoryRichard Henderson2-5/+16
2000-10-24combine.c (distribute_notes): Discard REG_LIBCALL and REG_RETVAL when deletin...Alexandre Oliva2-0/+13
2000-10-24expr.c (do_store_flag): Don't crash if either side of a comparison is error_m...Andrew Haley2-0/+10
2000-10-24compare.cc (test01): Add using declarations.Benjamin Kosnik18-987/+1043
2000-10-24compare.cc (test01): Add using declarations.Benjamin Kosnik2-0/+109
2000-10-24sibcall.c (purge_mem_unchanging_flag): New function.Jakub Jelinek4-11/+94
2000-10-24EventObject.java: Merged from classpath.Bryce McKinlay2-32/+61
2000-10-24Daily bump.Jeff Law5-5/+5
2000-10-24Makefile.in (check-po): New target for doing checks in the po subdir if all l...Philipp Thomas4-94/+129
2000-10-23ia64.c (ia64_expand_prologue): Mark extra output registers as fixed.Richard Henderson2-2/+18
2000-10-23alpha.md: Add names for all unnamed insns; use define_insn_and_split in some ...Richard Henderson2-266/+259
2000-10-23Fix Turbo's LPRng compilation failure due to assembler errors.Jim Wilson3-3/+19
2000-10-23* call.c (equal_functions): Also call decls_match for extern "C" fns.Jason Merrill3-2/+28
2000-10-23att.h (ASM_FILE_START): Define.Diego Novillo2-0/+15
2000-10-23linux.h (ASM_FILE_START): Define.Diego Novillo2-0/+15
2000-10-23AbstractSet.java (equals): Re-installed original code.Alexandre Petit-Bianco2-4/+5
2000-10-23m68k-coff removed libgloss to fix a multiple definition of crt0Donald Lindsay2-1/+7
2000-10-23reload1.c (reload_reg_reaches_end_p): A RELOAD_OTHER can overwrite the value ...Geoff Keating2-5/+11
2000-10-23local-alloc.c (update_equiv_regs): Add an abort().Geoff Keating2-1/+16
2000-10-23Fix incorrect date in ChangeLog entry.Alex Samuel1-1/+1
2000-10-23std_valarray.h (valarray::valarray): Use __valarray_copy, not __valarray_copy...Gabriel Dos Reis2-5/+10
2000-10-23c-tree.texi: Improve documentation for IF_STMTs and related conditional state...Mark Mitchell2-9/+26
2000-10-23Daily bump.Jeff Law5-5/+5
2000-10-23call.c (standard_conversion): Use RVALUE_CONVs for all expressions that satis...Mark Mitchell3-1/+39
2000-10-23expr.c (do_preexpand_calls): Remove.Mark Mitchell8-131/+60
2000-10-22cp-demangle.c (string_list_def): Add caret_position and comments.Alex Samuel2-173/+304
2000-10-22libgcc-std.ver (__addvsi3, [...]): New functions.Chandrakala Chavva2-0/+16
2000-10-22call.c (build_conditional_expr): Use ocp_convert to force rvalue conversion.Jason Merrill2-3/+27