aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/misc.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-09Convert strlen pass from evrp to ranger.Aldy Hernandez1-1/+1
2021-10-18Fortran: Fix CLASS conversion check [PR102745]Tobias Burnus1-5/+5
2021-03-27fortran: Fix off-by-one in buffer sizes.Steve Kargl1-2/+4
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-11-11fortran: Fix up gfc_typename CHARACTER length handling [PR97768]Jakub Jelinek1-3/+25
2020-06-30Use CHARACTER(kind) string for calculating the type hash.Thomas Koenig1-1/+7
2020-06-05fortran/95509 - fix spellcheck-operator.f90 regressionTom Tromey1-1/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-10re PR fortran/92863 (ICE in gfc_typename)Thomas Koenig1-0/+10
2019-10-03Character typenames in errors and warningsMark Eggleston1-1/+70
2019-08-13re PR fortran/88072 (gfortran crashes with an internal compiler error)Steven G. Kargl1-3/+3
2019-07-23arith.c (gfc_convert_integer, [...]): Move to ...Steven G. Kargl1-0/+6
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-06-12spellcheck: support transpositions aka Damerau-Levenshtein (PR other/69968)David Malcolm1-2/+2
2018-01-16re PR fortran/82257 (f951: Internal compiler error segmentation fault)Louis Krupp1-1/+2
2018-01-05PR 78534 Change character length from int to size_tJanne Blomqvist1-0/+21
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-10-19Use Levenshtein spelling suggestions in Fortran FEBernhard Reutner-Fischer1-0/+41
2017-01-13Revert r244448Janne Blomqvist1-22/+0
2017-01-13PR 78534 Change character length from int to size_tJanne Blomqvist1-0/+22
2017-01-03PR 78534 Revert r244011Janne Blomqvist1-22/+0
2017-01-03PR 78534 Change character length from int to size_tJanne Blomqvist1-0/+22
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-05-07re PR fortran/56226 (Add support for DEC UNION and MAP extensions)Fritz Reese1-0/+6
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-05-31re PR fortran/54190 (TYPE(*)/assumed-rank: Type/rank check too relaxed for du...Janus Weil1-9/+0
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2012-12-20array.c (resolve_array_list): Apply C4106.Paul Thomas1-3/+7
2012-07-08gfortran.h: Do not include coretypes.h here.Steven Bosscher1-0/+1
2012-03-03re PR fortran/48820 (TR 29113: Implement parts needed for MPI 3)Tobias Burnus1-0/+6
2011-12-01Don't call stat before opening a file.Janne Blomqvist1-8/+0
2011-04-19Replace gfc_getmem with XCNEW, XCNEWVEC or xcallocJanne Blomqvist1-18/+0
2011-04-18remove now-unused definition of gfc_freeJim Meyering1-10/+0
2011-04-18convert each use of gfc_free (p) to free (p)Jim Meyering1-1/+1
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek1-1/+1
2010-12-15Better error message for malloc() failureJanne Blomqvist1-1/+1
2010-11-022010-11-02 Steven G.Steven G. Kargl1-0/+1
2009-09-30re PR fortran/40996 ([F03] ALLOCATABLE scalars)Tobias Burnus1-1/+7
2009-08-13re PR fortran/40941 (gfc_typespec: put derived and cl into union)Janus Weil1-3/+3
2009-08-10re PR fortran/40940 ([F03] CLASS statement)Janus Weil1-0/+1
2009-05-15re PR fortran/39352 (gfortran.dg/vect/pr39318.f90 doesn't work on ia64)Tobias Burnus1-10/+3
2008-05-03misc.c (gfc_clear_ts): Set interface to NULL.Janus Weil1-0/+1
2008-02-24arith.c: Update copyright years.Tobias Schlüter1-1/+1
2008-01-17re PR fortran/34429 (Fails: character(len=use_associated_const) function foo())Paul Thomas1-1/+1
2007-11-30re PR fortran/34186 (dump-parse-tree: ICE for ts->cl->length, if ts->cl == NULL)Tobias Burnus1-0/+3
2007-08-01arith.c: Change copyright header to refer to version 3 of the GNU General Pub...Nick Clifton1-4/+3
2007-07-02[multiple changes]Christopher D. Rickett1-0/+21
2007-02-14Fix a potential buffer overflow.Steven G. Kargl1-1/+2