aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/intrinsic.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-12Replace can't in error messages for Fortran.Martin Liska1-4/+4
2019-03-11Wrap option names in gcc internal messages with %< and %>.Martin Liska1-2/+2
2019-02-02re PR fortran/88298 (Bogus conversion warning for CSHIFT with -fno-range-chec...Thomas Koenig1-0/+2
2019-01-07re PR fortran/45424 ([F08] Add IS_CONTIGUOUS intrinsic)Thomas Koenig1-0/+9
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-24re PR fortran/45513 (BOZ kinds differently handled, F2008: BOZ in bit intrins...Steven G. Kargl1-6/+9
2018-12-16re PR fortran/88116 (ICE in gfc_convert_constant(): Unexpected type)Steven G. Kargl1-0/+7
2018-11-01re PR fortran/40196 ([F03] [F08] Type parameter inquiry (str%len, a%kind) and...Paul Thomas1-1/+1
2018-10-28re PR fortran/54613 ([F08] Add FINDLOC plus support MAXLOC/MINLOC with KIND=/...Thomas Koenig1-10/+81
2018-06-01re PR fortran/63570 ([F2018] Implement 13.7.137 RANDOM INIT (REPEATABLE, IMAG...Steven G. Kargl1-0/+6
2018-05-22re PR fortran/85841 ([F2018] reject deleted features)Janus Weil1-24/+24
2018-03-14check.c (gfc_check_kill_sub): Remove check for INTEGER(4) or (8).Steven G. Kargl1-2/+2
2018-03-11check.c (gfc_check_kill): Check pid and sig are scalar.Steven G. Kargl1-37/+39
2018-01-26Partial Failed Images patchDamian Rouson1-32/+43
2018-01-15re PR fortran/54613 ([F08] Add FINDLOC plus support MAXLOC/MINLOC with KIND=/...Thomas Koenig1-14/+20
2018-01-04re PR fortran/83683 (eoshift accepts wrong-length boundary)Thomas Koenig1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2018-01-02re PR fortran/45689 ([F03] Missing transformational intrinsic in the trans_fu...Thomas Koenig1-2/+2
2017-11-04re PR fortran/29600 ([F03] MINLOC and MAXLOC take an optional KIND argument)Thomas Koenig1-12/+14
2017-10-08check.c (gfc_check_x): Remove function.Steven G. Kargl1-16/+15
2017-08-01re PR fortran/79312 (Empty array in assignment not correctly type-checked)Thomas Koenig1-3/+5
2017-03-05check.c (positive_check): Add new function checking constant for being greate...Andre Vehreschild1-0/+19
2017-02-12re PR fortran/65542 (SPREAD intrinsic incorrectly accepted in initialization ...Thomas Koenig1-0/+21
2017-01-21gfortran.h (gfc_extract_int): Change return type to bool.Jakub Jelinek1-4/+4
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-04re PR fortran/78618 (ICE in gfc_check_rank, at fortran/check.c:3670)Janus Weil1-2/+6
2016-10-11New flag -fdec-math for COTAN and degree trig intrinsics.Fritz Reese1-0/+120
2016-09-09re PR fortran/77507 (gfortran rejects keyworded calls to procedures from intr...Steven G. Kargl1-3/+4
2016-08-03lang.opt: New option -fdec-intrinsic-ints.Fritz Reese1-0/+111
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-02check.c (gfc_check_event_query): New function.Tobias Burnus1-0/+7
2015-11-21simplify.c (gfc_simplify_cshift): Implement simplification of CSHIFT.Steven G. Kargl1-3/+5
2015-09-04intrinsic.h (gfc_simplify_mvbits): Remove.Francois-Xavier Coudert1-2/+1
2015-08-28re PR fortran/53668 (Cray-pointer diagnostic enhancement)Francois-Xavier Coudert1-2/+2
2015-07-09flags.h: Don't include flag-types.h or options.h.Andrew MacLeod1-1/+1
2015-06-06re PR fortran/47359 (Recursive functions of intrinsic names generates invalid...Thomas Koenig1-10/+13
2015-05-06re PR fortran/37131 (inline matmul for small matrix sizes)Thomas Koenig1-1/+46
2015-02-01Always pass 0 or option number to gfc_warning*.Joseph Myers1-2/+2
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-16re PR fortran/54687 (Use gcc option machinery for gfortran)Tobias Burnus1-3/+2
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-12-03re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-3/+5
2014-11-30gfortran.h (gfc_option_t): Remove warn_aliasing,Tobias Burnus1-1/+1
2014-11-25error.c (gfc_internal_error): Convert to common diagnostics.Tobias Burnus1-3/+3
2014-11-25gfortran.h (gfc_option_t): Remove flags moved as Var to .opt.Tobias Burnus1-19/+17
2014-09-25check.c (check_co_collective): Renamed fromTobias Burnus1-0/+18
2014-07-26check.c (gfc_check_sizeof): Permit for assumed type if and only if it has an ...Tobias Burnus1-2/+4
2014-07-12check.c (gfc_check_atomic): Update for STAT=.Tobias Burnus1-4/+75
2014-05-25check.c (gfc_check_num_images): New.Tobias Burnus1-5/+8