aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-io.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-21re PR fortran/25829 ([F03] Asynchronous IO support)Nicolas Koenig1-3/+2
2018-07-31Reverting 'AsyncI/O patch committed' as it is breaking bare-metal builds.Andre Vieira1-2/+3
2018-07-25re PR fortran/25829 ([F03] Asynchronous IO support)Nicolas Koenig1-3/+2
2018-03-28gfortran.h (gfc_dt): Rename default_exp field to dec_ext.Jakub Jelinek1-2/+2
2018-02-23re PR fortran/84511 (Internal compiler error from directly printing return of...Steven G. Kargl1-0/+10
2018-02-23re PR fortran/84506 (INQUIRE(pos=) always sets pos=0 with -fdefault-integer-8)Jerry DeLisle1-3/+3
2018-01-25re PR fortran/37577 ([meta-bug] change internal array descriptor format for b...Paul Thomas1-5/+4
2018-01-13re PR fortran/82007 (DTIO write format stored in a string leads to severe err...Jerry DeLisle1-21/+4
2018-01-05PR 78534 Change character length from int to size_tJanne Blomqvist1-3/+4
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-01re PR fortran/82605 ([PDT] ICE in insert_parameter_exprs, at fortran/decl.c:3...Paul Thomas1-8/+45
2017-11-28tree.def (SWITCH_EXPR): Change from 3 operand to 2 operand tree.Jakub Jelinek1-2/+1
2017-11-08PR 82869 Introduce logical_type_node and use itJanne Blomqvist1-6/+6
2017-10-16re PR fortran/82511 (ICE Bad IO basetype (12) on attempted read or write of e...Fritz Reese1-2/+2
2017-09-10re PR fortran/34640 (ICE when assigning item of a derived-component to a poin...Paul Thomas1-0/+9
2017-08-22re PR fortran/81296 (derived type I/o problem)Jerry DeLisle1-10/+16
2017-05-19[multiple changes]Jerry DeLisle1-3/+14
2017-05-17re PR fortran/80741 ([Regression 7/8] DTIO wrong code causes incorrect behavi...Jerry DeLisle1-1/+1
2017-03-28re PR fortran/78661 ([OOP] Namelist output missing object designator under DTIO)Janus Weil1-14/+45
2017-03-16re PR fortran/79886 (ICE in pp_format, at pretty-print.c:681)Jakub Jelinek1-0/+6
2017-01-13Revert r244448Janne Blomqvist1-2/+2
2017-01-13PR 78534 Change character length from int to size_tJanne Blomqvist1-2/+2
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