aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/array.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-13re PR fortran/86110 (ICE in gfc_resolve_character_array_constructor, at fortr...Steven G. Kargl1-0/+2
2018-06-08re PR fortran/86059 (ICE in reduce_binary_ac, at fortran/arith.c:1308 (and ot...Steven G. Kargl1-0/+9
2018-05-22re PR fortran/85841 ([F2018] reject deleted features)Janus Weil1-1/+1
2018-05-10re PR fortran/85521 (ICE in gfc_resolve_character_array_constructor, at fortr...Steven G. Kargl1-1/+2
2018-03-30re PR fortran/85111 (ICE in min_max_choose, at fortran/simplify.c:4884 (and o...Thomas Koenig1-0/+14
2018-01-30re PR fortran/84134 (ICE: Floating point exception)Thomas Koenig1-1/+4
2018-01-26Partial Failed Images patchDamian Rouson1-1/+15
2018-01-25re PR fortran/37577 ([meta-bug] change internal array descriptor format for b...Paul Thomas1-0/+5
2018-01-22PR 78534, 83704 Large character lengthsJanne Blomqvist1-19/+11
2018-01-05PR 78534 Change character length from int to size_tJanne Blomqvist1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-22extend.texi (Loop-Specific Pragmas): Document pragma GCC unroll.Eric Botcazou1-0/+1
2017-07-06re PR fortran/70071 (ICE on wrong usage of a subscript triplet)Harald Anlauf1-1/+7
2017-05-13re PR fortran/80442 (Rejects DATA statement with array slice)Nicolas Koenig1-2/+7
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-14re PR fortran/78672 (Gfortran test suite failures with a sanitized compiler)Andre Vehreschild1-2/+7
2016-12-13re PR fortran/78798 ([cleanup] some int-valued functions should be bool)Janus Weil1-7/+5
2016-10-23re PR fortran/54730 (ICE in gfc_typenode_for_spec, at fortran/trans-types.c:1...Steven G. Kargl1-21/+7
2016-10-20array.c (gfc_match_array_constructor): Remove set, but unused variable.Steven G. Kargl1-2/+2
2016-09-09re PR fortran/77506 (F2008 Standard does not allow CHARACTER(LEN=*) in array ...Steven G. Kargl1-0/+9
2016-09-08re PR fortran/69514 (ICE with nested array constructor)Steven G. Kargl1-2/+9
2016-07-05Second review of STAT= patch + testsAlessandro Fanfarillo1-0/+17
2016-04-09re PR fortran/68566 (ICE on using unusable array in reshape (double free or c...Jerry DeLisle1-7/+17
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-14re PR fortran/67803 (ICE on concatenating wrong character array constructor)Steven G. Kargl1-0/+30
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-1/+0
2015-11-08re PR fortran/68224 (ICE on referencing parameter array with dimension null)Steven G. Kargl1-5/+19
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-1/+1
2015-10-26re PR fortran/36192 (ICE with wrong index types and bad parens)Steven G. Kargl1-2/+4
2015-10-24re PR fortran/67805 (ICE on array constructor with wrong character specificat...Steven G. Kargl1-1/+7
2015-07-09flags.h: Don't include flag-types.h or options.h.Andrew MacLeod1-0/+1
2015-05-12re PR fortran/66041 (Matmul ICE)Thomas Koenig1-0/+5
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-29re PR fortran/60357 ([F08] structure constructor with unspecified values for ...Janus Weil1-0/+3
2014-12-17re PR fortran/54687 (Use gcc option machinery for gfortran)Tobias Burnus1-2/+2
2014-12-16re PR fortran/54687 (Use gcc option machinery for gfortran)Tobias Burnus1-3/+3
2014-12-13error.c (gfc_error): Add variant which takes a va_list.Tobias Burnus1-1/+1
2014-12-11re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-7/+7
2014-11-15error.c (gfc_fatal_error_1): Renamed from gfc_fatal_error.Tobias Burnus1-2/+2
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-08-25re PR fortran/58146 (Array slice bounds checking)Thomas Koenig1-10/+56
2013-07-01re PR fortran/54788 (ICE on pointer-array element assignment)Dominique d'Humieres1-1/+1
2013-06-07re PR fortran/57549 (Bogus error with array constructor with derived-type typ...Tobias Burnus1-1/+1
2013-04-11Replace enum gfc_try with bool type.Janne Blomqvist1-180/+175
2013-03-03re PR fortran/54730 (ICE in gfc_typenode_for_spec, at fortran/trans-types.c:1...Mikael Morin1-3/+14
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-12-20array.c (resolve_array_list): Apply C4106.Paul Thomas1-5/+12
2012-10-28re PR fortran/54958 (Wrongly rejects ac-implied-DO variables which also occur...Tobias Burnus1-1/+1
2012-09-15arith.c (arith_power): Call gfc_free_expr in case of error.Tobias Burnus1-2/+5
2012-09-12re PR fortran/54225 (fortran compiler segfault processing ' print *, A(1,*) ')Tobias Burnus1-4/+9