1. 26 Apr, 2000 3 commits
    • dwarf2out.c (add_bound_info): Don't crash on an unexpanded SAVE_EXPR. · 1cfdcc15
              * dwarf2out.c (add_bound_info): Don't crash on an unexpanded SAVE_EXPR.
      
              * dwarfout.c (output_decl): Ignore NAMESPACE_DECLs.
      
              * dwarf2out.c (gen_subprogram_die): The class-scope declaration DIE
              is the primary DIE for a member function.
              (gen_decl_die): Call set_decl_origin_self here.
              * dwarfout.c (output_decl): And here.
              * integrate.c (output_inline_function): Not here.
              Don't clear DECL_INLINE until after calling rest_of_compilation.
              (set_decl_origin_self): No longer static.
              * tree.h: Add prototype.
              * toplev.c (note_deferral_of_defined_inline_function): Only write
              out abstract instance for actual inlines.
      
              * cp/decl.c (finish_function): Don't play games with DECL_INLINE.
      
      From-SVN: r33430
      Jason Merrill committed
    • mn10300.h (REG_CLASS_FROM_LETTER): Return EXTENDED_REGS only if TARGET_AM33. · d25ed420
      * config/mn10300/mn10300.h (REG_CLASS_FROM_LETTER): Return
      EXTENDED_REGS only if TARGET_AM33.
      * config/mn10300/mn10300.md (movsi, addsi): Avoid exposing
      SP_REGS to register allocation and reloading unless absolutely
      necessary.
      (movsi3): Remove special-case of adding non-constants to SP.
      
      From-SVN: r33429
      Alexandre Oliva committed
    • aclocal.m4 (gcc_AC_NEED_DECLARATION): This macro now requires INCLUDES to search… · 86cf1cbd
      aclocal.m4 (gcc_AC_NEED_DECLARATION): This macro now requires INCLUDES to search and does not provide any of its own.
      
             * aclocal.m4 (gcc_AC_NEED_DECLARATION): This macro now requires
             INCLUDES to search and does not provide any of its own.  Also it
             now accepts optional ACTION-IF-NEEDED and ACTION-IF-NOT-NEEDED
             parameters.  Also it does not call AC_DEFINE.
             (gcc_AC_NEED_DECLARATIONS): Likewise.  Also this macro now calls
             AC_DEFINE and provides for automatic entries for autoheader.
             (gcc_AC_FUNC_PRINTF_PTR): Cleanup C code in test.
      
             * configure.in (gcc_AC_NEED_DECLARATIONS): Save and restore CFLAGS
             so we can pass -I flags and include gansidecl.h/system.h in this
             test.
      
             * acconfig.h: Delete all NEED_DECLARATION_* entries.
      
      From-SVN: r33428
      Kaveh R. Ghazi committed
  2. 25 Apr, 2000 29 commits
  3. 24 Apr, 2000 8 commits