1. 01 Jan, 2003 12 commits
    • c-pragma.c (c_register_pragma): New. · c58b209a
      	* c-pragma.c (c_register_pragma): New.
      	(init_pragma): Use it.
      	* c-pragma.h (cpp_register_pragma): Don't declare.
      	(c_register_pragma): New.
      	* cpplib.h: Remove #ifdef GCC_C_PRAGMA_H.
      	* config/darwin.h (REGISTER_TARGET_PRAGMAS): Update.
      	* config/arm/arm.h (REGISTER_TARGET_PRAGMAS): Update.
      	* config/c4x/c4x.h (REGISTER_TARGET_PRAGMAS): Update.
      	* config/h8300/h8300.h (REGISTER_TARGET_PRAGMAS): Update.
      	* config/i370/i370.h (REGISTER_TARGET_PRAGMAS): Update.
      	* config/i960/i960.h (REGISTER_TARGET_PRAGMAS): Update.
      	* config/ia64/hpux.h (REGISTER_TARGET_PRAGMAS): Update.
      	* config/rs6000/rs6000.h (REGISTER_TARGET_PRAGMAS): Update.
      	* config/sh/sh.h (REGISTER_TARGET_PRAGMAS): Update.
      	* config/v850/v850.h (REGISTER_TARGET_PRAGMAS): Update.
      	* doc/tm.texi (REGISTER_TARGET_PRAGMAS): Update
      cp:
      	* lex.c: Remove superfluous include of cpplib.h.
      	(CONSTRAINT): Define without conditions.
      	(init_cp_pragma): Use c_register_pragma.
      
      From-SVN: r60740
      Neil Booth committed
    • * .cvsignore: Remove. · 7347c2c5
      From-SVN: r60739
      Neil Booth committed
    • call.c, [...]: Replace "GNU CC" with "GCC" in the copyright header. · f5adbb8d
      	* call.c, class.c, cp-lang.c, cp-tree.h, cvt.c, dump.c, error.c,
      	  except.c, expr.c friend.c, g++spec.c, init.c, lang-options.h,
      	  lang-specs.h, lex.c, mangle.c, method.c, optimize.c, parser.c,
      	  pt.c, ptree.c, repo.c, rtti.c, search.c, semantics.c, tree.c,
      	  typeck.c, typeck2.c: Replace "GNU CC" with "GCC" in the
      	  copyright header.
      	* lex.h: parse.y is dead, so don't mention it.  Also replace the
      	  copyright header with the default GNU copyright header.
      
      From-SVN: r60738
      Steven Bosscher committed
    • Daily bump. · 81f61566
      From-SVN: r60737
      GCC Administrator committed
    • ambig3.C: Remove XFAIL. · a0f11804
      	* g++.old-deja/g++.jason/ambig3.C: Remove XFAIL.
      	* g++.old-deja/g++.other/access6.C: Likewise.
      	* g++.old-deja/g++.other/decl1.C: Likewise.
      	* g++.old-deja/g++.pt/typename12.C: Likewise.
      
      From-SVN: r60730
      Kriang Lerdsuwanakij committed
    • cp-tree.h (LOOKUP_TEMPLATES_EXPECTED): Remove. · eea9800f
      	* cp-tree.h (LOOKUP_TEMPLATES_EXPECTED): Remove.
      	(lookup_name_namespace_only): Likewise.
      	(begin_only_namespace_names): Likewise.
      	(end_only_namespace_names): Likewise.
      	* decl.c (only_namespace_names): Remove.
      	(qualify_lookup): Do not check LOOKUP_TEMPLATES_EXPECTED.
      	(lookup_name_real): Do not check only_namespace_names.
      	(lookup_name_namespace_only): Remove.
      	(begin_only_namespace_names): Likewise.
      	(end_only_namespace_names): Likewise.
      	* parser.c (cp_parser_nested_name_specifier_opt): Handle erroneous
      	nested-name-specifiers more gracefully.
      	(cp_parser_class_or_namespace_name): Avoid looking up namespace
      	names when they cannot possibly appear.
      	(cp_parser_template_name): Adjust call to cp_parser_lookup_name.
      	(cp_parser_elaborated_type_specifier): Likewise.
      	(cp_parser_namespace_name): Only look for namespace names.
      	(cp_parser_lookup_name): Add is_namespace parameter.
      	(cp_parser_lookup_name_simple): Adjust call to
      	cp_parser_lookup_name.
      
      	* g++.dg/parse/namespace1.C: New test.
      
      From-SVN: r60729
      Mark Mitchell committed
    • * g++.dg/parse/parse4.C: New test. · 79cc2986
      From-SVN: r60728
      Neil Booth committed
    • * g++.dg/parse/parse3.C: New test. · 54ea87db
      From-SVN: r60727
      Neil Booth committed
    • * g++.dg/parse/parse2.C: New test. · 9b1e4260
      From-SVN: r60726
      Neil Booth committed
    • * g++.dg/template/friend11.C: New test. · d4413948
      From-SVN: r60725
      Neil Booth committed
    • *** empty log message *** · ecc7182c
      From-SVN: r60724
      Neil Booth committed
    • * g++.dg/parse/parse1.C: New test. · 2010d384
      From-SVN: r60723
      Neil Booth committed
  2. 31 Dec, 2002 28 commits