aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2002-03-26* doc/install.texi (*-*-freebsd*): Update.Loren J. Rittle2-5/+19
2002-03-26alpha.c (alpha_va_arg): Read MUST_PASS_IN_STACK types from the normal argumen...Richard Henderson2-0/+17
2002-03-26expr.h (ADD_PARM_SIZE): Cast INC to ssizetype.Richard Henderson1-17/+24
2002-03-26sparc.c (function_arg_pass_by_reference): Pass variable sized objects by refe...Richard Henderson2-3/+10
2002-03-2620020307-2.c (main): Pass a variable sized structure.Richard Henderson2-2/+8
2002-03-26s390.c (s390_emit_epilogue): Change epilogue code to not restoring global reg...Hartmut Penner2-3/+26
2002-03-26Daily bump.GCC Administrator2-2/+2
2002-03-26Makefile.in (ggc-common.o): Update.Neil Booth23-53/+74
2002-03-26cpp.texi: Exclude entire Top node from printed manual.Zack Weinberg4-20/+43
2002-03-25recog.c (peephole2_optimize): Distribute EH_REGION -1 notes anywhere in the b...Richard Henderson2-10/+27
2002-03-26combine.c (simplify_comparison <ASHIFTRT, LSHIFTRT>): Correct test for overfl...Alan Modra2-9/+17
2002-03-2520001013-1.c: Add -mcpu=ultrasparc.Richard Henderson2-2/+7
2002-03-25re PR target/2623 ([ARM/2.95] Wrong code when accessing unsigned short in a s...Richard Earnshaw2-0/+12
2002-03-25mingw32.h (WINT_TYPE): Define as "short unsigned int".Danny Smith2-0/+8
2002-03-2520011119-1.c (xxx): New.Richard Henderson3-16/+13
2002-03-25toplev.c: Don't include setjmp.h.Zack Weinberg16-560/+217
2002-03-25* cp-lang.c (LANG_HOOKS_MAYBE_BUILD_CLEANUP): Redefine.Neil Booth2-0/+3
2002-03-25re PR java/5368 (gcj-3.0.3 segfaults with 20 line program)Mark Wielaard2-1/+7
2002-03-25Fixes for PR bootstrap/3591, target/5676:Nick Clifton4-4/+18
2002-03-25c-decl.c (maybe_build_cleanup): Remove.Neil Booth18-57/+55
2002-03-25thunk3.C: Add xtensa-*-* to list of targets using generic thunk support.Bob Wilson2-1/+6
2002-03-25regrename.c (build_def_use): Move recog_memoized before extract_insn.Jakub Jelinek2-1/+6
2002-03-25re PR target/6043 (IICE on ia64 for Blitz config test for C++ complex math)Jakub Jelinek4-4/+48
2002-03-25Daily bump.GCC Administrator2-2/+2
2002-03-25regrename.c (build_def_use): Share RTL between MATCH_OPERATOR and correspondi...Jakub Jelinek4-1/+45
2002-03-24* unroll.c (unroll_loop): Zero label_map.Richard Henderson2-2/+3
2002-03-24gcse.c: Include except.h.Richard Henderson3-1/+7
2002-03-24varasm.c (asm_emit_uninitialised): Revert 2002-03-14 change.Richard Henderson4-12/+14
2002-03-25f77-edit-apostrophe-out.f: New testDavid Billinghurst1-0/+11
2002-03-25f77-edit-apostrophe-out.f: New testDavid Billinghurst8-0/+128
2002-03-24* config/alpha/elf.h (STARTFILE_SPEC): Use crtbeginT with -static.Richard Henderson2-6/+7
2002-03-24recog.c (peephole2_optimize): Split blocks when EH insns are generated in the...Richard Henderson2-13/+57
2002-03-24* objc/execute/formal_protocol-6.x: New XFAIL.Richard Henderson2-0/+6
2002-03-24weak-1.c: Early return from dg-final on platforms that do not support weak sy...David Billinghurst2-0/+8
2002-03-24g++.exp: Fix handling of LD_LIBRARY_PATH et alDavid Billinghurst4-48/+42
2002-03-24* mips.c (mips_function_value): Only promote_mode for non-libcalls.Richard Henderson2-4/+8
2002-03-24gcc.c (cpp_options): Pass -MD through as -MD not -M -MF.Neil Booth3-12/+15
2002-03-24stmt.c (check_for_full_enumeration_handling): Remove tests of warn_switch.Andrew Cagney2-58/+69
2002-03-24fix changelog 2002-03-24 Stephane CarrezStephane Carrez1-1/+1
2002-03-24m68hc11.c (m68hc11_autoinc_compatible_p): New function.Stephane Carrez2-0/+64
2002-03-24m68hc11.md ("*subsi3_zero_extendhi"): Allow address register for operand 2.Stephane Carrez2-5/+40
2002-03-24cppinit.c (cpp_handle_option): Set warn_endif_labels if -pedantic here...Neil Booth2-4/+7
2002-03-24* gigi.h (yyparse): Remove.Neil Booth2-4/+4
2002-03-24Removal of separate preprocessor cpp0.Neil Booth15-88/+84
2002-03-24Daily bump.GCC Administrator2-2/+2
2002-03-24re PR rtl-optimization/5742 (bug with -freg-struct-return and functions retur...Richard Henderson6-45/+47
2002-03-23sparc.c (sparc_emit_floatunsdi): New.Richard Henderson4-0/+55
2002-03-23gmon-sol2.c (internal_mcount): Assume either _start or _init begins the text ...Richard Henderson2-1/+8
2002-03-23rs6000.h (RETURN_IN_MEMORY): Cast to HOST_WIDE_INT not HOST_WIDEST_INT.David Edelsohn2-3/+8
2002-03-23com.c (ffecom_check_size_overflow_): Add a test so that arrays too large for ...Toon Moene3-22/+38