aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2002-07-10981006-1.x: Do not use -fpic for mn102.Jeff Law3-7/+7
2002-07-10mn10200.c (expand_epilogue): Fix test to determine which scratch register to ...Jeff Law2-4/+7
2002-07-10cse.c (cse_insn): Supply proper SUBREG_BYTE to simplify_gen_subreg.J"orn Rennecke2-2/+23
2002-07-10diagnostic.h: #include location.hGabriel Dos Reis5-17/+62
2002-07-10Daily bump.GCC Administrator3-3/+3
2002-07-10aix.h: Convert CPP_PREDEFINES to TARGET_OS_CPP_BUILTINS.Matt Kraai17-44/+225
2002-07-09re PR c++/6255 (ICE with templatess)Jason Merrill2-1/+13
2002-07-09cp-tree.h (constructor_name_p): Declare it.Mark Mitchell9-27/+54
2002-07-09* gcc.dg/20020312-2.c: Check for __PPC__.Aldy Hernandez2-1/+5
2002-07-09objc-act.c (adjust_type_for_id_default): Fix my previous patch.Devang Patel2-1/+7
2002-07-09cpperror.c (cpp_error): Default to directive_line within directives here.Neil Booth6-55/+82
2002-07-09sh.c (sh_adjust_cost): Special handling of SHMEDIA code.Stephen Clarke3-109/+292
2002-07-09sh.h (PREDICATE_CODES): Add general_extend_operand and inqhi_operand.J"orn Rennecke4-122/+598
2002-07-09Treelang updates for new attrib regime.Tim Josling2-2/+18
2002-07-09* gcc.c-torture/compile/20020709-1.c: New test.Diego Novillo2-0/+11
2002-07-09* dwarfout.c (dwarfout_init): Warn that DWARF1 is deprecated.Mark Mitchell2-0/+7
2002-07-09except.c (expand_eh_region_end_cleanup): Change exception pointer from Pmode ...Steve Ellcey2-4/+11
2002-07-09Daily bump.GCC Administrator3-3/+3
2002-07-08c-pragma.h (add_to_renaming_pragma_list): New function.Steve Ellcey3-4/+15
2002-07-08combine.c (combine_simplify_rtx): Add an explicit cast to avoid signed/unsign...Roger Sayle2-25/+49
2002-07-08pt.c (can_complete_type_without_circularity): Add static to function definition.Kriang Lerdsuwanakij2-1/+6
2002-07-08mips.md: Add imadd type.Richard Sandiford2-15/+25
2002-07-08cp-tree.h (have_extern_spec): Declare itMark Mitchell4-17/+25
2002-07-08Daily bump.GCC Administrator3-3/+3
2002-07-08Make-lang.in (cp/parse.o): Depend on decl.h.Mark Mitchell5-13/+33
2002-07-07c-common.c (c_common_post_options): Update prototype; don't init backends if ...Neil Booth8-19/+55
2002-07-07sh.h (PRINT_OPERAND_PUNCT_VALID_P): Allow '\''.J"orn Rennecke4-97/+134
2002-07-07error.c (dump_function_name): Use DECL_TEMPLATE_RESULT for constructor and de...Roger Sayle4-1/+31
2002-07-07Emit MMIX function prologue and epilogue as rtl.Hans-Peter Nilsson5-530/+558
2002-07-07Daily bump.GCC Administrator3-3/+3
2002-07-0620020706-1.c: New test.Alexandre Oliva3-0/+81
2002-07-06* g++.dg/warn/incomplete1.C: New test.Brian R. Gaeke2-0/+25
2002-07-06* linkage1.C, linkage1-main.cc: New test.Alexandre Oliva3-0/+38
2002-07-06ChangeLog entry for my last patch:Andreas Jaeger1-2/+12
2002-07-06toplev.c (set_fast_math_flags): Don't use ISO C style function definitions.Andreas Jaeger3-7/+17
2002-07-06Daily bump.GCC Administrator3-3/+3
2002-07-06re PR c++/7099 (G++ doesn't set the noreturn attribute on std::exit and std::...Kaveh R. Ghazi2-0/+76
2002-07-06re PR c++/7099 (G++ doesn't set the noreturn attribute on std::exit and std::...Roger Sayle9-146/+250
2002-07-06m68hc11.md ("*movqi_68hc12"): Avoid allocating QI mode registers in soft regi...Stephane Carrez2-3/+10
2002-07-05cvt.c (cp_convert_to_pointer): Call force_fit_type for null pointers.Jason Merrill3-0/+19
2002-07-05m68hc11.md ("*ashlsi3"): Avoid saving y if we know it is dead.Stephane Carrez2-13/+26
2002-07-05genautomata.c (output_max_insn_queue_index_def): Take latencies into account.Vladimir Makarov2-4/+28
2002-07-05m68hc11.md (peephole2): New peephole2 to optimize address computation and mem...Stephane Carrez2-18/+122
2002-07-05re PR c++/6706 (ICE with variable-sized arrays and DWARF-1 output)Mark Mitchell5-2/+42
2002-07-05re PR rtl-optimization/7145 (g++ -O with structure initializer & return value...Jason Merrill1-0/+23
2002-07-05re PR rtl-optimization/7145 (g++ -O with structure initializer & return value...Jason Merrill2-0/+7
2002-07-05copyright date updatedNathan Sidwell1-1/+1
2002-07-05gcc.c (asm_debug): Move initialization ...Rainer Orth2-1/+10
2002-07-05c-parse.in (extdef): Append ';'.Nathan Sidwell2-0/+7
2002-07-05Repair damage on weak-impared targets caused by my previous patch.Nathan Sidwell4-9/+29