aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2002-10-24optabs.c (expand_binop): Don't reuse the shift target in the middle of shift ...Richard Sandiford2-2/+7
2002-10-24Daily bump.GCC Administrator2-2/+2
2002-10-24objc-act.c (get_static_reference): Remove unneeded TYPE_BINFO initialization.Ziemowit Laski2-4/+10
2002-10-24re PR c++/8067 (g++ 3.2 internal error: Segmentation fault)Mark Mitchell4-0/+16
2002-10-23jni.cc (_Jv_JNI_AllocObject): Removed old FIXME comment.Tom Tromey2-8/+14
2002-10-23For PR java/6388:Tom Tromey3-0/+20
2002-10-23re PR java/8296 (gcjh generates incorrect JNI header)Tom Tromey2-1/+7
2002-10-23i386.c (local_symbolic_operand): Move LABEL_REF test after CONST test.Jakub Jelinek4-3/+36
2002-10-23natFileWin32.cc (attr): Use FindFirstFile( ) instead of GetFileAttributesEx( ...Ranjit Mathew2-3/+12
2002-10-23re PR c++/7679 (The compiler crashes wen a right parentesis is missing)Mark Mitchell4-2/+38
2002-10-23ia64.c (hfa_element_mode): Don't allow 128 bit floats in HFAs.Steve Ellcey2-3/+8
2002-10-23* g++.dg/inherit/thunk1.C: Enable for x86_64.Richard Henderson2-1/+3
2002-10-23alpha.c (TARGET_ASM_CAN_OUTPUT_MI_THUNK): True.Richard Henderson4-3/+43
2002-10-23langhooks.h (struct lang_hooks_for_tree_inlining): Add var_mod_type_p.Zack Weinberg10-74/+116
2002-10-23add return 0, newline at endDale Johannesen1-1/+1
2002-10-23linux.h (CC1_SPEC, [...]): Remove.Ulrich Weigand6-87/+61
2002-10-23num_put_members_char.cc (test01): Swap size and decimal_point arguments of find.Jakub Jelinek3-4/+10
2002-10-23rs6000.c (rs6000_register_move_cost): New function.David Edelsohn4-26/+75
2002-10-23libgcc2.c (__udiv_w_sdiv): Use attribute ((always_inline)) when inlining it i...Ulrich Weigand2-2/+8
2002-10-23sourcebuild.texi (Test Suites): Improve.Nathanael Nerode2-24/+46
2002-10-23Nathanael Nerode <neroden@gcc.gnu.org> PR ada/5904Nathanael Nerode12-24/+29
2002-10-23Nathanael Nerode <neroden@gcc.gnu.org> PR ada/5904Nathanael Nerode36-35/+46
2002-10-23Nathanael Nerode <neroden@gcc.gnu.org> PR ada/6919 (forward port of patch for...Nathanael Nerode1062-1244/+1402
2002-10-23Daily bump.GCC Administrator2-2/+2
2002-10-23rs6000.c (rs6000_output_mi_thunk): Add missing case for Darwin.Stan Shebs2-0/+6
2002-10-22Minor performance tweak, and workaround for reload bug.Jim Wilson2-1/+5
2002-10-22re PR other/8289 (Errorneous prototypes of xmmintrin.h functions)Jan Hubicka3-19/+39
2002-10-22re PR c++/6579 (Infinite loop with statement expressions in member initializa...Mark Mitchell4-0/+46
2002-10-22target.h (gcc_target.asm_out): Merge output_mi_thunk and output_mi_vcall_thun...Richard Henderson28-215/+378
2002-10-22i386.c (standard_sse_constant_p): Accept vector and integer zeros too.Jan Hubicka5-6/+33
2002-10-22s390.md ("*movdi_64"): Fix op_type attribute.Ulrich Weigand2-4/+14
2002-10-22i386.md: FIx typo.Jan Hubicka4-18/+44
2002-10-22sparc.h: Add #error.Eric Christopher2-17/+20
2002-10-22Makefile.am (check-abi, [...]): Use @glibcpp_srcdir@ instead of ${top_srcdir}.Jakub Jelinek3-4/+10
2002-10-22config.gcc [...]: Remove s390/t-linux from tmake_file.Ulrich Weigand4-9/+16
2002-10-22* btest-gcc.sh: Add gdb.sum to TESTLOGS only when GDB testsuite is run.Geoffrey Keating2-20/+22
2002-10-22i386.c (builtin_description): Add IX86_BUILTIN_PUNPCKHQDQ128.Jan Hubicka5-30/+61
2002-10-22- Add final newline.David Edelsohn1-1/+2
2002-10-22numeric_limits.cc (test_extrema<long double>): Remove specialization for Free...Loren J. Rittle2-28/+5
2002-10-22re PR c++/7209 (Faulty array dereferencing)Nathan Sidwell4-7/+51
2002-10-22output.h (SECTION_NOTYPE): Define.Alan Modra4-24/+65
2002-10-22Daily bump.GCC Administrator2-2/+2
2002-10-22class.c (empty_base_at_nonzero_offset_p): New function.Mark Mitchell5-3/+75
2002-10-21real.c (sticky_rshift_significand): Return inexact, don't or it in immediately.Richard Henderson3-18/+79
2002-10-21paranoia.cc (real_c_float::image): Accomodate size of real_internal format.Richard Henderson2-1/+25
2002-10-21libgcc2.c: Fix __udiv_w_sdiv breakage on platforms that don't define sdiv_qrnnd.Ulrich Weigand2-0/+7
2002-10-21h8300.h (EIGHTBIT_CONSTANT_ADDRESS_P): Simplify using IN_RANGE.Kazu Hirata2-13/+15
2002-10-21i386.c (builtin_description): Add punpcklqdq and movdq2qJan Hubicka5-16/+407
2002-10-21remove > > > glitchDale Johannesen1-1/+0
2002-10-21Fix fastmath-specific crash PR 7133.Dale Johannesen3-2/+40