aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
1998-02-12decl.c (shadow_tag): Give error for typedef-ing built-in types Fixes g++/14837Benjamin Kosnik1-1/+1
1998-02-12decl.c (shadow_tag): Give error for typedef-ing built-in types Fixes g++/14837Benjamin Kosnik1-0/+4
1998-02-12Replace gen_rtx (CONST_INT...) calls with GEN_INT callsMichael Meissner2-37/+42
1998-02-12expr.c (expand_assignment): Correct typo exposed by -Wall.Robert Lipe2-1/+5
1998-02-12call.c (reference_binding): Use comptypes when comparing TYPE_MAIN_VARIANTS t...Mark Mitchell2-2/+39
1998-02-12typeck.c (build_ptrmemfunc): Typecheck pointer-to-member conversions.Mark Mitchell4-12/+29
1998-02-12cse.c (delete_dead_from_cse): If a libcall produces a constant result and tha...Jeffrey A Law2-6/+40
1998-02-12mips.md (trucndihi2,truncdiqi2): Change these to support mips16.Gavin Koch2-7/+25
1998-02-12mips.c (movdi_operand): Direct referances to symbols that arn't mips16 consts...Gavin Koch2-4/+51
1998-02-12mips.md (extendsidi2): Allow extension to/from a non-mips16 register.Gavin Koch2-4/+9
1998-02-11i386.c: Conditionally include <stdlib.h>, <string.h>, and <strings.h>.Marc Lehmann2-0/+17
1998-02-11tree.c (is_overloaded_fn): Use really_overloaded_fn.Mark Mitchell2-20/+18
1998-02-11Makefile.in (WARN_CFLAGS): New variable.Kaveh R. Ghazi2-6/+16
1998-02-11i386.c (reg_mentioned_in_mem): Don't abort when falling through default case ...Mark Mitchell2-2/+8
1998-02-11Patch from Lee Iverson.Lee Iverson2-1/+5
1998-02-11* mips/mips.md (movdi): These PLUS's need to be Pmode.Gavin Koch2-2/+6
1998-02-10newJason Merrill12-18/+108
1998-02-10cp-tree.h (push_template_decl): Return the decl passed in, or an equivalent d...Mark Mitchell8-3242/+3243
1998-02-10Copy comment to go with the subtraction patch.Richard Henderson1-0/+2
1998-02-10Makefile.in (dwarf2out.o, [...]): Depend on insn-codes.h, it gets included in...Kaveh R. Ghazi2-10/+18
1998-02-10com.c (ffecom_ptr_to_expr): Do upper - lower in the native type, so as to pro...Richard Henderson2-3/+10
1998-02-10stor-layout.c (layout_type): Do upper - lower in the native type, so as to pr...Richard Henderson2-1/+9
1998-02-10except.c (start_dynamic_cleanup): Remove unused variable 'dhc'.Robert Lipe3-33/+41
1998-02-10i386.c: Added include for recog.h.Marc Lehmann2-11/+32
1998-02-10i386.c, [...]: Change gen_rtx (X, ...) to gen_rtx_X (...).John F. Carr4-121/+119
1998-02-10flow.c (life_analysis): Do not conside the stack pointer live at the end of a...Jeffrey A Law2-2/+12
1998-02-10* pt.c (convert_nontype_argument): Fix typo.Jason Merrill2-3/+4
1998-02-10pt.c (check_explicit_specialization): Allow old-style specialization of class...Jason Merrill2-15/+31
1998-02-10decl.c (grokdeclarator): Use DECL_USE_TEMPLATE instead when deciding to overr...Jason Merrill2-5/+9
1998-02-10For movdi_v8plus pattern, output stx on alternative 1 and fzero on alternativ...John F. Carr2-2/+7
1998-02-10Add support for squangling.Andrew Macleod1-355/+616
1998-02-10Add -fsquangle and -fno-squangle.Andrew Macleod1-0/+2
1998-02-10Add declaration for flag_do_squangling.Andrew Macleod1-0/+5
1998-02-10Add -fsquangle to option processing list.Andrew Macleod1-1/+8
1998-02-10Add squangling support. (First cut at improved Name mangling)Andrew Macleod1-0/+30
1998-02-10Patch from jfc to fix printf format problems.John Carr1-14/+12
1998-02-10rs6000.c (setup_incoming_varargs): Always set rs6000_sysv_varargs_p.Richard Kenner2-3/+10
1998-02-09* lib/g77.exp (g77_target_compile): Fix multilibs for libf2c.H.J. Lu2-0/+11
1998-02-09reload.c (find_reloads_toplev): Handle arbitrary non-paradoxical SUBREGs of C...J"orn Rennecke2-1/+29
1998-02-09Patch from jfc to fix printf format problems.John Carr1-0/+5
1998-02-08alpha.c (alpha_return_addr): Remove unused variable `first'.Kaveh R. Ghazi2-4/+7
1998-02-08old-dejagnu.exp (old-dejagnu): Added the "execution test - XFAIL *-*-*" handl...H.J. Lu6-6/+22
1998-02-08Fix -fpedantic combined with `F()' invocation,Craig Burley3-54/+82
1998-02-08* method.c (make_thunk): Avoid name buffer overflow.Scott Snyder2-1/+6
1998-02-08Document unique_id variable.John Carr1-1/+2
1998-02-08Oops, bump copyright year.David Edelsohn1-1/+1
1998-02-08Feb 8 14:56:03 1998 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>Richard Kenner2-2/+13
1998-02-08bitmap.c (bitmap_debug_file): HOST_PTR_PRINTF converts a pointer, not a HOST_...John Carr4-10/+20
1998-02-08regmove.c: Fix various minor formatting problems.Jim Wilson2-8/+113
1998-02-07gansidecl.h: Check for a conflicting macro definition before attempting to pr...Kaveh R. Ghazi2-15/+20