aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
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
1998-05-08loop.c (get_condition): Don't combine when either compare is MODE_CC.Richard Henderson4-161/+180
1998-05-08* machmode.h (COMPLEX_MODE_P): New macro.Richard Henderson1-0/+5
1998-05-08* haifa-sched.c (print_exp): Fix typo.Richard Henderson2-2/+6
1998-05-08Bump for snapshotJeffrey A Law2-1/+5
1998-05-08Remove previous dwarf2out.c change. It was incorrect according to Jim.Jeff Law2-62/+16
1998-05-08Hunk of m32r changesMichael Meissner4-472/+722
1998-05-08Call fatal_insn instead of abortMichael Meissner2-1/+6
1998-05-08reload1.c (emit_reload_insns): When performing expensive optimizations...H.J. Lu2-2/+20
1998-05-08dwarf2out.c: Don't assume that `.section ".text"' causes the assembler to tre...Paul Eggert2-16/+62
1998-05-08Another minor system.h cutover:Kaveh R. Ghazi3-1/+8
1998-05-07massive namespace patchMartin v. Löwis36-1706/+2839
1998-05-08t-linux: Remove extra stuff already included in config/t-linux.Andreas Schwab2-14/+5
1998-05-08fixinc.wrap: Renamed from fixinc.math.Manfred Hollstein2-24/+24
1998-05-08fixinc.wrap: Renamed from fixinc.math.Manfred Hollstein1-0/+8
1998-05-08Renamed fixinc.math to fixinc.wrapManfred Hollstein1-53/+0
1998-05-07call.c (build_user_type_conversion_1): Handle second_conv properly for templa...Jason Merrill2-9/+19
1998-05-07Fix specs file problem reported by Nathan Myers.Jim Wilson2-2/+4
1998-05-07Disable remaining conditional move patterns.Jim Wilson2-6/+17
1998-05-07Fix host/target confusion with enable_threads, reported by Brendan Kehoe.Jim Wilson3-75/+85
1998-05-07More toplev.h cleanup, regnerate c-parse.c.Jim Wilson1-362/+363
1998-05-07Update copyrightMichael Meissner1-1/+1
1998-05-07Restore LR in case __eabi was called multiple timesMichael Meissner2-0/+6
1998-05-07clear TREE_USED f;ag for build_type_variant types as wellAndrew MacLeod2-2/+13
1998-05-07Handle missing vfprintf() & _doprnt() functions with linked in modules,Kaveh R. Ghazi15-296/+669
1998-05-07linux.h (ASM_COMMENT_START): Remove from here,Jeffrey A Law6-16/+27