1. 20 Nov, 2015 7 commits
    • S/390: Add bswaphi2 pattern · 511f5bb1
      gcc/testsuite/ChangeLog:
      	* gcc.target/s390/bswap-1.c: New test.
      
      gcc/ChangeLog:
      	* config/s390/s390.md ("bswaphi2"): New pattern.
      
      From-SVN: r230643
      Andreas Krebbel committed
    • S/390: Clobber r1 in patterns resulting in pfpo instruction. · af344a30
      gcc/ChangeLog
      
      	* config/s390/s390.md (GPR1_REGNUM): New constant.
      	("*trunc<BFP:mode><DFP_ALL:mode>2")
      	("*trunc<DFP_ALL:mode><BFP:mode>2")
      	("trunc<BFP:mode><DFP_ALL:mode>2")
      	("trunc<DFP_ALL:mode><BFP:mode>2")
      	("*extend<BFP:mode><DFP_ALL:mode>2")
      	("*extend<DFP_ALL:mode><BFP:mode>2")
      	("extend<BFP:mode><DFP_ALL:mode>2")
      	("extend<DFP_ALL:mode><BFP:mode>2"): Clobber r1.
      
      gcc/testsuite/ChangeLog
      
      	* gcc.target/s390/pfpo.c: New test.
      
      From-SVN: r230642
      Dominik Vogt committed
    • re PR c++/68158 (Function attributes parsed incorrectly in C++ (while -fcilkplus)) · cf0347ae
      gcc/testsuite/
      	* c-c++-common/attr-simd-3.c: Put xfail (PR68158) on dg-error.
      	* c-c++-common/attr-simd.c: Limit scan of dump to x86_64/i?86.
      
      From-SVN: r230641
      Kirill Yukhin committed
    • C++ FE: offer suggestions for misspelled field names · 8ece8dfb
      gcc/c/ChangeLog:
      	* c-typeck.c (lookup_field_fuzzy): Move determination of closest
      	candidate into a new function, find_closest_identifier.
      
      gcc/cp/ChangeLog:
      	* cp-tree.h (lookup_member_fuzzy): New decl.
      	* search.c: Include spellcheck.h.
      	(class lookup_field_fuzzy_info): New class.
      	(lookup_field_fuzzy_info::fuzzy_lookup_fnfields): New.
      	(lookup_field_fuzzy_info::fuzzy_lookup_field): New.
      	(lookup_field_fuzzy_r): New.
      	(lookup_member_fuzzy): New.
      	* typeck.c (finish_class_member_access_expr): When issuing
      	a "has no member named" error, call lookup_member_fuzzy, and
      	offer any result as a suggestion.
      
      gcc/ChangeLog:
      	* spellcheck-tree.c (find_closest_identifier): New function, taken
      	from c/c-typeck.c:lookup_field_fuzzy, with NULL corrected to
      	NULL_TREE in two places.
      	* spellcheck.h (find_closest_identifier): New decl.
      
      gcc/testsuite/ChangeLog:
      	* g++.dg/spellcheck-fields.C: New file.
      
      From-SVN: r230638
      David Malcolm committed
    • Daily bump. · 32c912aa
      From-SVN: r230637
      GCC Administrator committed
    • Support __cxa_free_exception and fix exception handling. · 258c1d07
      	gcc/cp/
      	* except.c (do_free_exception): Use transactional wrapper.
      
      	libitm/
      	* testsuite/libitm.c++/eh-5.C: New.
      	* libitm.h (_ITM_cxa_free_exception): New.
      	* libitm.map (_ITM_cxa_free_exception): Add it.
      	* libitm.texi: Update ABI docs.
      	* libitm_i.h (gtm_transaction_cp::cxa_unthrown): Remove.
      	(gtm_transaction_cp::cxa_uncaught_count): Add.
      	(gtm_thread::cxa_unthrown): Remove.
      	(gtm_thread::cxa_uncaught_count_ptr): Add.
      	(gtm_thread::cxa_uncaught_count): Add.
      	(gtm_thread::drop_references_allocations): Rename to...
      	(gtm_thread::discard_allocation): ... this and adapt.
      	(gtm_thread::init_cpp_exceptions): New.
      	* beginend.cc (gtm_thread::gtm_thread): Adapt EH handling.
      	(gtm_thread::begin_transaction): Likewise.
      	(gtm_transaction_cp::save): Likewise.
      	(gtm_thread::trycommit): Likewise.
      	* eh_cpp.cc: Add overview comments.
      	(__cxa_eh_globals, __cxa_get_globals, __cxa_free_exception): Declare.
      	(free_any_exception, _ITM_cxa_free_exception): New.
      	(gtm_thread::init_cpp_exceptions): Define.
      	(_ITM_cxa_allocate_exception, _ITM_cxa_throw): Adapt.
      	(_ITM_cxa_begin_catch, _ITM_cxa_end_catch): Likewise.
      	(gtm_thread::revert_cpp_exceptions): Likewise.
      
      From-SVN: r230634
      Torvald Riegel committed
    • * config/msp430/lib2hw_mul.S: Fix alignment. · 9afebea2
      From-SVN: r230633
      DJ Delorie committed
  2. 19 Nov, 2015 31 commits
  3. 18 Nov, 2015 2 commits