1. 04 Oct, 2004 5 commits
    • Convert diagnostics to use quoting flag q 2/n · 1f070f2b
              Convert diagnostics to use quoting flag q 2/n
              * class.c (build_base_path, add_method, alter_access,
              handle_using_decl, check_bases,
              maybe_warn_about_overly_private_class, find_final_overrider,
              warn_hidden, finish_struct_anon,
              add_implicitly_declared_members,
              check_bitfield_decl, check_field_decls, layout_empty_base,
              build_base_field, check_methods, layout_virtual_bases,
              warn_about_ambiguous_bases, layout_class_type,
              finish_struct_1,
              resolve_address_of_overloaded_function, instantiate_type,
              note_name_declared_in_class): Use format flag "q" for quoting.
      
      From-SVN: r88473
      Gabriel Dos Reis committed
    • c_locale.cc (__convert_to_v): Use _GLIBCXX_HAVE_STRTOF instead _GLIBCXX_USE_C99… · e6fecd01
      c_locale.cc (__convert_to_v): Use _GLIBCXX_HAVE_STRTOF instead _GLIBCXX_USE_C99 to check for strtof.
      
      
      	* config/locale/generic/c_locale.cc (__convert_to_v): Use
      	_GLIBCXX_HAVE_STRTOF instead _GLIBCXX_USE_C99 to check for strtof.
      	Likewise, use _GLIBCXX_HAVE_STRTOLD instead of _GLIBCXX_USE_C99
      	to check for presence of strtold.
      
      From-SVN: r88472
      Roger Sayle committed
    • Daily bump. · 66cea675
      From-SVN: r88470
      GCC Administrator committed
    • PR c/17178, PR c/17820 · 29128154
      2004-10-03  Andrew Pinski  <pinskia@physics.uc.edu>
      
              PR c/17178, PR c/17820
              * c-decl.c (pop_scope): Do not warn about unused static
              variables as they warned in the middle-end.
      
      2004-10-03  Andrew Pinski  <pinskia@physics.uc.edu>
      
              PR c/17178
              * gcc.dg/unused-4.c: Adjust to be correct.
      
              PR c/17820
              * gcc.dg/unused-7.c: New test.
      
      From-SVN: r88467
      Andrew Pinski committed
    • builtins.c (expand_builtin_memcpy): Delete duplicate code and make the first… · ef7eaebf
      builtins.c (expand_builtin_memcpy): Delete duplicate code and make the first parameter the expression not the arglist.
      
      	* builtins.c (expand_builtin_memcpy): Delete duplicate code
      	and make the first parameter the expression not the arglist.
      
      From-SVN: r88466
      Kaveh R. Ghazi committed
  2. 03 Oct, 2004 22 commits
  3. 02 Oct, 2004 13 commits