aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/decl.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-24re PR fortran/85520 (Out of memory when declaring a character with len << 0)Steven G. Kargl1-1/+5
2018-04-02re PR fortran/85102 (ICE in gfc_conv_intrinsic_dot_product, at fortran/trans-...Thomas Koenig1-0/+27
2018-03-24re PR fortran/42651 (Functions with result: Wrongly accepts attributes to fun...Steven G. Kargl1-1/+13
2018-03-22re PR fortran/84922 (fortran reports inconsistency in rank of arguments in in...Steven G. Kargl1-9/+20
2018-03-18re PR fortran/77414 (ICE in create_function_arglist, at fortran/trans-decl.c:...Steven G. Kargl1-9/+16
2018-03-18re PR fortran/65453 (ICE in build_function_decl, at fortran/trans-decl.c:2001)Steven G. Kargl1-0/+6
2018-03-16re PR fortran/69395 (ICE on declaring array with more than 7 dimensions+codim...Steven G. Kargl1-1/+1
2018-03-16re PR fortran/78741 (ICE in gfc_get_symbol_decl, at fortran/trans-decl.c:1534)Steven G. Kargl1-1/+6
2018-03-16re PR fortran/69395 (ICE on declaring array with more than 7 dimensions+codim...Steven G. Kargl1-7/+27
2018-03-08re PR fortran/64124 ([F95] Valid constant expr rejected)Steven G. Kargl1-1/+18
2018-02-25re PR fortran/83633 (gfortran internal compiler error for explicit-shape arra...Steven G. Kargl1-1/+48
2018-02-24re PR fortran/30792 (DATA implied-do substring allowed with -std=f95/f2003)Steven G. Kargl1-0/+14
2018-02-16re PR fortran/84354 (Replace '%qs' with %qs in fortran/decl.c)Dominique d'Humieres1-3/+3
2018-01-27re PR fortran/84065 (string_1.f90 fails since r256944)Jakub Jelinek1-13/+23
2018-01-23re PR fortran/83866 (ICE in gfc_release_symbol, at fortran/symbol.c:3087)Paul Thomas1-1/+4
2018-01-22PR 78534, 83704 Large character lengthsJanne Blomqvist1-8/+9
2018-01-17re PR fortran/83874 (ICE initializing character array from derived type)Harald Anlauf1-1/+1
2018-01-08re PR fortran/83611 ([PDT] Assignment of parameterized types causes double fr...Paul Thomas1-0/+6
2018-01-05PR 78534 Change character length from int to size_tJanne Blomqvist1-6/+6
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-22extend.texi (Loop-Specific Pragmas): Document pragma GCC unroll.Eric Botcazou1-1/+37
2017-12-17Support -std=f2018Janne Blomqvist1-1/+1
2017-12-01Fix an undefined behavior in fortran/decl.cQing Zhao1-1/+1
2017-12-01re PR fortran/82605 ([PDT] ICE in insert_parameter_exprs, at fortran/decl.c:3...Paul Thomas1-16/+31
2017-11-14re PR fortran/78240 (ICE in match_clist_expr, at fortran/decl.c:728)Fritz Reese1-13/+24
2017-11-10PR c/81117 - Improve buffer overflow checking in strncpyMartin Sebor1-4/+2
2017-10-21re PR fortran/82586 ([PDT] ICE: write_symbol(): bad module symbol)Paul Thomas1-13/+18
2017-10-07re PR fortran/82375 (PDT components in PDT declarations fail to compile)Paul Thomas1-1/+5
2017-09-17re PR fortran/82173 ([meta-bug] Parameterized derived type errors)Paul Thomas1-2/+2
2017-09-13re PR fortran/82173 ([meta-bug] Parameterized derived type errors)Paul Thomas1-2/+11
2017-09-12re PR fortran/82173 ([meta-bug] Parameterized derived type errors)Paul Thomas1-19/+107
2017-09-09decl.c: Add decl_type_param_list...Paul Thomas1-7/+693
2017-08-10decl.c (attr_seen): New static variable.Fritz Reese1-2/+54
2017-08-01re PR fortran/45435 (Automatically generate C interop interface blocks from C...Thomas Koenig1-0/+2
2017-05-19fortran: remove trailing exclamation mark from various diagnostics (PR fortra...David Malcolm1-1/+1
2017-05-18re PR fortran/79968 (diagnostics: merge similar diagnostics containing -fdec-...Fritz Reese1-6/+12
2017-05-16re PR fortran/80554 ([f08] variable redefinition in submodule)Paul Thomas1-1/+21
2017-03-25re PR fortran/80156 (Generic DTIO interface reported missing if public statem...Paul Thomas1-14/+6
2017-03-22re PR fortran/79602 (translation: globally replace '%s' with %qs)Dominique d'Humieres1-5/+5
2017-03-21re PR fortran/69498 (ICE on disjunct cases with displaced or incomplete embed...Nicolas Koenig1-0/+1
2017-02-20re PR fortran/79382 (DTIO ICE)Paul Thomas1-0/+15
2017-02-19re PR fortran/79447 ([F08] gfortran rejects valid & accepts invalid internal ...Paul Thomas1-5/+7
2017-01-21gfortran.h (gfc_extract_int): Change return type to bool.Jakub Jelinek1-14/+8
2017-01-09re PR translation/79019 (translatable string typo in cif-code.def:141)Jakub Jelinek1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-17re PR fortran/78239 (ICE in char_len_param_value, at fortran/decl.c:926, with...Thomas Koenig1-1/+2
2016-12-09re PR fortran/77903 ([F08] gfortran 6.1.0/7.0.0 accept invalid code with conf...Paul Thomas1-11/+10
2016-11-30re PR fortran/78573 ([OOP] ICE in resolve_component, at fortran/resolve.c:13405)Janus Weil1-11/+5
2016-11-13re PR fortran/60952 ([F03] Problem using "end" as a type-bound procedure and ...Janus Weil1-0/+2
2016-11-13re PR fortran/66366 ([OOP] ICE on invalid with non-allocatable CLASS variable)Janus Weil1-2/+11