1. 02 Jan, 2015 7 commits
  2. 01 Jan, 2015 4 commits
  3. 31 Dec, 2014 9 commits
  4. 30 Dec, 2014 9 commits
  5. 29 Dec, 2014 5 commits
  6. 28 Dec, 2014 3 commits
  7. 27 Dec, 2014 3 commits
    • re PR fortran/54756 ([OOP] [F08] Should reject CLASS, intent(out) in PURE procedures) · c19a0033
      2014-12-27  Janus Weil  <janus@gcc.gnu.org>
      
      	PR fortran/54756
      	* resolve.c (resolve_formal_arglist): Reject polymorphic INTENT(OUT)
      	arguments of pure procedures.
      
      2014-12-27  Janus Weil  <janus@gcc.gnu.org>
      
      	PR fortran/54756
      	* gfortran.dg/class_array_3.f03: Fixed invalid test case.
      	* gfortran.dg/class_array_7.f03: Ditto.
      	* gfortran.dg/class_dummy_4.f03: Ditto.
      	* gfortran.dg/defined_assignment_3.f90: Ditto.
      	* gfortran.dg/defined_assignment_5.f90: Ditto.
      	* gfortran.dg/elemental_subroutine_10.f90: Ditto.
      	* gfortran.dg/typebound_operator_4.f03: Ditto.
      	* gfortran.dg/typebound_proc_16.f03: Ditto.
      	* gfortran.dg/unlimited_polymorphic_19.f90: Ditto.
      	* gfortran.dg/class_dummy_5.f90: New test.
      
      From-SVN: r219085
      Janus Weil committed
    • ubsan-dg.exp (check_effective_target_fsanitize_undefined): Check if testcases… · 2e4aa0a5
      ubsan-dg.exp (check_effective_target_fsanitize_undefined): Check if testcases run without errors, not just if they compile.
      
      	* lib/ubsan-dg.exp (check_effective_target_fsanitize_undefined):
      	Check if testcases run without errors, not just if they compile.
      
      From-SVN: r219084
      Segher Boessenkool committed
    • Issue an error for ms_abi attribute with x32 · c4575840
      There is no counter part of x32 in MS ABI.   Issue an error when ms_abi
      attribute is used with x32.
      
      gcc/
      
      	PR target/64409
      	* config/i386/i386.c (ix86_function_type_abi): Issue an error
      	when ms_abi attribute is used with x32.
      
      gcc/testsuite/
      
      	PR target/64409
      	* gcc.target/i386/pr64409.c: New test.
      
      From-SVN: r219081
      H.J. Lu committed