1. 07 Apr, 2011 34 commits
  2. 06 Apr, 2011 6 commits
    • Use backend interface for constant switch statements. · 8d0b03a2
      	* go-gcc.cc (if_statement): Use build3_loc.
      	(Gcc_backend::switch_statement): New function.
      	(Gcc_backend::statement_list): New function.
      
      From-SVN: r172066
      Ian Lance Taylor committed
    • re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays]) · d17b0ae1
      2011-04-06  Tobias Burnus  <burnus@net-b.de>
      
              PR fortran/18918
              PR fortran/48477
              * gfortran.dg/coarray_13.f90: Avoid out-of-bounds access.
      
      From-SVN: r172061
      Tobias Burnus committed
    • re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays]) · 7b7c0f2a
      2011-04-06  Tobias Burnus  <burnus@net-b.de>
      
              PR fortran/18918
              * trans-intrinsic.c (gfc_conv_intrinsic_function): Fix
              call for this_image.
      
      From-SVN: r172060
      Tobias Burnus committed
    • re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays]) · 6eb87b33
      2011-04-06  Tobias Burnus  <burnus@net-b.de>
      
              PR fortran/18918
              * caf/mpi.c (_gfortran_caf_init, _gfortran_caf_finalize):
              Add global variable caf_mpi_initialized and use it for when
              finalizing.
      
      From-SVN: r172059
      Tobias Burnus committed
    • sse.md (AVXMODEDCVTDQ2PS): Remove. · a95d4000
      	* config/i386/sse.md (AVXMODEDCVTDQ2PS): Remove.
      	(AVXMODEDCVTPS2DQ): Ditto.
      	(VEC_FLOAT_MODE): Ditto.
      	(<sse>_andnot<mode>3): Merge with avx_andnot<mode>3.  Use VF mode
      	iterator.  Handle TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL target flag.
      	(<any_logic:code><mode>3): Use VF mode iterator.
      	(*<any_logic:code><mode>3): Merge with *avx_<any_logic:code><mode>3.
      	Use VF mode iterator.
      	(copysign<mode>3): Use VF mode iterator.
      	(*andnot<MODEF:mode>3): Merge with *avx_andnot<MODEF:mode>3.  Handle
      	TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL target flag.
      	(*<any_logic:code><MODEF:mode>3): Merge with
      	*avx_<any_logic:code><MODEF:mode>3.
      	(sse_cvtsi2ss): Merge with *avx_cvtsi2ss.
      	(sse_cvtsi2ssq): Merge with *avx_cvtsi2ssq.
      	(avx_cvtdq2ps256): Split from avx_cvtdq2ps<avxmodesuffix>.
      	(avx_cvtdq2ps<avxmodesuffix>): Remove.
      	(sse2_cvtdq2ps): Use %v modifier.
      	(avx_cvtps2dq256): Split from avx_cvtps2dq<avxmodesuffix>.
      	(avx_cvtps2dq<avxmodesuffix>): Remove.
      	(sse2_cvtps2dq): Use %v modifier.
      	(avx_cvttps2dq256): Split from avx_cvttps2dq<avxmodesuffix>.
      	(avx_cvttps2dq<avxmodesuffix>): Remove.
      	(sse2_cvttps2dq): Use %v modifier.
      	(sse2_cvtsi2sd): Merge with *avx_cvtsi2sd.
      	(sse2_cvtsi2sdq): Merge with *avx_cvtsi2sdq.
      	(sse2_cvtsd2siq): Fix insn template.
      	(sse2_cvtsd2siq_2): Ditto.
      	(sse2_cvttsd2siq): Ditto.
      	(sse2_cvtsd2ss): Merge with *avx_cvtsd2ss.
      	(sse2_cvtss2sd): Merge with *avx_cvtss2sd.
      
      From-SVN: r172058
      Uros Bizjak committed
    • mtune.c: Prune note from output. · 4e927875
      2011-04-06  Steve Ellcey  <sje@cup.hp.com>
      
      	* gcc.dg/mtune.c: Prune note from output.
      
      From-SVN: r172056
      Steve Ellcey committed