aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
1998-05-13Warning fixes:Kaveh R. Ghazi44-92/+162
1998-05-13toplev.c (rest_of_compilation): "Charge" final for any time doing various cle...Michael Meissner2-12/+17
1998-05-13flow.c (dump_flow_info): Also print number of sets and whether or not the pse...Michael Meissner2-0/+8
1998-05-13Reorganize last entry a little.Jeff Law1-4/+5
1998-05-13acconfig.h (ENABLE_CHECKING): Undefine.Michael Meissner8-96/+153
1998-05-13Warning patches:Kaveh R. Ghazi12-17/+53
1998-05-13reload1.c (merge_assigned_reloads): Can merge RELOAD_FOR_INPUT_ADDRESS and RE...J"orn Rennecke2-5/+33
1998-05-12error.c (dump_simple_decl): Use DECL_CLASS_SCOPE_P and/or DECL_NAMESPACE_SCOP...Jason Merrill7-40/+31
1998-05-12Fix aix --with-gnu-ld build failure reported by Brendan.Jim Wilson2-1/+9
1998-05-12* reload1.c (gen_reload): Create REG_EQUIV notes.J"orn Rennecke2-2/+12
1998-05-12reload1.c (reload): Fix check for USEs to use code of pattern.J"orn Rennecke2-3/+8
1998-05-12* pa.h (DBX_CONTIN_LENGTH): Reduce to 3000 bytes.Jeffrey A Law2-2/+12
1998-05-12Use HAIFA_INLINE for inlining functions instead of __inline directlyMichael Meissner2-16/+38
1998-05-12* alpha/vms.h (COMMON_ASM_OP, ASM_OUTPUT_ALIGNED_COMMON): Define.Klaus Kaempf2-0/+17
1998-05-12* config/mips/mips.h (ASM_OUTPUT_ALIGN): Remove trailing semi-colon.Gavin Koch2-1/+5
1998-05-12mips.md (dslot): Move after definition of "cpu" attribute.Gavin Koch2-9/+17
1998-05-12Consolidate support for "String-ification" into system.h:Kaveh R. Ghazi4-13/+25
1998-05-12cp-tree.h (CANONICAL_TYPE_VARIANT): New macro.Mark Mitchell3-5/+15
1998-05-12error.c (dump_simple_decl): New function, broken out from ...Mark Mitchell2-22/+37
1998-05-11Set emacs varaibles.Jeff Law1-0/+4
1998-05-11varasm.c (assemble_variable): Compute the alignment of the data earlier so th...John Wehle3-38/+49
1998-05-11mips.c: Prototype static functions.Jeff Law1-3/+24
1998-05-11mips.c: Prototype static functions.Jeff Law1-0/+4
1998-05-11Belongs here.Jeff Law1-0/+129
1998-05-11In the wrong directory.Jeff Law1-129/+0
1998-05-11Add missing comments pointed out by Andreas Schwab.Jim Wilson2-1/+28
1998-05-11Put the movzr insn back into the comment.Richard Henderson1-2/+2
1998-05-11Fix -mflat bug reported by Yamamoto Hirotaka.Jim Wilson2-1/+5
1998-05-11* sparc.md (ffsdi2): Disable. Simplify the expression as well.Richard Henderson2-8/+15
1998-05-11Fix stabs debug info bug reported by Stu Grossman.Jim Wilson2-0/+8
1998-05-11newJason Merrill5-0/+79
1998-05-11update documentationMark Mitchell1-7/+7
1998-05-11* ptree.c (lang_print_xnode): Add missing `break'.Mark Mitchell2-0/+5
1998-05-11New testMark Mitchell1-1/+3
1998-05-11New testMark Mitchell1-0/+11
1998-05-11* pt.c (tsubst): Remove duplicate check for IDENTIFIER_NODE.Mark Mitchell2-1/+4
1998-05-11Oops, aclocal.m4 wasn't up-to-date for last commit.Richard Henderson1-83/+113
1998-05-11* configure.in (alpha-*-linux-gnu): Undo lossage from gcc2 merge.Richard Henderson3-86/+58
1998-05-11alpha.h (PRINT_OPERAND_PUNCT_VALID_P): Add '`'.Richard Henderson4-4/+165
1998-05-11call.c (add_template_candidate): Adjust for changes to fn_type_unification.Mark Mitchell9-207/+638
1998-05-11lex.c (yyprint): Remove TYPENAME_ELLIPSIS.Mark Mitchell4-4795/+4580
1998-05-11genattr.c: Include stdarg.h/varargs.h.Kaveh R. Ghazi12-50/+249
1998-05-11cp-tree.h (finish_unary_op_expr): New function.Mark Mitchell7-208/+417
1998-05-10typeck.c (build_c_cast): Don't decay arrays and functions to pointer type whe...Mark Mitchell3-10/+58
1998-05-10Another new test.Jeff Law1-0/+20
1998-05-10documentJason Merrill1-0/+5
1998-05-10class.c (finish_struct_1): Use OVL_CURRENT on TREE_VEC_ELT.Jason Merrill6-4/+39
1998-05-09acconfig.h (HAVE_VOLATILE): Insert stub for autoconf.Jeff Law8-52/+120
1998-05-09class.c (currently_open_class): New fn.Jason Merrill4-13/+35
1998-05-09new, updateJason Merrill52-45/+451