aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2000-05-18genopinit.c: Use $ for escape sequences in optab patterns.Zack Weinberg13-386/+124
2000-05-18* gcc.c-torture/compile/20000518-1.c: New test.Jeffrey A Law2-0/+21
2000-05-18jump.c (jump_optimize_1): Base minimum insn count during find_cross_jump on B...Richard Henderson2-4/+13
2000-05-18print-rtl.c (print_rtx): Only print note line number as string if between NOT...Jakub Jelinek3-1/+11
2000-05-18gcc-common.c (ggc_mark_rtx_children): Mark NOTE_EXPECTED_VALUE from NOTE_INSN...Jakub Jelinek2-1/+11
2000-05-18Place constant...Nick Clifton2-3/+9
2000-05-18configure.in (NO_MINUS_C_MINUS_O): Test `$ac_cv_prog_cc_${ac_cc}_c_o', not `$...Philippe De Muyter3-2/+8
2000-05-18Add -fno-show-column to avoid dejagnu bugZack Weinberg1-1/+1
2000-05-18c-common.h (enum c_tree_index): Add g77 type entries.Chris Demetriou3-1/+69
2000-05-18com.h (FFECOM_f2cINTEGER, [...]): Note that these types correspond to built-i...Chris Demetriou2-0/+14
2000-05-18configure.in: Test for __g77_integer...Chris Demetriou4-272/+67
2000-05-18* lib/libjava.exp (bytecompile_file): Use exec, not system.Tom Tromey2-2/+11
2000-05-18* g77.f-torture/compile/200005018.f: New test.David Billinghurst2-0/+20
2000-05-18* configure.in (hppa*64*-*-*): Do build ld for this configuration.Jeffrey A Law2-1/+7
2000-05-18* config/h8300/h8300.md (subs patterns): Use %G to negate.Richard Henderson2-3/+5
2000-05-18h8300.c (ok_for_bclr): Take a HOST_WIDE_INT.Richard Henderson5-192/+133
2000-05-18cppexp.c (parse_assertion): New.Zack Weinberg7-342/+552
2000-05-18inclhack.def (broken_cabs): Update fix to handle comments following the cabs ...Kaveh R. Ghazi3-5/+15
2000-05-18cppinit.c (cpp_reader_init): Initialise col_adjust and default tab stop size.Neil Booth5-14/+68
2000-05-18Thread.java: Declare `data' as Object, not RawData.Bryce McKinlay4-7/+12
2000-05-18acinclude.m4 (GLIBCPP_ENABLE_SHADOW): Change to --enable-cshadow-headers.Benjamin Kosnik5-156/+174
2000-05-18Daily bump.Jeff Law5-5/+5
2000-05-18* standards.texi, make-stds.texi: Update to FSF version of May 13.Martin v. Löwis3-156/+411
2000-05-18Oops, removed `Reported by' commentAlexandre Oliva1-1/+0
2000-05-18mkcheck.in: Enable shared library testing.Benjamin Kosnik2-54/+87
2000-05-18gcc_update (self): Set to `$0'.Alexandre Oliva2-1/+9
2000-05-18Makefile.in (configure-target-libiberty): Depend on configure-target-newlib.Alexandre Oliva2-1/+6
2000-05-17* gcc.c-torture/compile/20000517-1.c: New test.Jeffrey A Law2-0/+13
2000-05-17configure.in (NO_MINUS_C_MINUS_O): Macro made availabe for AC_OUTPUT files.Philippe De Muyter3-198/+210
2000-05-17* mklibgcc.in Add missing -DL$name when compiling modules in libgcc1.c.John David Anglin2-2/+4
2000-05-17tree.c (build_common_tree_nodes): Do not build TI nodes unless HOST_BITS_PER_...John David Anglin2-0/+9
2000-05-17It appears that gcc-2.96 supports the keyword "and" now.Nathan C. Myers1-71/+0
2000-05-17[multiple changes]Benjamin Kosnik48-12/+111
2000-05-17jump.c (jump_optimize_1): Remove inactive but real insns in jump-to-next-insn...Richard Henderson2-0/+12
2000-05-17toplev.c (rest_of_compilation): Don't call optimize_mode_switching unless OPT...Richard Henderson4-16/+44
2000-05-17cpplex.c (expand_name_space): Don't use ptrdiff_t.Neil Booth2-4/+6
2000-05-17decl2.c (finish_anon_union): Generalize error messages to handle anonymous st...Mark Mitchell6-117/+258
2000-05-17cpplib.c: New feature, #pragma system_header.Zack Weinberg3-3/+79
2000-05-17use #def constant for sub-pattern countBruce Korb2-8/+13
2000-05-17#ifdef debugging codeBruce Korb2-1/+3
2000-05-17mauve.exp (test_mauve): Call `prune_warnings'.Tom Tromey4-61/+84
2000-05-17system.h (offsetof): Define at the very end, to ensure we prefer the platform...Kaveh R. Ghazi2-4/+7
2000-05-17Keep HP-UX 11 from stomping on C++ math namespaceBruce Korb3-86/+158
2000-05-17improve the debug displays, ignore SIGPIPE, and fix char_macro_def regexBruce Korb4-23/+51
2000-05-17fixfixes.c (char_macro_use_fix, [...]): Don't check the return value of sprintf.Kaveh R. Ghazi2-9/+20
2000-05-17mklibgcc.in (building libgcc1): Find libgcc1.c in $(srcdir), not in the curre...Philippe De Muyter2-2/+7
2000-05-17Add options -Wunused-variable, -Wunused-function, -Wunused-label,Andrew Cagney20-42/+215
2000-05-17Daily bump.Jeff Law5-5/+5
2000-05-16crtbegin.asm (__dso_handle): Mark hidden if the assembler supports it.Richard Henderson3-70/+128
2000-05-16flow.c (commit_one_edge_insertion): Be prepared for a return insn to be inser...Richard Henderson4-78/+91