aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2000-11-04decl2.c (do_nonmember_using_decl): Allow `extern "C"' declarations from diffe...Mark Mitchell3-4/+26
2000-11-04* cpp.texi: Update for _Pragma.Neil Booth2-19/+50
2000-11-04* gcc.texi (Contributing): Update URL for projects web page.Joseph Myers2-1/+5
2000-11-04* gcc.dg/cpp/include2.c: New tests.Neil Booth2-0/+19
2000-11-04cpplex.c (parse_string): Don't allow multiline strings in #include family dir...Neil Booth2-2/+7
2000-11-04cpplib.c (do_line): Only warn pedantically if not reading preprocessed input.Neil Booth2-1/+6
2000-11-04Daily bump.Jeff Law5-5/+5
2000-11-04hashtab.c (htab_expand): Change to return int.Hans-Peter Nilsson2-8/+68
2000-11-04hashtab.h (struct htab): Add member return_allocation_failure.Hans-Peter Nilsson2-0/+16
2000-11-04acinclude.m4 (CXX): Prevent it from being cached.Alexandre Oliva9-997/+1023
2000-11-04lang-options.h: Mention -Wout-of-date.Tom Tromey7-38/+84
2000-11-04class.c (cxx_keyword_p): Accept keywords with trailing `$'s.Tom Tromey3-9/+41
2000-11-04calls.c (emit_call_1): Use n_popped instead of RETURN_POPS_ARGS().Alexandre Oliva2-3/+7
2000-11-04[multiple changes]Phil Edwards16-1184/+1445
2000-11-04Dummy checking of footer.html to force web update.Phil Edwards1-1/+1
2000-11-03Make-lang.in (LIBGCJ_ZIP_FILE): Define with `$(prefix)'.Alexandre Petit-Bianco2-1/+6
2000-11-03std_cwchar.h: Undefine macro that conflicts with function name defined in thi...David Edelsohn2-0/+8
2000-11-03builtins.c (expand_builtin_strlen): Remove unused mode argument.Zack Weinberg8-10/+22
2000-11-03In gcc/:Geoff Keating6-23/+22
2000-11-03iris6.h (SUBTARGET_CC1_SPEC): Remove -static handling.Mark Mitchell2-39/+11
2000-11-03g++.exp (g++_set_ld_library_path): New function.Mark Mitchell2-0/+19
2000-11-03lex.h (_JAVA_IDENTIFIER_IGNORABLE): New macro.Tom Tromey4-56/+113
2000-11-03(htab_create, htab_expand): Correct formatting of comment beforeHans-Peter Nilsson2-36/+42
2000-11-03* hashtab.h: Change void * to PTR where necessary.Hans-Peter Nilsson2-5/+9
2000-11-03Makefile.in (fold-const.o): Depend on $(GGC_H), not ggc.h.Kaveh R. Ghazi2-3/+9
2000-11-03Use memset/memcmp instead of bzero/bcmp.Joseph Myers8-34/+50
2000-11-03cppfiles.c (open_file): If already read, then don't reopen.Nathan Sidwell2-4/+17
2000-11-03More tests for sequence point warnings.Bernd Schmidt2-7/+17
2000-11-03Move fold_builtin declaration to proper headerBernd Schmidt3-1/+6
2000-11-03Daily bump.Jeff Law5-5/+5
2000-11-03ObjectInputStream.java (readObject): Added code to conditionally dump out the...Warren Levy3-21/+136
2000-11-03InetAddress.java (addr): Renamed from 'address'.Warren Levy5-37/+120
2000-11-03std_cctype.h: Undefine macros that conflict with function names defined in th...Mark Mitchell3-0/+32
2000-11-03* flow.c (verify_local_live_at_start): Allow hard regs to die.J"orn Rennecke2-4/+21
2000-11-03* acinclude.m4 (GLIBCPP_CHECK_CTYPE_SUPPORT): Fix typo.Mark Mitchell9-1316/+1098
2000-11-03AbstractList.java (SubList): Make it a top-level private class.Bryce McKinlay5-259/+268
2000-11-03* mkcheck.in: Fix echoing of -rpath option.Mark Mitchell1-1/+1
2000-11-03codecvt_unicode_char.cc: Don't run it if not _GLIBCPP_USE_WCHAR_T.Mark Mitchell4-0/+20
2000-11-03acinclude.m4 (GLIBCPP_CHECK_CTYPE_SUPPORT): Add support for IRIX.Mark Mitchell12-1119/+1440
2000-11-02* Update ChangeLog for the -A= config patch (separate).Neil Booth1-0/+61
2000-11-02config:Neil Booth228-282/+282
2000-11-02Add support for -storm-chaosNick Clifton1-3/+3
2000-11-02combine.c (distribute_notes): Use rtx_equal_p to check elim_i2 / elim_i1.J"orn Rennecke2-59/+30
2000-11-02Makefile.in: Rebuilt.Tom Tromey3-4/+10
2000-11-02atomicity.h (_Atomic_word): Make it a signed type.Mark Mitchell2-5/+10
2000-11-02configure.in: Make integrated CPP the default.Neil Booth3-250/+261
2000-11-02reload.c (find_equiv_reg): Test all hard registers for membership in the requ...J"orn Rennecke2-10/+28
2000-11-02* collect2.c (main, write_c_file_stat), gcc.c (translate_options,Joseph Myers14-46/+66
2000-11-02c-common.c (get_flag_spec, [...]): Use strchr () instead of index ().Joseph Myers2-21/+29
2000-11-02AbstractList.java (remove): Comment out modCount increment to work around com...Bryce McKinlay2-2/+10