aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2000-09-20Daily bump.Jeff Law2-2/+2
2000-09-19Fix glibc make check failure.Jim Wilson2-2/+5
2000-09-19cpplex.c (lex_line): Drop the EOF token for unknown directives in assembler.Neil Booth2-5/+10
2000-09-19Fix previous ChangeLog entryDavid Edelsohn1-1/+7
2000-09-19configure.in: Allow enable_threads_flag value of "aix".David Edelsohn6-220/+261
2000-09-19builtins.c (is_valid_printf_arglist, [...]): New functions.Kaveh R. Ghazi8-4/+190
2000-09-19cppfiles.c (read_include_file): Take no special action for zero-length files.Neil Booth2-6/+5
2000-09-19Fix shorten_branches bugsBernd Schmidt2-5/+7
2000-09-19Fix target selector regexp.Richard Henderson1-1/+1
2000-09-19Kill recombine_givs.Bernd Schmidt4-1070/+43
2000-09-19Some sh.md fixes (fallout from earlier changes)Bernd Schmidt2-14/+22
2000-09-19i386.h (CPP_CPU_SPEC): Define i586 and i686 symbols in addition to pentium an...Richard Henderson2-8/+13
2000-09-19c-typeck.c (c_expand_asm_operands): Restore the output tree after expanding.Richard Henderson2-0/+7
2000-09-19stmt.c (expand_expr_stmt): Only call warn_if_unused_value if the tree has sid...Richard Henderson2-9/+18
2000-09-19* c-decl.c (poplevel): Invoke warn_about_unused_variables.Richard Henderson2-0/+8
2000-09-19Daily bump.Jeff Law2-2/+2
2000-09-19unroll.c (copy_loop_body): Update LABEL_NUSES before calling invert_jump.Richard Henderson2-1/+8
2000-09-19* gcc.dg/compare2.c (case 10): XFAIL.Richard Henderson2-1/+5
2000-09-19* decl.c (start_function): Robustify.Mark Mitchell3-3/+19
2000-09-19combine.c (can_combine_p): Don't substitute an ASM_OPERANDS into anything.Geoff Keating2-0/+7
2000-09-19Makefile.in (c-common.o): Depend on diagnostic.h.Kaveh R. Ghazi9-89/+145
2000-09-18c-decl.c (c_expand_body): Call mark_varargs before expand_function_start.Richard Henderson2-4/+9
2000-09-1820000906-1.c: Move ...Richard Henderson2-0/+9
2000-09-19eabi-cn.asm: Use /**/ to delimit comments, not #.Geoff Keating3-78/+83
2000-09-18emit-rtl.c (init_emit_once): Initialize const_tiny_rtx for BImode.Richard Henderson2-0/+9
2000-09-18Fix IA-64 abort compiling ping.Jim Wilson2-2/+6
2000-09-18Fix for IA-64 abort compiling xaaPCache.c from XFree86Jim Wilson2-1/+5
2000-09-18dcgettext.c: Outside libc, use local variable names that don't clash with tho...Bruno Haible4-0/+33
2000-09-18Fix ia64-linux kernel fn_hash() miscompilation.Jim Wilson2-0/+14
2000-09-18cpp.texi: Update documentation...Neil Booth2-25/+51
2000-09-18sdbout.c (PUT_SDB_DEF, [...]): Replace ASM_OUTPUT_LABELREF with assemble_name.J"orn Rennecke2-3/+13
2000-09-18sh.c (addsubcosts): CONST is not cheap.J"orn Rennecke2-3/+14
2000-09-18toplev.c (rest_of_compilation): Call purge_hard_subreg_sets to remove all SET...Andrew Haley4-4/+82
2000-09-18ia64-protos.h: Update.Richard Henderson6-653/+1036
2000-09-18cpphash.h (HASHSTEP): Take character rather than pointer to character.Neil Booth8-1118/+1084
2000-09-18combine.c (simplify_comparison): Shift a NOT out of a single bit test.Richard Henderson2-0/+18
2000-09-18combine.c (if_then_else_cond): Canonicalize BImode true to STORE_FLAG_VALUE.Richard Henderson3-0/+16
2000-09-18combine.c (combine_simplify_rtx): Use gen_unary to distribute the NOT for De ...Richard Henderson3-15/+27
2000-09-18* combine.c (try_combine): Allow split to create a single insn.Richard Henderson2-5/+13
2000-09-18machmode.def: Add BImode.Richard Henderson5-87/+124
2000-09-18Fix for sh minipool generationBernd Schmidt2-0/+10
2000-09-18Avoid problems with reloading fpul in HImodeBernd Schmidt5-5/+27
2000-09-18Proper fix for -m4-nofpu multilib problemBernd Schmidt2-2/+1
2000-09-18Fix a reload inheritance problemBernd Schmidt2-1/+9
2000-09-18sh.c (sh_expand_prologue): Mark GOTaddr2picreg as MAYBE_DEAD.Alexandre Oliva2-3/+24
2000-09-18sh.c (nonpic_symbol_mentioned_p): Check LABEL_REFs.Alexandre Oliva3-7/+16
2000-09-18Describe changes to warn about initializers on zero length arrays.William Cohen1-0/+11
2000-09-18c-common.c (check_format_info): Properly save the argument number and paramet...Joseph Myers5-22/+82
2000-09-18c-common.c (format_char_info): Add 'W' flag to comment.Joseph Myers2-17/+23
2000-09-18* gcc.dg/format-errmk-1.c: New test.Joseph Myers2-0/+16