aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2000-05-19java-tree.h (build_instanceof): Declare.Tom Tromey4-249/+261
2000-05-19test_text cleanupsBruce Korb6-170/+189
2000-05-19elfos.h (SELECT_SECTION): Don't access DECL_INITIAL of a CONSTRUCTOR.Richard Kenner2-2/+15
2000-05-19Daily bump.Jeff Law2-2/+2
2000-05-18gcc.texi (MULTILIB_EXCEPTIONS): Correct example and update it to match the cu...Chris Demetriou2-5/+10
2000-05-19* Makefile.in (STAGESTUFF): Fix typo in spelling of s-under.Mark Mitchell2-1/+5
2000-05-18rtlanal.c (insn_dependant_p, [...]): New.Richard Henderson4-4/+50
2000-05-19Remove CYGNUS LOCAL markersMichael Meissner6-17/+8
2000-05-19mn10300.c (expand_prologue, [...]): 16-bit and 64-bit clean-up.Alexandre Oliva2-2/+7
2000-05-19jcf-write.c (generate_classfile): Scan the source_file for slashes with the r...Alexandre Oliva2-1/+6
2000-05-18configure.in (*-pc-msdosdjgpp): Set float_format to none.Mark Elbrecht3-91/+98
2000-05-18* Makefile.in (hash.h): Delete a redundant use of gawk and sed.Chris Demetriou2-4/+6
2000-05-18Andrew's last commit changed a ChangeLog entry to say that I wrote a patch th...Tom Tromey1-1/+1
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-18* g77.f-torture/compile/200005018.f: New test.David Billinghurst2-0/+20
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-18Daily bump.Jeff Law2-2/+2
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-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-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 Law2-2/+2
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