aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2002-03-20re PR bootstrap/4192 (fr30-elf does not build - memory exhausted building crt...Jakub Jelinek5-5/+49
2002-03-20re PR c/5972 (produces wrong assembly code when -march=pentiumpro and optimiz...Jakub Jelinek5-12/+51
2002-03-20arm.c (arm_output_epilogue): Don't generate separate return instruction if PC...Philip Blundell2-2/+10
2002-03-20re PR c++/2136 (g++ seems to disregard '::' in '::delete')Jason Merrill4-15/+32
2002-03-20xtensa.md: Remove unused type attributes.Bob Wilson2-3/+8
2002-03-20mangle11.C was duplicate of mangle3.CJakub Jelinek2-42/+0
2002-03-20re PR c++/5118 (c4x-g++ Fails on Templates)Jason Merrill2-1/+7
2002-03-20PR optimization/5999, middle-end/5731Dale Johannesen4-0/+19
2002-03-20Daily bump.GCC Administrator2-2/+2
2002-03-20Makefile.in: Update.Neil Booth29-65/+113
2002-03-20c-lex.c (cb_file_change): Pass the #inclusion's line number to the start_sour...Jim Blandy2-2/+9
2002-03-19* fold-const.c (fold): Delete #if 0 ARRAY_REF case.David Edelsohn2-19/+2
2002-03-19flow.c (EH_USES): Provide default.Richard Henderson6-14/+85
2002-03-19* varasm.c (output_constant_def): Fix stupid typo.Richard Henderson2-1/+5
2002-03-19Mark PR last change.Richard Henderson1-0/+1
2002-03-19except.c (current_function_has_exception_handlers): New.Richard Henderson4-7/+37
2002-03-19varasm.c (output_constant_def): Don't call ENCODE_SECTION_INFO for INTEGER_CST.Olivier Hainque2-1/+8
2002-03-19Record pr number for last change.Richard Henderson1-0/+1
2002-03-19ia64.c: Revert 2002-03-01 patch.Richard Henderson3-3/+17
2002-03-19cppmacro.c (cpp_macro_definition): Emit a space after the macro name...Jim Blandy2-1/+10
2002-03-19varasm.c (globalize_decl): Get the name from the RTL, not DECL_ASSEMBLER_NAME.Jason Merrill2-1/+4
2002-03-19* Makefile.in (LIBGCC2_DEBUG_CFLAGS): Set to -g.Jason Merrill2-4/+5
2002-03-19xtensa.md (adddi3, [...]): Define.Bob Wilson2-0/+74
2002-03-19Remove conflict marker.Andreas Jaeger1-1/+0
2002-03-19rs6000.c (rs6000_override_options): Only warn about -fpic/-fPIC if extra_warn...David Edelsohn2-1/+6
2002-03-19expr.c (expand_expr): Sign-extend CONST_INT generated from TREE_STRING_POINTER.David Edelsohn2-7/+11
2002-03-19sparc.h (CAN_ELMINIATE): Can only eliminate FP in favor of SP if FRAME_POINTE...Richard Kenner2-1/+11
2002-03-19emit-rtl.c (gen_int_mode): New function.Lars Brinkhoff10-28/+45
2002-03-19* gcc.dg/struct-by-value-1.c: New test.Jakub Jelinek2-0/+85
2002-03-19re PR c/5656 (ICE in emit_move_insn, at expr.c:2748, regression from gcc 3.0)Jakub Jelinek11-2/+89
2002-03-19Daily bump.GCC Administrator2-2/+2
2002-03-18add mangling noteJason Merrill1-0/+4
2002-03-18calls.c (precompute_arguments): Do not assume that temporaries can be destroy...Mark Mitchell3-11/+80
2002-03-18Missed ChangeLog entry in checkin.Eric Christopher1-1/+12
2002-03-18re PR c++/3882 (gcc 3.0 error referencing a variable in its initializer expre...Eric Botcazou2-0/+23
2002-03-18re PR c++/2039 (bad code generated for access to unnamed union in base class)Jason Merrill3-25/+58
2002-03-18re PR java/5876 (jc1 crashes when targeting mingw32)Alexandre Petit-Bianco2-1/+6
2002-03-18mips.md (andsi3): Force operand 1 to a register too.Alexandre Oliva2-3/+16
2002-03-18mips.h (ENCODE_SECTION_INFO): Don't use %gprel for symbols that are going to ...Alexandre Oliva2-1/+9
2002-03-18mips.h (ELIMINABLE_REGS): Can't eliminate RETURN_ADDRESS_POINTER_REGNUM to $ra.Alexandre Oliva3-24/+40
2002-03-18xtensa.h (GO_IF_MODE_DEPENDENT_ADDRESS): Treat constant-pool addresses as "mo...Bob Wilson2-6/+24
2002-03-18PR c++/4222, c++/5995Jason Merrill3-4/+6
2002-03-18re PR target/5740 (sparcv9 ICE on complex_value.cc in libstdc++ test suite)Jakub Jelinek4-6/+39
2002-03-18re PR c++/3870 (gcc 3.0 bogus error specializing a template function)Jason Merrill4-0/+24
2002-03-18re PR c++/4377 (more errors with multiple non-type template parameters)Jason Merrill3-10/+64
2002-03-18re PR c++/4003 (ICE on template instantiation including friendship declaration.)Jason Merrill3-17/+18
2002-03-18PR c++/3948 -- C++ ABI change, followup to 2001-12-18 patch.Jason Merrill1-1/+4
2002-03-18re PR target/4863 (arm/thumb: code for switch statements: branch out of range)Richard Earnshaw1-0/+1
2002-03-18arm.md (tablejump): Make this a define_expand.Richard Earnshaw7-11/+78
2002-03-18PR c++/3948 -- C++ ABI change, followup to 2001-12-18 patch.Jason Merrill3-4/+42