1. 01 Jan, 2010 16 commits
    • re PR preprocessor/41947 (GCC Hexadecimal Floating point constant handling) · dadab4fd
      libcpp:
      	PR preprocessor/41947
      	* expr.c (cpp_classify_number): Give error for hexadecimal
      	floating-point constant with no digits before or after point.
      
      gcc/testsuite:
      	* gcc.dg/c99-hexfloat-3.c: New test.
      
      From-SVN: r155558
      Joseph Myers committed
    • re PR c/42570 (ICE in get_alias_set, at alias.c:710) · e4a95933
      2010-01-01  Richard Guenther  <rguenther@suse.de>
      
      	PR c/42570
      	* c-decl.c (grokdeclarator): For zero-size arrays force
      	structural equality checks as layout_type does.
      
      	* gcc.c-torture/execute/pr42570.c: New testcase.
      
      From-SVN: r155557
      Richard Guenther committed
    • Move 2009 ChangeLog to ChangeLog-2009. · 0bdf1263
      From-SVN: r155556
      H.J. Lu committed
    • Remove asterisk in LTO section name. · 91539475
      2010-01-01  H.J. Lu  <hongjiu.lu@intel.com>
      
      	PR lto/42531
      	* lto-streamer-out.c (produce_asm): Revert the last change.
      	(copy_function): Likewise.
      
      	* lto-streamer.c (lto_get_section_name): Skip any leading
      	asterisk in name.
      
      From-SVN: r155555
      H.J. Lu committed
    • re PR middle-end/42559 (ice in emit_block_move_hints with -O2) · a28ff68b
      2010-01-01  Richard Guenther  <rguenther@suse.de>
      
      	PR middle-end/42559
      	* builtins.c (get_object_alignment): Do not use DECL_ALIGN
      	for LABEL_DECLs.
      
      	* gcc.c-torture/compile/pr42559.c: New testcase.
      
      From-SVN: r155554
      Richard Guenther committed
    • Update README for libffi 3.0.9. · 78542dee
      From-SVN: r155553
      Anthony Green committed
    • Define HAVE_LONG_DOUBLE appropriately for MIPS. · 50117ecb
      From-SVN: r155552
      Matthias Klose committed
    • xfail tests for AVR32 · bc472c00
      From-SVN: r155551
      Anthony Green committed
    • Fixes for HPUX. · d7e9538e
      From-SVN: r155550
      Andreas Tobler committed
    • Add openbsd support. · cb14fcb8
      From-SVN: r155549
      Andreas Tobler committed
    • Update xfails. · 1098bcf8
      From-SVN: r155548
      Anthony Green committed
    • 2010-01-01 Paolo Carlini <paolo.carlini@oracle.com> · 6ab94513
      	Revert last change, reinstantiate basic_string and vstring tests.
      
      From-SVN: r155547
      Paolo Carlini committed
    • propagation_consistent.cc: Remove, cannot instantiate basic_string for non-PODs (21/1). · c2744d09
      2010-01-01  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	* testsuite/21_strings/basic_string/requirements/exception/
      	propagation_consistent.cc: Remove, cannot instantiate basic_string
      	for non-PODs (21/1).
      	* testsuite/21_strings/basic_string/requirements/exception/
      	basic.cc: Likewise.
      	* testsuite/21_strings/basic_string/requirements/exception/
      	generation_prohibited.cc: Likewise.
      	* testsuite/ext/vstring/requirements/exception/
      	propagation_consistent.cc: Likewise.
      	* testsuite/ext/vstring/requirements/exception/basic.cc:
      	Likewise.
      	* testsuite/ext/vstring/requirements/exception/
      	generation_prohibited.cc: Likewise.
      
      From-SVN: r155546
      Paolo Carlini committed
    • PR libstdc++/21772 part 3 · 3c0f2830
      2009-12-31  Benjamin Kosnik  <bkoz@redhat.com>
      
      	PR libstdc++/21772 part 3
      	* include/ext/throw_allocator.h: Add _GLIBCXX_IS_AGGREGATE.
      	* testsuite/util/testsuite_container_traits.h (traits<std::map>):
      	Add has_insert.
      	(traits<std::multimap>): Add has_insert.
      	(traits<std::multiset>): Add has_size_type_constructor.
      	* testsuite/23_containers/array/requirements/exception/
      	generation_prohibited.cc: New.
      	* testsuite/21_strings/basic_string/requirements/exception/
      	basic.cc: New.
      	generation_prohibited.cc: New.
      	propagation_consistent.cc: New.
      	* testsuite/ext/vstring/requirements/exception/
      	basic.cc: New.
      	generation_prohibited.cc: New.
      	propagation_consistent.cc: New.
      	* testsuite/23_containers/unordered_map/requirements/exception/
      	basic.cc: New.
      	generation_prohibited.cc: New.
      	propagation_consistent.cc: New.
      	* testsuite/23_containers/multimap/requirements/exception/
      	basic.cc: New.
      	generation_prohibited.cc: New.
      	propagation_consistent.cc: New.
      	* testsuite/23_containers/set/requirements/exception/
      	basic.cc: New.
      	generation_prohibited.cc: New.
      	propagation_consistent.cc: New.
      	* testsuite/23_containers/unordered_multimap/requirements/exception/
      	basic.cc: New.
      	generation_prohibited.cc: New.
      	propagation_consistent.cc: New.
      	* testsuite/23_containers/forward_list/requirements/exception/
      	basic.cc: New.
      	generation_prohibited.cc: New.
      	propagation_consistent.cc: New.
      	* testsuite/23_containers/unordered_set/requirements/exception/
      	basic.cc: New.
      	generation_prohibited.cc: New.
      	propagation_consistent.cc: New.
      	* testsuite/23_containers/vector/requirements/exception/
      	basic.cc: New.
      	generation_prohibited.cc: New.
      	propagation_consistent.cc: New.
      	* testsuite/23_containers/deque/requirements/exception/
      	basic.cc: New.
      	generation_prohibited.cc: New.
      	propagation_consistent.cc: New.
      	* testsuite/23_containers/multiset/requirements/exception/
      	basic.cc: New.
      	generation_prohibited.cc: New.
      	propagation_consistent.cc: New.
      	* testsuite/23_containers/unordered_multiset/requirements/exception/
      	basic.cc: New.
      	generation_prohibited.cc: New.
      	propagation_consistent.cc: New.
      	* testsuite/23_containers/map/requirements/exception/
      	basic.cc: New.
      	generation_prohibited.cc: New.
      	propagation_consistent.cc: New.
      
      From-SVN: r155545
      Benjamin Kosnik committed
    • intro.xml: Order TR's at the end of status. · c448a85e
       2009-12-31  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* doc/xml/manual/intro.xml: Order TR's at the end of status.
      	* doc/xml/manual/abi.xml: Update.
      	* doc/xml/manual/evolution.xml: Put in stubs.
      
      From-SVN: r155544
      Benjamin Kosnik committed
    • Daily bump. · 3452ba21
      From-SVN: r155543
      GCC Administrator committed
  2. 31 Dec, 2009 8 commits
  3. 30 Dec, 2009 13 commits
  4. 29 Dec, 2009 3 commits