gcc.git
2001-02-18 Mark Mitchellprint-tree.c (print_node): Do not use BLOCK_CHAIN when...
2001-02-18 Mark Mitchellinit.c (build_new): Allow enumeration types for the...
2001-02-18 Kaveh R. Ghaziaclocal.m4 (gcc_AC_CHECK_DECL): Before attempting the...
2001-02-18 Mark Mitchellpt.c (check_explicit_specialization): Copy TREE_PRIVATE...
2001-02-18 Jason Merrilldecl2.c (build_artificial_parm): Set TREE_READONLY.
2001-02-17 Mark Mitchell* call.c (check_dtor_name): Handle template names corre...
2001-02-17 Mark Mitchell* invoke.texi (-Woverloaded-virtual): Clarify documenta...
2001-02-17 Jason Merrillimprove comment
2001-02-17 Richard Hendersonreload1.c (reload_cse_simplify_set): Respect LOAD_EXTEN...
2001-02-17 Richard Kennerrecog.c (validate_replace_src_1): New.
2001-02-17 Greg Bumgardnerstd_ostream.h: Replaced usage of _Traits::_S_eos()...
2001-02-17 Mark Wielaard* java/util/TimerTask.java: New version from Classpath.
2001-02-17 Mark WielaardRemerge with Classpath (changes by Bryce McKinlay ...
2001-02-17 Mark Wielaard* HACKING: new file
2001-02-17 Mark WielaardDataInputStream.java: update copyright notice
2001-02-17 Jan Hubickareg-stack.c (stack_def): Make field reg unsigned.
2001-02-17 GCC AdministratorDaily bump.
2001-02-17 Richard KennerFix error in previous entry
2001-02-17 Nick CliftonAllow configuration of texinfo for Cygwin hosts.
2001-02-17 Jason Merrillcp-tree.h (DECL_USE_VTT_PARM): Remove.
2001-02-16 Benjamin Kosnikchar_traits.cc: Move to ...
2001-02-16 Loren J. Rittlecplus-dem.c (main): Initialize style.
2001-02-16 Gabriel Dos... decl.c (check_tag_decl): Make sure a typedef for an...
2001-02-16 Alexandre Petit... expr.c (build_instanceof): Check for arrays when trying...
2001-02-16 Jakub Jelinekcall.c (convert_like_real): Create a temporary for...
2001-02-16 Jes SorensenPatch from Jes Sorensen for build failure.
2001-02-16 Richard Kennergcse.c (hash_scan_set): If cprop, see if REG_EQUAL...
2001-02-16 Richard Kennerrecog.c (validate_replace_rtx): Replace in operands...
2001-02-16 Bruce KorbUse C fixincludes for UnixWare 7.
2001-02-16 Richard Kennercse.c (new_label_ref): New variable.
2001-02-16 Gabriel Dos... mathconf.h (FINITE_P, INFINITE_P): Remove macro definit...
2001-02-16 Jeffrey Oldhamresource.c (mark_referenced_resources): Fix typo in...
2001-02-16 Jeffrey Oldhamcp-tree.h: Fix typos in comments.
2001-02-16 Jason Merrillfix comment typo
2001-02-16 Jason Merrilldwarf2out.c (add_bound_info): Don't crash if SAVE_EXPR_...
2001-02-16 Jason Merrilltree.h (BLOCK_CHAIN): Use BLOCK_CHECK.
2001-02-16 Gerald Pfeifergdbinit: Rename to gdbinit.in.
2001-02-16 Jakub Jelinekobjc-act.c (start_class): Register implemented_classes...
2001-02-16 Jeff LawDaily bump.
2001-02-16 Mark Mitchellpt.c (push_template_decl_real): Don't remangle the...
2001-02-16 Mark Mitchellpt.c (push_template_decl_real): Don't remangle the...
2001-02-16 Neil Booth* gcc.c-torture/execute/longlong.c: New test.
2001-02-16 Neil Boothcppfiles.c (_cpp_make_system_header): Generate a file...
2001-02-16 Benjamin Kosnikc++config: Revert.
2001-02-16 Bryce McKinlayHashSet.java (clone): Made subclass safe, use super...
2001-02-16 DJ DelorieFix typos
2001-02-16 Jim MeyeringMakefile.in (install-common): Don't depend on installdi...
2001-02-16 Mark Mitchellistream.tcc: Use ios_base::iostate in place of iostate...
2001-02-16 Benjamin Kosnikc++config (_GLIBCPP_FULLY_COMPLIANT_HEADERS): Define...
2001-02-16 Jeffrey Oldhamc++config (_GLIBCPP_FULLY_COMPLIANT_HEADERS): Define...
2001-02-16 Richard Kenner* flow.c (tidy_fallthru_edge): Never end block on line...
2001-02-16 Richard Kennerfunction.c (assign_parms): Set RTX_UNCHANGING_P in...
2001-02-16 Bryce McKinlayTreeMap.java (nil): Made non-final.
2001-02-16 Anthony Greenacinclude.m4 (glibcpp_toolexeclibdir): Fix test for...
2001-02-16 Bryce McKinlayTreeSet.java (clone): Made subclass safe, use super...
2001-02-16 Rodney Brownacinclude.m4 (GLIBCPP_CHECK_MATH_DECL_1): Include ieeef...
2001-02-16 Mark MitchellRemove old ABI support from libsupc++.
2001-02-16 Mark Mitchell* typeck2.c (build_m_component_ref): Robustify.
2001-02-16 Benjamin KosnikAdd support for -fno-exceptions.
2001-02-15 Phil Edwardsconfigopts.html: Minor updates and typo fixes.
2001-02-15 Andrew Haleyi386-signal.h (INIT_SEGV): Use a direct system call...
2001-02-15 Mark Mitchell* invoke.texi (--param): Document.
2001-02-15 Alexandre Oliva* config/sh/sh.h (BOOL_TYPE_SIZE): Don't define.
2001-02-15 Anthony Greendefineclass.cc: Don't include alloca.h.
2001-02-15 Anthony Greenconfigure: Introduce GCJ_FOR_TARGET.
2001-02-15 Alexandre Oliva* friend1.C: New test.
2001-02-15 Alexandre Olivafriend.c (do_friend): Don't take the nested [template...
2001-02-15 Jan HubickaFix problem in my previous accidental obvious bugfix...
2001-02-15 Jan HubickaFix cvtss2sd constraints.
2001-02-15 Jan Hubicka* i386.md (fop_df_3 splitter): Fix operand number.
2001-02-15 Jeff LawDaily bump.
2001-02-15 Bryce McKinlayAbstractSequentialList.java: Synchronize with Classpath.
2001-02-15 Bryce McKinlay* java/util/HashSet.java (clone): Remove try/catch.
2001-02-15 Bryce McKinlayDirectRasterGraphics.java (clone): Hoist to public.
2001-02-15 Bryce McKinlayTreeSet.java (clone): Call TreeMap.clone(), not Object...
2001-02-15 Gabriel Dos... libstdc++.exp (dg-test): Lift, temporarily, out of...
2001-02-15 Bryce McKinlay* Make-lang.in (jvspec.o): Modify rule to match that...
2001-02-15 Alexandre Petit... [multiple changes]
2001-02-14 Jan HubickaFix syntax error in previous checkin.
2001-02-14 Jan Hubickainvoke.texi (-mreg-alloc): Nuke.
2001-02-14 Richard Henderson* toplev.c (f_options): Clarify -fschedule-insns2 docum...
2001-02-14 Jan Hubicka* i386.h (RETURN_IN_MEMORY): Fix formating; reject...
2001-02-14 J"orn Rennecke* g++.old-deja/g++.brendan/new2.C (main): Use sizeof.
2001-02-14 J"orn Rennecke920302-1.c (execute): Change argument type to short.
2001-02-14 Jan HubickaFix Richard suggested and I forgot.
2001-02-14 Jan Hubickai386-protos.h (ix86_memory_move_cost): Move offline.
2001-02-14 Jan Hubickaregclass.c (init_reg_sets_1): Reinstall the optimizatio...
2001-02-14 Jeffrey OldhamMakefile.in (OBJS): Add params.o.
2001-02-14 Richard Hendersonjump.c (jump_optimize_1): When we delete a conditional...
2001-02-14 Jakub Jelinek* typeck.c (build_unary_op): Clarify error message.
2001-02-14 Jeffrey Oldhamgcc.c (do_spec_1): Fix off-by-one error for '%M' case.
2001-02-14 Mark MitchellMakefile.in (toplev.o): Depend on params.h.
2001-02-14 Aldy Hernandezoptional parens around connstructor names
2001-02-14 Nathan Sidwellcp-tree.h (setup_vtbl_ptr): Move prototype to semantics...
2001-02-14 Jan Hubicka* i386.md (pushsf, pushdf_nointeger): Fix constraint.
2001-02-14 Nathan SidwellKill remnants of this is variable.
2001-02-14 Richard Henderson* regclass.c (init_reg_sets_1): Revert last two changes.
2001-02-14 Nathan Sidwellpt.c (unify): Don't check cv quals of array types.
2001-02-14 Nathan Sidwelltree.c (cp_build_qualified_type_real): Use CP_TYPE_QUAL...
2001-02-14 Jeff LawDaily bump.
next