1. 29 Mar, 2002 12 commits
  2. 28 Mar, 2002 26 commits
  3. 27 Mar, 2002 2 commits
    • Makefile.in (attribs.o): Update. · 7ffb4fd2
      	* Makefile.in (attribs.o): Update.
      	* attribs.c: Include langhooks.h.
      	(decl_attributes): Use langhook.
      	* c-decl.c (insert_default_attributes): Rename.
      	* c-tree.h (c_insert_default_attributes): New.
      	* langhooks-def.h (LANG_HOOKS_INSERT_DEFAULT_ATTRIBUTES):New.
      	(LANG_HOOKS_INITIALIZER): Update.
      	* langhooks.h (struct lang_hooks): New hook.
      	* tree.h (insert_default_attributes): Remove.
      ada:
      	* misc.c (insert_default_attributes): Remove.
      cp:
      	* cp-lang.c (LANG_HOOKS_INSERT_DEFAULT_ATTRIBUTES): Redefine.
      	* cp-tree.h (cxx_insert_default_attributes): New.
      	* decl.c (insert_default_attributes): Rename.
      objc:
      	* objc-lang.c (LANG_HOOKS_INSERT_DEFAULT_ATTRIBUTES): Redefine.
      
      From-SVN: r51488
      Neil Booth committed
    • expr.c (expand_invoke): Don't generate null pointer check if we're calling <init>. · 39bea374
      	* expr.c (expand_invoke): Don't generate null pointer check if
      	we're calling <init>.
      
      From-SVN: r51487
      Tom Tromey committed