aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
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-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 Law2-2/+2
2000-11-03* flow.c (verify_local_live_at_start): Allow hard regs to die.J"orn Rennecke2-4/+21
2000-11-02* Update ChangeLog for the -A= config patch (separate).Neil Booth1-0/+61
2000-11-02config:Neil Booth228-282/+282
2000-11-02combine.c (distribute_notes): Use rtx_equal_p to check elim_i2 / elim_i1.J"orn Rennecke2-59/+30
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-02Daily bump.Jeff Law2-2/+2
2000-11-02c-lex.c (init_c_lex): Update cpp_start_read call.Zack Weinberg4-36/+44
2000-11-02Be sure to initialize the size before use.Mike Stump1-0/+1
2000-11-02* machmode.def: Add V16QImode.Geoff Keating2-1/+7
2000-11-01dwarf2out.c (loc_descriptor_from_tree): Check for null result from rtl_for_de...Richard Henderson2-1/+11
2000-11-01cpplib.c (run_directive): Use correct line number for output of _Pragma.Neil Booth4-4/+190
2000-11-01* stmt.c (expand_start_null_loop): Set continue_label.Richard Henderson2-1/+5
2000-11-01Constant folding for builtinsBernd Schmidt7-40/+116
2000-11-01New tests.Richard Henderson4-0/+68
2000-11-01stmt.c (expand_start_null_loop): New.Richard Henderson4-1/+51
2000-11-01error.c (dump_template_decl): Separate template hearders with space not comma.Gabriel Dos Reis2-1/+6
2000-11-01* cppmain.c (scan_buffer): Don't avoid paste for assembly.Richard Henderson2-1/+7
2000-11-01Daily bump.Jeff Law2-2/+2
2000-11-01c-parse.in (_yylex): Remove CPP_BACKSLASH case.Neil Booth6-8/+10
2000-11-01builtins.c (expand_builtin_strstr): New function.Kaveh R. Ghazi4-0/+104
2000-10-31i386.c (fcmov_comparison_operator): Check for CCFPmode or CCFPUmode instead o...Richard Henderson2-1/+14
2000-10-31c-semantics.c (genrtl_do_stmt): Use integer_zerop instead of integer_zero_node.Richard Henderson2-1/+6
2000-10-31* c-semantics.c (genrtl_do_stmt): Special case do/while(0).Richard Henderson2-11/+24
2000-11-01Do not allow -fdata-sections to override the section attribute of a DECL.Nick Clifton2-1/+6
2000-10-31libgcc2.c (__shtab): Remove __shtab variable.Chris Demetriou3-14/+7
2000-10-31Make ia64 port use tags instead of labels for debug info labels.Jim Wilson6-4/+48
2000-10-31dwarf2out.c (struct dw_loc_descr_struct): Add dw_loc_addr.Richard Henderson2-53/+435
2000-10-31cpp.texi: Update for new command line assertion syntax.Neil Booth4-21/+64
2000-10-31* Forgot to update ChangeLog.Neil Booth1-0/+7
2000-10-31920501-7.c: Remove 'CYGNUS LOCAL' markers.Geoff Keating3-4/+5
2000-10-31* gcc.c-torture/execute/va-arg-21.c: New test.Kaveh R. Ghazi2-0/+52
2000-10-31i386.h: Clarify CCNOmode description in comment.Jan Hubicka4-189/+216
2000-10-31c-typeck.c (build_unary_op): If pedantic, pedwarn for increment and decrement...Joseph Myers4-0/+34
2000-10-31cppmacro.c (STDC_0_IN_SYSTEM_HEADERS): Define to 0 if undefined.Neil Booth4-6/+8
2000-10-31builtins.c (expand_builtin_fputs): When deleting NOP calls to builtin fputs...Kaveh R. Ghazi4-1/+45
2000-10-31expr.c (do_store_flag): Pass operand_mode instead of GET_MODE (op0) to expand...Jakub Jelinek4-1/+34
2000-10-31sh-protos.h (reg_no_subreg_operand, [...]): Don't declare.J"orn Rennecke5-136/+122
2000-10-31Better .greg dumpBernd Schmidt3-16/+29