1. 24 Feb, 2007 12 commits
  2. 23 Feb, 2007 23 commits
  3. 22 Feb, 2007 5 commits
    • gcc.c (getenv_spec_function): New function. · 30d8946b
      	* gcc.c (getenv_spec_function): New function.
      	(static_spec_functions): Add it.
      	* config/vxworks.h (VXWORKS_TARGET_DIR): Remove.
      	(VXWORKS_ADDITIONAL_CPP_SPEC): Use getenv to find the VxWorks
      	header files.
      
      From-SVN: r122240
      Mark Mitchell committed
    • gfortran.texi (Old-style kind specifications): Document special handling of… · b69862d1
      gfortran.texi (Old-style kind specifications): Document special handling of old-style kind specifiers for COMPLEX.
      
      * gfortran.texi (Old-style kind specifications): Document
      special handling of old-style kind specifiers for COMPLEX.
      * decl.c (gfc_match_old_kind_spec): Documented kind/bytesize
      assumptions in comment.
      
      From-SVN: r122238
      Brooks Moses committed
    • 3.cc: Fixed type mismatches in explicit instantiations. · 1631cbcf
      2007-02-22  Simon Martin  <simartin@users.sourceforge.net>
      
      	* testsuite/27_io/basic_ios/cons/char/3.cc: Fixed type mismatches in
      	explicit instantiations.
      	* testsuite/27_io/basic_istream/extractors_other/pod/3983-3.cc: Likewise.
      	* testsuite/27_io/basic_istream/extractors_arithmetic/pod/3983-1.cc:
      	Likewise.
      	* testsuite/27_io/basic_istream/extractors_character/pod/3983-2.cc:
      	Likewise.
      	* testsuite/27_io/basic_istream/sentry/pod/1.cc: Likewise.
      	* testsuite/27_io/basic_ostream/sentry/pod/1.cc: Likewise.
      	* testsuite/21_strings/basic_string/inserters_extractors/pod/10081-in.cc:
      	Likewise.
      	* testsuite/21_strings/basic_string/inserters_extractors/pod/10081-out.cc:
      	Likewise.
      	* testsuite/21_strings/basic_string/capacity/1.cc: Likewise.
      
      From-SVN: r122237
      Simon Martin committed
    • * g++.dg/opt/switch4.C: Pass -fshort-enums -w. · c2143cc1
      From-SVN: r122235
      Mark Mitchell committed
    • dwarf2out.c (add_AT_string): Call ggc_strdup once per string. · a0ad3539
              * dwarf2out.c (add_AT_string): Call ggc_strdup once per string.
              (type_tag): Use lang_hooks.dwarf_name instead of DECL_NAME.
      
              * cp-tree.h (TFF_NO_OUTER_SCOPE): New formatting flag.
              * error.c (dump_aggr_type, dump_simple_decl, dump_decl,
              dump_function_decl): Guard emitting outer scopes by new flag.
              * cp-lang.c (cxx_dwarf_name): New function.
              (LANG_HOOKS_DWARF_NAME): Define to cxx_dwarf_name.
              * pt.c (classtype_mangled_name, mangle_class_name_for_template):
              Remove functions.
              (push_template_decl_real, lookup_template_class): Remove calls
              to above functions.
      
      From-SVN: r122230
      Michael Matz committed