1. 12 Mar, 2015 17 commits
  2. 11 Mar, 2015 16 commits
  3. 10 Mar, 2015 7 commits
    • re PR c++/65370 (r213519 causes: error: redeclaration of 'template... may not… · 58cbf8d4
      re PR c++/65370 (r213519  causes: error: redeclaration of 'template... may not have default arguments [-fpermissive])
      
      /cp
      2015-03-10  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	PR c++/65370
      	* decl.c (duplicate_decls): Call check_redeclaration_no_default_args
      	only if the location of newdecl doesn't match the location of olddecl.
      
      /testsuite
      2015-03-10  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	PR c++/65370
      	* g++.dg/other/default11.C: New.
      	* g++.dg/other/default12.C: Likewise.
      
      From-SVN: r221337
      Paolo Carlini committed
    • re PR target/65368 (_bzhi_u32 intrinsic generates incorrect code when -O1 or… · 2d977ff9
      re PR target/65368 (_bzhi_u32 intrinsic generates incorrect code when -O1 or above is specified and index is an immediate)
      
      	PR target/65368
      	* config/i386/i386.md (bmi2_bzhi_<mode>3): Removed define_insn,
      	new define_expand.
      	(*bmi2_bzhi_<mode>3, *bmi2_bzhi_<mode>3_1): New define_insns.
      
      	* gcc.target/i386/bmi2-bzhi-2.c: New test.
      
      From-SVN: r221335
      Jakub Jelinek committed
    • re PR fortran/65024 ([OOP] unlimited polymorphic pointer structure not built when it should be) · 48188959
      2015-03-10  Paul Thomas  <pault@gcc.gnu.org>
      
      	PR fortran/65024
      	* trans-expr.c (gfc_conv_component_ref): If the component
      	backend declaration is missing and the derived type symbol is
      	available in the reference, call gfc_build_derived_type.
      
      2015-03-10  Paul Thomas  <pault@gcc.gnu.org>
      
      	PR fortran/65024
      	* gfortran.dg/unlimited_polymorphic_23.f90: New test
      
      From-SVN: r221334
      Paul Thomas committed
    • re PR c++/65127 (internal compiler error: tree check: expected tree that… · 704c7904
      re PR c++/65127 (internal compiler error: tree check: expected tree that contains 'decl minimal' structure, have 'addr_expr' in parsing_nsdmi, at cp/parser.c:18311)
      
      	PR c++/65127
      	* parser.c (parsing_nsdmi): Don't return true if current_class_ptr
      	is not a PARM_DECL.
      
      	* g++.dg/cpp0x/pr65127.C: New test.
      
      From-SVN: r221332
      Jakub Jelinek committed
    • * gcc.dg/ipa/PR64550.c: Update template. · 1574ecc0
      From-SVN: r221331
      Jan Hubicka committed
    • re PR libstdc++/64441 (A match_results returns an incorrect sub_match if the… · 84839a51
      re PR libstdc++/64441 (A match_results returns an incorrect sub_match if the sub_match::matched is false)
      
      	PR libstdc++/64441
      	* include/bits/regex.h (match_results<>::size,
      	match_results<>::position, match_results<>::str,
      	match_results<>::operator[], match_results<>::prefix,
      	match_results<>::suffix, match_results<>::end,
      	match_results<>::_M_resize, match_results<>::_M_unmatched_sub,
      	match_results<>::_M_prefix, match_results<>::_M_suffix): Remove
      	global __unmatched_sub. Add unmatched submatch as part of
      	match_results.
      	* include/bits/regex.tcc (__regex_algo_impl<>, regex_replace<>,
      	regex_iterator<>::operator++): Adjust to use match_results::_M_prefix.
      	* testsuite/28_regex/match_results/out_of_range_submatches.cc:
      	New testcases.
      
      From-SVN: r221330
      Tim Shen committed
    • trans.h (caf_sync_memory): New function decl tree. · 9315dff0
      2015-03-10  Alessandro Fanfarillo  <fanfarillo.gcc@gmail.com>
                  Tobias Burnus  <burnus@net-b.de>
      
              * trans.h (caf_sync_memory): New function decl tree.
              * trans-decl.c (gfc_build_builtin_function_decls): Define it.
              (create_main_function): Don't call sync_synchronize and leave
              it to the CAF library.
              * trans-stmt.c (gfc_trans_stop): Ditto.
              (gfc_trans_sync): Ditto; add call library call for sync memory.
      
              * gfortran.dg/coarray_sync_memory.f90: New.
      
              * caf/libcaf.h (_gfortran_caf_sync_memory): New prototype.
              * caf/single.c (_gfortran_caf_sync_memory): Implement.
              (_gfortran_caf_sync_all, _gfortran_caf_sync_image): Add
              __asm__ __volatile___ ("":::"memory").
      
      
      Co-Authored-By: Tobias Burnus <burnus@net-b.de>
      
      From-SVN: r221329
      Alessandro Fanfarillo committed