aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-io.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-03PR 78534 Revert r244011Janne Blomqvist1-2/+2
2017-01-03PR 78534 Change character length from int to size_tJanne Blomqvist1-2/+2
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-18re PR fortran/78848 ([OOP] ICE on writing CLASS variable with non-typebound D...Janus Weil1-26/+24
2016-12-13re PR fortran/78737 ([OOP] linking error with deferred, undefined user-define...Janus Weil1-7/+29
2016-11-03Default missing exponents to 0 with -fdec.Fritz Reese1-0/+3
2016-10-26New I/O specifiers CARRIAGECONTROL, READONLY, SHARE with -fdec.Fritz Reese1-0/+15
2016-10-24trans-intrinsic.c (gfc_conv_intrinsic_minmax): Use VAR_P (x) instead of TREE_...Jakub Jelinek1-4/+4
2016-10-16re PR fortran/48298 ([F03] User-Defined Derived-Type IO (DTIO))Jerry DeLisle1-1/+1
2016-09-26Implement -Wimplicit-fallthrough.Marek Polacek1-0/+1
2016-09-23re PR fortran/48298 ([F03] User-Defined Derived-Type IO (DTIO))Jerry DeLisle1-1/+5
2016-08-31[multiple changes]Paul Thomas1-60/+206
2016-05-07re PR fortran/56226 (Add support for DEC UNION and MAP extensions)Fritz Reese1-3/+3
2016-04-18tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.Michael Matz1-2/+2
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-3/+0
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-6/+6
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-2/+1
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-4/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-01-23re PR fortran/61933 (Inquire on internal units)Jerry DeLisle1-22/+115
2015-01-15re PR fortran/61933 (Inquire on internal units)Jerry DeLisle1-34/+0
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+11
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-31trans-array.c (trans_array_bound_check): Use xasprintf instead of unchecked a...Uros Bizjak1-3/+3
2014-11-25error.c (gfc_internal_error): Convert to common diagnostics.Tobias Burnus1-1/+1
2014-09-20trans-expr.c (gfc_reset_vptr): Fix comment whitespace.Joost VandeVondele1-1/+1
2014-08-17trans-io.c (gfc_build_io_library_fndecls): Fix decl of IOCALL_SET_NML_VAL.Tobias Burnus1-3/+5
2014-08-15re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-1/+1
2014-05-26[multiple changes]Jerry DeLisle1-4/+5
2014-03-18re PR ipa/58721 (The subroutine perdida is no longer inlined in fatigue.f90)Jakub Jelinek1-22/+33
2014-01-09cpp.c (gfc_cpp_handle_option): Add missing break.Tobias Burnus1-1/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+2
2013-11-04re PR fortran/58771 (ICE in transfer_expr, at fortran/trans-io.c:2164)Paul Thomas1-11/+17
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