aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-io.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-29match.c (gfc_match_call): Exit loop after setting i.Po-Chun Chang1-1/+4
2013-03-25re PR fortran/38536 (ICE with C_LOC in resolve.c due to not properly going th...Tobias Burnus1-14/+2
2013-03-01trans-decl.c (gfc_trans_deferred_vars): Free expr after use.Tobias Burnus1-0/+2
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-2/+2
2012-12-27re PR fortran/48976 (INQUIRE with STREAM= not supported)Jerry DeLisle1-0/+3
2012-09-15trans-io.c (gfc_trans_transfer): Add an assert.Tobias Burnus1-0/+1
2012-09-15arith.c (arith_power): Call gfc_free_expr in case of error.Tobias Burnus1-3/+6
2012-08-24re PR fortran/54350 (FAIL: gfortran.dg/realloc_on_assign_*.f90 -O (internal...Tobias Burnus1-9/+6
2012-08-14gfortran.h (gfc_get_proc_ptr_comp): New prototype.Mikael Morin1-1/+1
2012-04-18targhooks.c (default_case_values_threshold): Fix code style nit.Steven Bosscher1-1/+2
2011-11-03trans.h (struct gfc_ss, [...]): Move field gfc_ss::data::info into gfc_ss_inf...Mikael Morin1-1/+1
2011-11-03trans.h (struct gfc_ss, [...]): Move shape field from the former struct to th...Mikael Morin1-11/+13
2011-09-08trans-array.h (gfc_get_array_ss): New prototype.Mikael Morin1-6/+2
2011-08-25re PR fortran/50050 (Internal compiler error free_expr0 at expr.c:3709 via gf...Mikael Morin1-0/+1
2011-08-22re PR fortran/50050 (Internal compiler error free_expr0 at expr.c:3709 via gf...Mikael Morin1-4/+1
2011-05-06generalize build_case_label to the rest of the compilerNathan Froyd1-1/+1
2011-05-04trans-array.c (gfc_trans_array_constructor_value): Use size_int for bounds of...Richard Guenther1-9/+9
2011-04-19Replace gfc_getmem with XCNEW, XCNEWVEC or xcallocJanne Blomqvist1-1/+1
2011-04-18convert each use of gfc_free (p) to free (p)Jim Meyering1-4/+4
2011-04-18re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-7/+1
2011-01-26re PR fortran/47339 (Fortran 2003/2008: Valid NAMELIST rejected; Fortran 95: ...Tobias Burnus1-33/+23
2010-11-16re PR fortran/32049 (Support on x86_64 also kind=16)Francois-Xavier Coudert1-4/+45
2010-10-19io.h: Remove definition of the BT enumerator.Jerry DeLisle1-27/+1
2010-10-16trans-io.c (gfc_build_io_library_fndecls): Array descriptor arguments to tran...Thomas Koenig1-1/+1
2010-10-16re PR tree-optimization/20165 (Pointer does not really escape with write)Thomas Koenig1-11/+76
2010-09-03re PR fortran/45186 (Gfortran 4.5.0 emits wrong linenumbers)Tobias Burnus1-59/+76
2010-08-04trans-io.c (gfc_build_io_library_fndecls): Fix return value of some libgfortr...Tobias Burnus1-10/+10
2010-07-26re PR fortran/45066 (ICE in namelist read in snapshot of 7/24/2010)Tobias Burnus1-1/+1
2010-07-13re PR fortran/43665 (INTENT(IN) etc. optimization of calls: function annotati...Tobias Burnus1-98/+83
2010-07-13re PR fortran/37077 (Implement Internal Unit I/O for character KIND=4)Jerry DeLisle1-1/+2
2010-07-10trans-io.c (gfc_build_st_parameter): Update calls to gfc_add_field_to_struct.Mikael Morin1-9/+5
2010-07-06trans-decl.c: Include diagnostic-core.h besides toplev.h.Tobias Burnus1-1/+1
2010-07-02trans-types.h (gfc_add_field_to_struct): Add tree ** parameter.Nathan Froyd1-5/+8
2010-05-23gfortran.h: Do not include system.h.Tobias Burnus1-1/+1
2010-05-20trans-expr.c: Do not include convert.h, ggc.h, real.h, and gimple.h.Steven Bosscher1-2/+0
2010-04-13[multiple changes]Jerry DeLisle1-16/+3
2010-04-01ioparm.def: Update copyright.Paul Thomas1-1/+1
2010-02-20re PR fortran/36932 (unneeded temporary (2x))Paul Thomas1-1/+1
2010-02-14re PR fortran/32382 (missed optimization in internal read)Jerry DeLisle1-1/+17
2010-02-05re PR fortran/42309 (Problem with a pointer array passed to a subroutine)Paul Thomas1-2/+2
2009-08-25re PR debug/40660 (Weird break points with 4.5, works with 4.4)Aldy Hernandez1-2/+2
2009-08-13re PR fortran/40941 (gfc_typespec: put derived and cl into union)Janus Weil1-9/+10
2009-07-16re PR c/40435 (Revision 148442 caused many regressions on trunk)Aldy Hernandez1-22/+44
2009-07-09re PR fortran/40646 ([F03] array-valued procedure pointer components)Janus Weil1-1/+1
2009-06-12java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez1-1/+1
2009-06-07re PR fortran/40008 (F2008: Add NEWUNIT= for OPEN statement)Jerry DeLisle1-8/+13
2009-05-14passes.c (finish_optimization_passes): Change i to int.Ian Lance Taylor1-2/+2
2009-05-14re PR fortran/39865 (ICE in gfc_conv_scalarized_array_ref)Jakub Jelinek1-45/+39
2009-05-13gfortran.h (gfc_code): Rename struct member expr to expr1.Steven G. Kargl1-2/+2