aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
1998-02-13c-lang.c (finish_file): Bracket declaration of static_ctors, static_dtors.Robert Lipe19-62/+134
1998-02-12call.c (build_over_call): Convert builtin abs, labs and fabs to tree-codes.Andreas Schwab3-2/+24
1998-02-13* combine.c (can_combine_p): Handle USEs in PARALLELs.J"orn Rennecke2-0/+41
1998-02-12* call.c (standard_conversion): A BASE_CONV replaces an RVALUE_CONV.Jason Merrill2-1/+9
1998-02-12linux.h (LIB_SPEC): Add -lc for -shared if USE_GNULIBC_1 is not defined.H.J. Lu5-3/+25
1998-02-12cp-tree.h: Add access_protected_virtual_node.Jason Merrill7-394/+388
1998-02-12sysv4.h (ENDFILE_SPEC): add missing %(endfile_linux) for -mcall-linuxFranz Sirl2-1/+6
1998-02-12system.h: New file to get common systems includes and various definitions and...Kaveh R. Ghazi2-0/+193
1998-02-12* cccp.c (new_include_prefix): Correctly handle -I./.Jeffrey A Law2-1/+5
1998-02-12* gcc.dg/ifelse-1.c: New test.Jeffrey A Law2-0/+24
1998-02-12com.c (type_for_mode): Add explicit braces to avoid ambiguous `else'.Kaveh R. Ghazi11-168/+262
1998-02-12Benjamin Kosnik1-0/+51
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