aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2001-04-04fstream.tcc: Add bool parameter to filebuf ctor.Benjamin Kosnik6-80/+78
2001-04-04POTFILES.in: Remove all the files deleted by the xm-host.h purge...Zack Weinberg2-71/+5
2001-04-03rtl.h (LCT_THROW): New.Richard Henderson4-9/+30
2001-04-04ansidecl.h: All logic from gcc/gansidecl.h moved here.Zack Weinberg23-380/+379
2001-04-03decl2.c (import_export_decl): Don't call import_export_class when processing ...Mark Mitchell3-14/+28
2001-04-03fstream.h: Expose streampos to global namespace.Peter Schmid2-0/+7
2001-04-03stl_iterator_base_types.h: Fix typoPeter Schmid2-1/+5
2001-04-03i386.c (ix86_force_to_memory, [...]): Update for 64bit.Jan Hubicka2-40/+86
2001-04-03xm-beos.h, [...]: Delete.Zack Weinberg13-137/+17
2001-04-03boehm.c (PROCEDURE_OBJECT_DESCRIPTOR): Set to use `build_int_2.'Alexandre Petit-Bianco2-7/+14
2001-04-03Use byte offsets in SUBREGs instead of words.Jakub Jelinek64-872/+1639
2001-04-03configure.in (target_subdir): Use target_alias, not target.Alexandre Oliva3-267/+281
2001-04-03* include/backward/fstream.h: Define filebuf and wfilebuf.Andreas Schwab2-0/+6
2001-04-03crtn.asm (init, fini): Restore r15 from r14, not the other way round.Alexandre Oliva3-6/+12
2001-04-03instantiate1.C: Adjust to accommodate peculiarities of the SH.Alexandre Oliva3-11/+33
2001-04-03Move ChangeLog entry where it belongs.Jakub Jelinek2-5/+5
2001-04-03TARGET_NO_SPACE_REGS no longer affects call sequences.Alan Modra4-149/+135
2001-04-03Daily bump.GCC Administrator5-5/+5
2001-04-03configure.in (gcc_cv_as_leb128): Correct name of cache variable.Geoffrey Keating3-14/+33
2001-04-03Rewrite hppa profiling support.Alan Modra4-112/+152
2001-04-03com.c (duplicate_decls): Fix thinko in lazy DECL_RTL patch of 2001-03-04.Toon Moene2-1/+6
2001-04-03Makefile.in ($(HOST_PREFIX_1)errors.o, [...]): Depend on $(SYSTEM_H).Kaveh R. Ghazi2-7/+13
2001-04-03dwarf2out.c (dwarf2out_frame_debug_expr): Move errant HIGH and LO_SUM cases t...Alan Modra2-14/+19
2001-04-03expr.c (pop_type_0): Save the result of the first lang_printable_name call in...Zack Weinberg2-3/+15
2001-04-03New concept checking implementation.Phil Edwards54-2377/+3234
2001-04-02libstdc++.exp (dg-test): Annotate result messages with $which_library as well...Zack Weinberg2-166/+177
2001-04-02libjava.exp: Correct typo...Zack Weinberg2-223/+217
2001-04-02configure.in (GCC_UNWIND_INCLUDE): Assume we're built within the same tree as...Richard Henderson4-228/+213
2001-04-02except.h (lang_eh_type_covers): Mark extern.Richard Henderson2-2/+7
2001-04-02fp-cmp-1.c: Renamed nan to dnan.Rainer Orth4-24/+30
2001-04-02jni.cc (wrap_value<jclass>): New specialization.Marcus G. Daniels2-0/+13
2001-04-02std_cstring.h: Fix for const-correctness.Stephen M. Webb3-10/+66
2001-04-02std_cstring.h: Fix for const-correctness.Stephen M. Webb1-0/+67
2001-04-02lex.c (ffelex_hash_): Avoid eating one whole line after #line.Jakub Jelinek4-0/+23
2001-04-02PrintStream.java (out): Removed field.Tom Tromey2-37/+51
2001-04-02re PR libgcj/2429 (java.text.MessageFormat should usefully set text on except...Torsten Rueger2-1/+6
2001-04-02jni.cc (add_char): Correctly encode non-ascii characters.Tom Tromey2-5/+13
2001-04-02* configure.host: Enable interpreter for PPC.Kevin B Hendricks2-0/+8
2001-04-02configopts.html: Add --enable-sjlj-exceptions docs.Benjamin Kosnik2-10/+20
2001-04-02genattr.c, [...]: Wrap generated header in multiple-include guard.Zack Weinberg7-26/+63
2001-04-02configure.in: Don't check for putenv.Kaveh R. Ghazi5-57/+18
2001-04-02ifcvt.c (noce_emit_move_insn): New.Jakub Jelinek4-11/+72
2001-04-02fold-const.c (fold): Before optimizing unsigned comparison with 0x7fffffffU...Jakub Jelinek4-1/+26
2001-04-02* c-tree.texi: Document representation of wide strings.Joseph Myers2-1/+13
2001-04-02Daily bump.GCC Administrator5-5/+5
2001-04-01* except.h (expand_builtin_dwarf_fp_regnum): Declare.Richard Henderson2-0/+5
2001-04-02natSystem.cc (init_properties): Revert yesterday's changes to "file.separator...Bryce McKinlay5-34/+26
2001-04-02Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, [...]): New macros.Alexandre Oliva3-5/+33
2001-04-01natString.cc (intern): If string's data does not point to this String, make a...Per Bothner3-7/+17
2001-04-01DeflaterOutputStream.java (deflate): Loop while def.needsInput.Per Bothner3-51/+110