1. 09 Sep, 1998 5 commits
    • Add preliminary native sparcv9 Solaris support. · d559a4db
      	* configure.in: Recognize sparv9-*-solaris2*
      	* configure: rebuilt
      	* config.sub: Recognize sparcv9 just like sparc64.
      	* config/sparc/sol2-c1.asm config/sparc/sol2-ci.asm
      	config/sparc/sol2-cn.asm: Macroize so it can be shared between
      	32-bit and 64-bit Solaris systems.
      	* config/sparc/t-sol2: Assemble those with cpp.
      	* config/sparc/sparc.h (TARGET_CPU_sparcv9): New alias for v9.
      	(*TF*_LIBCALL): If ARCH64 use V9 names.
      	* config/sparc/{xm-sysv4-64,sol2-sld-64}.h: New	files.
      
      From-SVN: r22345
      David S. Miller committed
    • sparc.h (TARGET_CM_MEDMID): Fix documentation. · 67cb8900
      	* config/sparc/sparc.h (TARGET_CM_MEDMID): Fix documentation.
      	(CASE_VECTOR_MODE): Set to SImode even if PTR64, when MEDLOW and
      	not doing pic.
      	(ASM_OUTPUT_ADDR_{VEC,DIFF}_ELT): Check CASE_VECTOR_MODE not
      	Pmode.
      	* config/sparc/sparc.md (tablejump): Likewise, and sign extend op0
      	to Pmode if CASE_VECTOR_MODE is something else.
      
      From-SVN: r22344
      Jakub Jelinek committed
    • class.c (get_enclosing_class): New function. · b54ccf71
      	* class.c (get_enclosing_class): New function.
      	(is_base_of_enclosing_class): Likewise.
      	* cp-tree.h (get_enclosing_class): Declare.
      	(is_base_of_enclosing_class): Likewise.
      	* pt.c (coerce_template_parms): Use them.
      	* g++spec.c (lang_specific_driver): Check whether MATH_LIBRARY is
      	null to decide whether to use it.
      
      From-SVN: r22343
      Jason Merrill committed
    • error.c (dump_type_real): Handle NAMESPACE_DECL. · 009425e1
      	* error.c (dump_type_real): Handle NAMESPACE_DECL.
      	* parse.y (base_class.1): Avoid crash on error.
      	* decl.c (make_typename_type): If context is a namespace, the code
      	is in error.
      
      From-SVN: r22342
      Jason Merrill committed
    • Daily bump. · 1ba15a03
      From-SVN: r22341
      Jeff Law committed
  2. 08 Sep, 1998 19 commits
  3. 07 Sep, 1998 12 commits
  4. 06 Sep, 1998 4 commits
    • cp-error.def: New file. · d41fbd2c
      	* cp-error.def: New file.
      	* Make-lang.in (cc1plus): Add dependency on it.
      	* Makefile.in (CXX_TREE_H): Likewise.
      	* cp-tree.h (error_code): New type.
      	Include cp-error.def to get error codes.  Make it possible to
      	include cp-tree.h in errfn.c.
      	(enable_warning): New function.
      	(flag_diag_codes): New variable.
      	* errfn.c: Include cp-tree.h.
      	(cp_err_msg): New type.  Include cp-error.def to define it.
      	(err_msgs): New variable.
      	(is_warning_enabled): New function.
      	(cp_thing): Take an error_code, not a format string.  Output the
      	diagnostic code if flag_diag_codes.
      	(cp_error, cp_compiler_error, cp_sprintf, cp_error_at): Take
      	error_codes, not format strings.
      	(cp_warning, cp_pedwarn, cp_warning_at, cp_pedwarn_at): Likewise.
      	Call is_warning_enabled.
      	* decl2.c (flag_diag_codes): New variable.
      	(lang_decode_option): Handle -fdiag-codes and -Wnumber.
      	* lang-options.h: Add -fdiag-codes, -fno-diag-codes, and
      	-W-number-, and -Wno-number.
      	* class.c: Update all calls to error-functions.
      	* cvt.c: Likewise.
      	* decl.c: Likewise.
      	* decl2.c: Likewise.
      	* except.c: Likewise.
      	* expr.c: Likewise.
      	* friend.c: Likewise.
      	* lex.c: Likewise.
      	* parse.y: Likewise.
      	* pt.c: Likewise.
      	* repo.c: Likewise.
      	* rtti.c: Likewise.
      	* search.c: Likewise.
      	* semantics.c: Likewise.
      	* sig.c: Likewise.
      	* tree.c: Likewise.
      	* typeck.c: Likewise.
      	* typeck2.c: Likewise.
      	* xref.c: Likewise.
      
      From-SVN: r22304
      Mark Mitchell committed
    • Initial revision · e04a16fb
      From-SVN: r22299
      Anthony Green committed
    • Bump for snapshot · fc08e329
      From-SVN: r22298
      Jeffrey A Law committed
    • Bump for snapshot · 2c54a9ca
      From-SVN: r22297
      Jeffrey A Law committed