aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2003-03-17c-tree.h (struct lang_identifier): Remove error_locus field.Zack Weinberg4-30/+65
2003-03-17naming-1.m: Use "(parse|syntax) error".Zack Weinberg3-2/+7
2003-03-17stmt.c (tail_recursion_args): Call promote_mode to set unsignedp flag correct...Steve Ellcey2-5/+10
2003-03-17loop-unroll.c (decide_peel_completely, [...]): Set loop->has_desc.Zdenek Dvorak2-5/+27
2003-03-17Update comment for ggc_alloc - to match API change made 2000-6-9.Per Bothner1-2/+1
2003-03-17ggc-common.c (ggc_mark_roots): Use htab_traverse_noresize.Jan Hubicka2-1/+5
2003-03-17re PR c++/9639 ([New parser] Namespace std in constructor argument lists on i...Mark Mitchell4-1/+15
2003-03-17function.c (assign_parms): For a struct value address passed as first argumen...Olivier Hainque2-18/+26
2003-03-17re PR c++/9993 (destructor not called for local object created within and ret...Jason Merrill3-3/+45
2003-03-17Fixed attribution of last checkin.Dave Love1-1/+2
2003-03-17osf.h (TARGET_OS_CPP_BUILTINS): Define __digital__, __arch64__ to match Compa...Dave Love2-0/+7
2003-03-17c-opts.c: Default TARGET_EBCDIC to 0 if not defined.Neil Booth4-24/+49
2003-03-17* fix-header.c (read_scan_file): Need to malloc arguments to add_path.Neil Booth2-9/+14
2003-03-17function.c (thread_prologue_and_epilogue_insns): Set delete_unused argument t...Michael Hayes2-1/+7
2003-03-17re PR c++/8805 (compile time regression with many member variables)Mark Mitchell4-4/+445
2003-03-17* Makefile.in (TAGS): Remove obsolete handling of =*.[chy].Andreas Jaeger2-1/+5
2003-03-17Make-lang.in (treelang.tags): Remove duplicate entry.Andreas Jaeger4-51/+41
2003-03-17linux64.h (TARGET_64BIT): Redefine.Alan Modra2-0/+57
2003-03-17Daily bump.GCC Administrator1-1/+1
2003-03-16simplify-rtx (simplify_binary_operation): Don't abort for SS_PLUS, US_PLUS, S...Richard Henderson2-0/+12
2003-03-16i386.md (movstrictqi, [...]): Check optimize_size as well.Richard Henderson2-2/+7
2003-03-16m68hc11.c (print_operand): Handle 'b' modifier for D register to specify the ...Stephane Carrez2-4/+67
2003-03-16re PR rtl-optimization/9016 (Failure to consistently constant fold "constant"...Mark Mitchell2-3/+17
2003-03-16re PR target/9164 ([Alpha] improper code generation)Falk Hueffner4-1/+24
2003-03-16re PR c++/9629 (virtual inheritance segfault)Nathan Sidwell8-21/+104
2003-03-16c-typeck.c (build_component_ref): Turn "for" into "do ..Roger Sayle3-1/+11
2003-03-16Add missing ChangeLog entry for:Andreas Jaeger1-0/+5
2003-03-16* doc/cppopts.texi: Remove documentation of -A-.Neil Booth2-7/+4
2003-03-16Fix rethinko.Gabriel Dos Reis1-1/+1
2003-03-16configure.in: Improve check for memcheck.h.Andreas Jaeger2-4/+4
2003-03-16* decl.c (binding_for_name): Fix initialization thinko.Gabriel Dos Reis2-0/+7
2003-03-16Daily bump.GCC Administrator1-1/+1
2003-03-15* doc/libgcc.texi: Remove @tie.Zack Weinberg2-1/+5
2003-03-15rtl.h (subrtx_p): Renamed to rtx_referenced_p.Josef Zlomek5-32/+97
2003-03-15Makefile.in (TEXI_GCCINT_FILES): Add libgcc.texi.Aldy Hernandez4-57/+418
2003-03-15stb.c (ffestb_R100110_): Allow the number before the X format to be optional ...Roger Sayle5-24/+17
2003-03-15eh33.C: Remove xfail for hppa*-*-*.John David Anglin3-2/+7
2003-03-15re PR debug/9039 (ICE, anonymous union, gen_decl_die, dwarf2out.c:11974)Jason Merrill3-0/+20
2003-03-15don't specify -g1Jason Merrill1-0/+7
2003-03-15re PR debug/6387 (-fpic -gdwarf-2 -g1 combination give ICE in dwarf2out)Jason Merrill2-1/+14
2003-03-15Fix thinko.Gabriel Dos Reis1-1/+1
2003-03-15varasm.c (struct rtx_const): Change type of un.addr member to struct holding ...Ulrich Weigand2-5/+17
2003-03-15Compile-time improvement: 2/n.Gabriel Dos Reis6-217/+262
2003-03-15* fix-header.c (read_scan_file): Read main file before handling -D.Neil Booth2-2/+7
2003-03-15* treetree.c (cpp_handle_option): Remove.Andreas Jaeger2-10/+4
2003-03-15c-cppbuiltin.c (builtin_define_with_value_n): Fix whitespace.Roger Sayle20-28/+53
2003-03-15* fix-header.c (read_scan_file): Fix thinko.Neil Booth2-1/+5
2003-03-15reload1.c (choose_reload_regs): Use && instead of || with REG_CANNOT_CHANGE_M...Glen Nakamura2-12/+17
2003-03-15Makefile.in: Update.Neil Booth12-371/+121
2003-03-15re PR c++/6440 (template specializations cause ICE)Kriang Lerdsuwanakij5-0/+127