aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2002-10-15* jcf-parse.c (get_constant): Fix type warning.Richard Henderson2-1/+5
2002-10-15decl.c (reshape_init): Fix typo.Mark Mitchell10-20/+198
2002-10-15Fix x86 miscompilation of gdb mips simulator.Jim Wilson3-5/+26
2002-10-15call.c (call_builtin_trap): New fn.Jason Merrill2-5/+30
2002-10-15* expr.c (do_tablejump): Fix typo in my previous commit.Jan Hubicka2-2/+6
2002-10-15class.c (check_field_decls): Remove empty_p parameter.Mark Mitchell5-57/+104
2002-10-15* config/mips/vr.h (DRIVER_SELF_SPECS): Change %<mgp32 to %{<mgp32}.Richard Sandiford2-1/+5
2002-10-15s390.c (s390_split_branches): Add return value.Ulrich Weigand4-176/+692
2002-10-15init.c (build_delete): Do not apply save_expr for arrays.Nathan Sidwell4-6/+71
2002-10-15* sh.md (movv8qi_i+2): Don't split if source is -1.J"orn Rennecke2-1/+7
2002-10-15install.texi: Formatting changes for conformance to HTML 4.01.Janis Johnson2-158/+86
2002-10-15java-tree.h (java_inlining_merge_static_initializers): Declare.Andrew Haley2-0/+7
2002-10-15* gcc.c-torture/execute/20021015-1.c: New test.Ulrich Weigand2-0/+34
2002-10-15re PR rtl-optimization/7409 (loop optimization)Ulrich Weigand2-0/+25
2002-10-15* gcc.dg/weak/typeof-2.c: For SH targets, return before baz3 test.J"orn Rennecke2-0/+9
2002-10-15re PR c/7344 (performance regression on huge case statements)Jan Hubicka12-249/+475
2002-10-15Daily bump.GCC Administrator1-1/+1
2002-10-15decl.c (layout_var_decl): Call layout_decl even for variables whose type is a...Mark Mitchell2-1/+8
2002-10-15* combine.c (simplify_set): Treat MODE_CC registers like cc0.Roger Sayle2-5/+7
2002-10-14* gcc.dg/20020219-1.c: Disable for 16-bit targets.Richard Henderson2-0/+13
2002-10-14i386.c (k6_cost): Correct typo.Roger Sayle2-2/+7
2002-10-14re PR rtl-optimization/6631 (Miscompiled structure access)Mark Mitchell5-4/+57
2002-10-14re PR c++/7176 (g++ confused by friend and static member with same name)Mark Mitchell6-4/+26
2002-10-14re PR target/7211 (Alpha prefetch hints interpreted wrong)Falk Hueffner2-7/+17
2002-10-14mips.c (print_operand): Increase buffer size for real numbers.Alexandre Oliva2-1/+6
2002-10-14re PR rtl-optimization/8165 (builtin string functions SEGV on alpha-pc-linux-...Richard Henderson3-12/+25
2002-10-14tree-inline.c (remap_block): All local class initialization flags go in the o...Andrew Haley4-10/+175
2002-10-14* stmt.c (decl_conflicts_with_clobbers_p): Add REG_P check.Graham Stott2-1/+6
2002-10-14* stmt.c: Fix typo in comment.Aldy Hernandez2-1/+5
2002-10-14c-common.c (c_common_type_for_mode): Add V2HImode case.J"orn Rennecke4-0/+17
2002-10-14i386.h (ASM_OUTPUT_REG_PUSH, [...]): Handle TARGET_64BIT.Jakub Jelinek4-2/+44
2002-10-14vr.h (DRIVER_SELF_SPECS): Define.Richard Sandiford3-32/+18
2002-10-14Daily bump.GCC Administrator1-1/+1
2002-10-14tm.texi (DRIVER_SELF_SPECS): Document.Richard Sandiford3-0/+76
2002-10-13* rtl.c (shallow_copy_rtx): Use memcpy for the entire node.Richard Henderson2-11/+8
2002-10-13Daily bump.GCC Administrator1-1/+1
2002-10-12re PR preprocessor/7862 (Interrupting gcc -MD removes .d file but not .o)Neil Booth2-3/+13
2002-10-12pdp11.h (ASM_OUTPUT_SKIP): Add preceding 0 for octal constant.Naohiko Shimizu4-15/+25
2002-10-12Daily bump.GCC Administrator1-1/+1
2002-10-12cse.c (mention_regs): Set SUBREG_TICKED to the register number, not the addre...Geoffrey Keating2-3/+9
2002-10-11compat.texi: Add info about C++ libraries.Janis Johnson2-0/+45
2002-10-11re PR rtl-optimization/8165 (builtin string functions SEGV on alpha-pc-linux-...Richard Henderson3-6/+44
2002-10-11* gcj.texi (Compatibility): Add Limitations and Extensions section.Mark Wielaard2-4/+40
2002-10-11cfganal.c (dfs_enumerate_from): Use PARAMS.John David Anglin5-6/+16
2002-10-11re PR c/7344 (performance regression on huge case statements)Jan Hubicka6-5/+24
2002-10-11re PR c++/5661 (Gcc 3.0.3 Seg faults compiling bad code)Mark Mitchell8-13/+123
2002-10-11Move ChangeLog entry where it belongsGabriel Dos Reis3-9/+13
2002-10-11PRs C++/6803, C++/7721 and C++/7803Gabriel Dos Reis3-0/+31
2002-10-11init.c (build_field_list): Provide uses_unions_p with a default value.Jason Molenda2-1/+8
2002-10-11NEWS: Document removal of "new X = ..." extension.Mark Mitchell17-194/+441