1. 23 Jan, 2015 8 commits
    • re PR fortran/64726 ([OpenACC] ICE with -fopenacc and reduction(+:a)) · c146aced
      2015-01-23  Tobias Burnus  <burnus@net-b.de>
      
              PR fortran/64726
              * trans-openmp.c (gfc_trans_oacc_combined_directive): Fix
              loop generation.
      
      2015-01-23  Tobias Burnus  <burnus@net-b.de>
      
              PR fortran/64726
              * gfortran.dg/goacc/combined_loop.f90: New.
      
      From-SVN: r220028
      Tobias Burnus committed
    • MAINTAINERS (Write After Approval): Add myself. · 631ff3e1
      2015-01-23  Braden Obrzut  <admin@maniacsvault.net>
      
      	* MAINTAINERS (Write After Approval): Add myself.
      
      From-SVN: r220027
      Braden Obrzut committed
    • re PR fortran/61933 (Inquire on internal units) · bae420fc
      2015-01-22  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
      
      	PR fortran/61933
      	* gfortran.dg/make_unit.f90: New test.
      
      From-SVN: r220026
      Jerry DeLisle committed
    • re PR fortran/61933 (Inquire on internal units) · 20056f60
      2015-01-22  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
      
      	PR fortran/61933
      	* gfortran.dg/negative_unit_int8.f: Update.
      
      From-SVN: r220025
      Jerry DeLisle committed
    • re PR fortran/61933 (Inquire on internal units) · bb295963
      2015-01-22  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
      
      	PR libgfortran/61933
      	* io/inquire.c (inquire_via_unit): Set existing to true for
      	any negative unit that is currently connected and any positive
      	units within range of KIND=4 value.  The unit value for any out
      	of range case that may occur if the user is using a KIND=8 will
      	have been set to -2 which is reserved and can never be opened,
      	and therefore the unit does not exist.
      
      From-SVN: r220024
      Jerry DeLisle committed
    • re PR fortran/61933 (Inquire on internal units) · e344505c
      2015-01-22  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
      
      	PR fortran/61933
      	* libgfortran.h:
      	* trans-io.c (set_parameter_value): Delete use of has_iostat.
      	Redefine to not generate any runtime error check calls.
      	(set_parameter_value_chk): Rename of the former
      	set_parameter_value with the runtime error checks and fix
      	whitespace. (set_parameter_value_inquire): New function that
      	builds a runtime conditional block to set the INQUIRE
      	common parameter block unit number to -2 when unit numbers
      	exceed positive KIND=4 limits. (gfc_trans_open): Whitespace.
      	For unit, use the renamed set_parameter_value_chk.
      	(gfc_trans_close): Likewise use renamed function.
      	(build_filepos): Whitespace and use renamed function.
      	(gfc_trans_inquire): Whitespace and for unit use
      	set_parameter_value and set_parameter_value_inquire.
      	(gfc_trans_wait): Remove p->iostat from call to
      	set_parameter_value. Use new set_parameter_value_chk for unit.
      	(build_dt): Use the new set_parameter_value without p->iostat
      	and fix whitespace. Use set_parameter_value_chk for unit.
      
      From-SVN: r220023
      Jerry DeLisle committed
    • re PR go/64595 (go programs abort when debug info is stripped) · c92e723d
      	PR go/64595
      	* go.1, gofmt.1: New files.
      	* Makefile.am (man_MANS): New variable.
      	* Makefile.in: Rebuild.
      
      From-SVN: r220022
      Ian Lance Taylor committed
    • Daily bump. · c23dfd07
      From-SVN: r220021
      GCC Administrator committed
  2. 22 Jan, 2015 29 commits
  3. 21 Jan, 2015 3 commits