aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2001-03-07c-parse.in (yylexname): New function, split out of _yylex.Zack Weinberg8-106/+123
2001-03-0720000724-1.c: Don't use multiline strings.Zack Weinberg2-10/+22
2001-03-06m68k.c (const_uint32_operand): Accept any const_int on a 32-bit host.Stephen L Moshier2-1/+6
2001-03-06objc-act.c (init_objc): Set save_lang_status, restore_lang_status, and mark_l...Nicola Pero2-0/+8
2001-03-06* dwarf2asm.c (dw2_asm_output_delta): Fix smallest_mode_for_size call.Krister Walfridsson2-1/+5
2001-03-06* cppinternals.texi: Update.Neil Booth2-16/+85
2001-03-06typeck.c (convert_arguments): Check that we have an fndecl.Andrew Haley2-1/+5
2001-03-06typeck.c (convert_arguments): Don't do ellipsis conversion for __built_in_con...Andrew Haley2-3/+15
2001-03-06xm-a29k.h, [...]: Delete HOST_BITS_PER_* definitions which match the defaults...Kaveh R. Ghazi53-388/+52
2001-03-06objc-act.c (objc_add_static_instance): Set DECL_INITIAL and DECL_DEFER_OUTPUT...Zack Weinberg7-10/+61
2001-03-06oops, edited changelogs in wrong treeZack Weinberg1-2/+55
2001-03-06aclocal.m4 (libiberty_AC_FUNC_C_ALLOCA): New.Zack Weinberg88-885/+203
2001-03-06Daily bump.GCC Administrator2-2/+2
2001-03-05Fix a problem where rest_of_decl_compilation applied to class_dtable_decl cau...Per Bothner4-12/+24
2001-03-05* invoke.texi: Document __FAST_MATH__.Brad Lucier2-0/+6
2001-03-05* crtstuff.c: Restore include of auto-host.h.Kaveh R. Ghazi2-0/+7
2001-03-05Put main() in a separate file, so that the languageFergus Henderson5-10/+59
2001-03-05Daily bump.GCC Administrator2-2/+2
2001-03-04* cppfiles.c (search_from): Special case the empty string.Neil Booth2-1/+9
2001-03-04cppfiles.c (_cpp_execute_include): Don't make a null-terminated copy of the f...Neil Booth8-78/+53
2001-03-04gcc.c (convert_filename): Append executable suffix if NO_AUTO_EXE_SUFFIX is n...Laurynas Biveinis4-1/+19
2001-03-04Daily bump.GCC Administrator2-2/+2
2001-03-04Re-remove c-gperf.h.David O'Brien2-252/+7
2001-03-03cpplex.c (_cpp_lex_token): Don't warn about directives in macro arguments whe...Neil Booth5-34/+56
2001-03-03Under the "obviously correct" rule, fix the formatting breakage of people usi...David O'Brien5-393/+393
2001-03-03* longlong.h (umul_ppmm): Don't use a multiline string.Neil Booth2-2/+5
2001-03-03fixlib.h (t_bool): Add identifier `t_bool' in typedef.John David Anglin3-4/+11
2001-03-03i386.c (ix86_expand_fp_compare): Delay creating of scratch register until whe...Jan Hubicka4-6/+24
2001-03-03* gcc.dg/cpp/multiline.c: Update.Neil Booth2-0/+6
2001-03-03* cpplex.c (parse_string): Unconditionally pedwarn.Neil Booth2-2/+5
2001-03-03cpp.texi: Update.Neil Booth7-22/+35
2001-03-03* dwarf2out.c (output_call_frame_info): Fix augmentation length.Richard Henderson2-1/+5
2001-03-03Daily bump.GCC Administrator2-2/+2
2001-03-03combine.c (try_combine): If split with mode-changed scratch register didn't w...J"orn Rennecke2-0/+14
2001-03-03tm.texi: Change STRUCT_FORCE_BLK to MEMBER_TYPE_FORCES_BLK.J"orn Rennecke4-7/+18
2001-03-03configure.in: Kill tm.h.Zack Weinberg68-693/+242
2001-03-02tm.texi (File Framework): Document UNALIGNED_SHORT_ASM_OP...Richard Henderson2-0/+17
2001-03-02Makefile.in (OBJS): Add dwarf2asm.o.Richard Henderson10-1292/+1061
2001-03-02* cselib.c (hash_rtx): Cast enums to unsigned int.John David Anglin2-5/+9
2001-03-02remove spurious codeNick Clifton1-11/+0
2001-03-02print-rtl.c (print_rtx): Cast enums to int for comparison.John David Anglin15-53/+95
2001-03-02cppinit.c (append_include_chain): Mark "after" include file name list as a sy...Christopher Faylor3-8/+18
2001-03-02typeck.c (build_static_cast): Allow enum to enum conversions as per DR 128.Nathan Sidwell4-0/+30
2001-03-02class.c (check_field_decls): Pointers to member do not a non-pod struct make,...Nathan Sidwell4-4/+33
2001-03-02call.c (joust): cp_pedwarn when using gnu extension concerning worst conversi...Nathan Sidwell4-3/+44
2001-03-02* ifcvt.c (noce_operand_ok): Handle properly unarry operations.Jan Hubicka2-1/+6
2001-03-02Daily bump.GCC Administrator2-2/+2
2001-03-02cppfiles.c (struct include_file): Update.Neil Booth5-137/+141
2001-03-02xm-lynx.h, [...]: Do not define TRUE or FALSE.Zack Weinberg78-478/+321
2001-03-02cpplib.c (_cpp_init_stacks): Cast enum for comparison.John David Anglin5-9/+22