aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2000-10-20Warning fixes:Kaveh R. Ghazi7-7/+33
2000-10-20* tree.c (walk_tree): Don't walk into default args.Jason Merrill1-0/+31
2000-10-20tree.c (walk_tree): Don't walk into default args.Jason Merrill3-3/+14
2000-10-20Removed erroneous ChangeLog entryTom Tromey1-7/+0
2000-10-20jvspec.c (lang_specific_driver): Recognize -MF and -MT.Tom Tromey9-201/+144
2000-10-20cppspec.c (DEFAULT_WORD_SWITCH_TAKES_ARG): Added -MF and -MT.Tom Tromey3-2/+9
2000-10-20expr.c (expand_expr, [...]): Set RTX_UNCHANGING_P on returned MEM.Richard Kenner3-17/+64
2000-10-20gcse.c (set_hash_table_size): Now unsigned.Richard Kenner1-2/+2
2000-10-20* Use "because" instead of since in error messages.David Edelsohn4-4/+14
2000-10-20stor-layout.c (compute_record_mode): Use tree_low_cst.Richard Kenner2-30/+15
2000-10-20loop.c (strength_reduce): Show when new register made for giv is known to be ...Richard Kenner2-1/+44
2000-10-20gcse.c (set_hash_table_size): Now unsigned.Richard Kenner4-10/+25
2000-10-20* function.c (locate_and_pad_parm): Use host_integerp and tree_low_cst.Richard Kenner2-4/+6
2000-10-20Fix formatting after collision.Richard Henderson1-0/+1
2000-10-20regrename.c (rr_replace_reg): Rewrite to use recog_data to perform substituti...Richard Henderson2-112/+61
2000-10-20fold-const.c (force_fit_type): Unsigned values can overflow if they are sizet...Richard Kenner4-4/+26
2000-10-20* function.c (locate_and_pad_parm): Zero alignment_pad.Richard Henderson2-0/+6
2000-10-20* dwarf2out.c (add_bound_info): Also ignore COND_EXPR.Richard Kenner2-0/+3
2000-10-20combine.c (struct undo): Change int to unsigned int.Richard Kenner2-10/+21
2000-10-20decl.c (revert_static_member_fn): Fixed typo.Jeffrey Oldham2-2/+5
2000-10-20c-common.c (check_format_info_recurse): Extract string constant initializers ...Joseph Myers5-6/+106
2000-10-20* tree.h (DECL_ALIGN_UNIT): New macro.Mark Mitchell2-1/+7
2000-10-20avr-protos.h (avr_output_bld): New.Marek Michalkiewicz5-349/+797
2000-10-20Daily bump.Jeff Law2-2/+2
2000-10-20* t-vax: New file. Don't build modules from libgcc1.c.J. David Anglin2-0/+7
2000-10-20class.c (subobject_offset_fn): New type.Mark Mitchell2-128/+274
2000-10-20alias.c: (mark_constant_function): Don't check pure functions.John Wehle3-113/+325
2000-10-19parse.y (find_most_specific_methods_list): Select the only non-abstract metho...Bryce McKinlay2-3/+9
2000-10-19Fix tree-checking abort on testcase with undefined macro as array size.Jim Wilson2-3/+17
2000-10-19Fix ICE on lex output file reported by Andreas Schwab.Jim Wilson3-13/+46
2000-10-19cp-tree.h (DECL_ANTICIPATED): Don't require a FUNCTION_DECL.Mark Mitchell4-1/+29
2000-10-19* libgcc2.c (_mulvsi3): Change variables u and v to a and b.Chandrakala Chavva2-1/+5
2000-10-19Minor corrections in comments.Chandrakala Chavva2-4/+8
2000-10-19Added the missing #endif.Chandrakala Chavva2-18/+21
2000-10-19* i386.h (CONST_OK_FOR_LETTER): Re-add 'N'; document.Jan Hubicka2-1/+7
2000-10-19parse.y (process_imports): Consider that one might be trying to import an inn...Alexandre Petit-Bianco2-4/+28
2000-10-19Daily bump.Jeff Law2-2/+2
2000-10-18gjavah.c (add_class_decl): Removed unused variables `tname', `tlen' and `name...Alexandre Petit-Bianco6-69/+152
2000-10-18Adding new option -ftrapv.Chandrakala Chavva13-90/+461
2000-10-18t-netware: Bring in from the Red Hat tree.Geoff Keating7-271/+214
2000-10-18c-common.h (flag_no_builtin): Declare.Mark Mitchell12-83/+135
2000-10-18tm.texi (LIBGCC_SPEC): Synch with reality.Marc Espie2-2/+5
2000-10-18Rectify missing entry.Marc Espie1-0/+5
2000-10-18c-common.c (check_format_types): Check for writing through a NULL pointer arg...Joseph Myers5-1/+22
2000-10-18tm.texi (Exception Region Output): Document DWARF_CIE_DATA_ALIGNMENT.Hans-Peter Nilsson3-0/+32
2000-10-18basic-block.h (struct loop): Delete fields pre_header_root and pre_header_tra...Michael Hayes3-23/+44
2000-10-18contrib.texi: Update references to steering committee members and Jeff Law's ...Gerald Pfeifer2-24/+34
2000-10-18Daily bump.Jeff Law2-2/+2
2000-10-18c-common.c (CPLUSPLUS_STD_VER, [...]): Define.Joseph Myers2-36/+44
2000-10-18h8300.c: Fix a comment typo.Kazu Hirata2-63/+93