1. 15 Oct, 2009 10 commits
    • lto-plugin.c (resolution_file): New. · b10071c5
      2009-10-15  Rafael Avila de Espindola  <espindola@google.com>
      
      	* lto-plugin.c (resolution_file): New.
      	(free_1): Update comment.
      	(free_2): Free resolution_file.
      	(write_resolution): Write resolution to specified file. Use the
      	syms array from the symbol table.
      	(all_symbols_read_handler): Delay call to free_1 past call to
      	write_resolution.
      	(process_option): Add a -resolution option.
      
      From-SVN: r152846
      Rafael Avila de Espindola committed
    • 2009-10-15 Jim Blandy <jimb@red-bean.com> · dda44165
      	* libgnuintl.h (_INTL_MAY_RETURN_STRING_ARG, gettext, dgettext)
      	(dcgettext, ngettext, dngettext, dcngettext): Backport changes
      	from current gettext to provide GCC format_arg attributes.
      
      From-SVN: r152842
      Jim Blandy committed
    • tree.c (free_lang_data_in_decl): Free DECL_FCONTEXT. · 23503efc
      2009-10-15  Richard Guenther  <rguenther@suse.de>
      
      	* tree.c (free_lang_data_in_decl): Free DECL_FCONTEXT.
      
      From-SVN: r152841
      Richard Guenther committed
    • option-defaults.h (OPTION_DEFAULT_SPECS): Don't add --with-tune{,-32,-64}… · b44dd043
      option-defaults.h (OPTION_DEFAULT_SPECS): Don't add --with-tune{,-32,-64} configured default for -mtune if...
      
      	* config/rs6000/option-defaults.h (OPTION_DEFAULT_SPECS): Don't
      	add --with-tune{,-32,-64} configured default for -mtune if explicit
      	-mcpu is used.
      
      From-SVN: r152799
      Jakub Jelinek committed
    • authors.xml: Update. · 49d60f14
      2009-10-14  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* doc/xml/authors.xml: Update.
      	* doc/xml/manual/intro.xml: Move test section...
      	* doc/xml/manual/appendix_porting.xml: ...here.
      	* doc/xml/manual/diagnostics.xml: Edit.
      	* doc/xml/manual/using.xml: Break out exception section.
      	* doc/xml/manual/using_exceptions.xml: New.
      	* doc/html: Regenerate.
      
      From-SVN: r152797
      Benjamin Kosnik committed
    • gnu.ver: Export the _S_construct<> helpers. · 7fee263a
      2009-10-14  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	* config/abi/pre/gnu.ver: Export the _S_construct<> helpers.
      
      From-SVN: r152796
      Paolo Carlini committed
    • h8300.c (F): New. · 18674659
      * config/h8300/h8300.c (F): New.
      (Fpa): New.
      (h8300_emit_stack_adjustment): Call them.
      (push): Likewise.
      (h8300_push_pop): Likewise.
      (h8300_expand_prologue): Likewise.
      * config/h8300/h8300.h (DWARF2_DEBUGGING_INFO): Define.
      (MUST_USE_SJLJ_EXCEPTIONS): Define.
      (INCOMING_RETURN_ADDR_RTX): Define.
      (INCOMING_FRAME_SP_OFFSET): Define.
      (DWARF_CIE_DATA_ALIGNMENT): Define.
      
      From-SVN: r152795
      DJ Delorie committed
    • basic_string.h (operator+=(initializer_list<>), [...]): Forward to the append… · 5cab7013
      basic_string.h (operator+=(initializer_list<>), [...]): Forward to the append overload taking a const CharT* pointer and a size...
      
      2009-10-14  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	* include/bits/basic_string.h (operator+=(initializer_list<>),
      	append(initializer_list<>)): Forward to the append overload taking
      	a const CharT* pointer and a size, thus avoiding instantiating
      	unnecessarily in the built library the overload taking a pair of
      	iterators.
      	(operator=(initializer_list<>), assign(initializer_list<>)): Likewise
      	for assign.
      	(insert(iterator, initializer_list<>): Likewise for insert.
      
      From-SVN: r152794
      Paolo Carlini committed
    • Daily bump. · b2b5d6e3
      From-SVN: r152793
      GCC Administrator committed
    • c++config: Do not disable extern templates for string in plain parallel-mode and in... · 1351c401
      2009-10-14  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	* include/bits/c++config: Do not disable extern templates for string
      	in plain parallel-mode and in profile-mode; add comment explaining
      	_GLIBCXX_EXTERN_TEMPLATE == -1.
      	* testsuite/ext/profile/mutex_extensions.cc: Adjust dg-error line.
      
      From-SVN: r152790
      Paolo Carlini committed
  2. 14 Oct, 2009 26 commits
  3. 13 Oct, 2009 4 commits