aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-25messages_members.h: Correct conditional.Benjamin Kosnik4-5/+12
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 Clifton6-4/+29
2002-03-25c-decl.c (maybe_build_cleanup): Remove.Neil Booth18-57/+55
2002-03-25Fix typo in last Changelog.Paolo Carlini1-1/+1
2002-03-25* linux_threads.c (GC_get_nprocs): Close file descriptor.Jeff Sturm2-0/+12
2002-03-25thunk3.C: Add xtensa-*-* to list of targets using generic thunk support.Bob Wilson2-1/+6
2002-03-252002-03-25 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>Ulrich Weigand2-10/+19
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 Administrator6-6/+6
2002-03-25regrename.c (build_def_use): Share RTL between MATCH_OPERATOR and correspondi...Jakub Jelinek4-1/+45
2002-03-25Component.java (processEvent): Check ComponentEvent after KeyEvent.Tom Tromey2-2/+7
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-25Based on patch from Intel's ORP team:Bryce McKinlay2-7/+18
2002-03-25FileInputStream.java (skip): Call fd.getFilePointer() and calculate correct n...Bryce McKinlay2-1/+6
2002-03-25* java/io/PushbackReader.java: Reformat.Bryce McKinlay2-396/+340
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-24TextComponent.java (TextComponent): Editable by default.Tom Tromey2-0/+4
2002-03-24MenuItem.java (eventMask): No longer private.Tom Tromey10-5/+107
2002-03-24* mips.c (mips_function_value): Only promote_mode for non-libcalls.Richard Henderson2-4/+8
2002-03-24[multiple changes]Mark Wielaard6-439/+595
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 Administrator6-6/+6
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
2002-03-23re PR java/5489 (-fverbose-asm crashes jc1 on ARM cross-compiler)Richard Earnshaw3-5/+18
2002-03-23[multiple changes]Andrew Cagney9-4/+110