aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/intrinsic.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-5503/+0
2022-01-14Fortran: always reject alternate return specifier as argument of intrinsicsHarald Anlauf1-1/+1
2022-01-11gfortran: Introduce gfc_type_abi_kindJakub Jelinek1-2/+23
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-11-16fortran: Delete redundant missing_arg_type fieldMikael Morin1-4/+1
2021-11-16fortran: Reverse actual vs dummy argument mappingMikael Morin1-11/+32
2021-11-16fortran: Tiny sort_actual internal refactoringMikael Morin1-4/+3
2021-11-12fortran: Ignore unused args in scalarization [PR97896]Mikael Morin1-41/+7
2021-11-07Fix keyword name for co_reduce.Thomas Koenig1-1/+1
2021-11-07Fortran: Diagnose all operands/arguments with constraint violationsSandra Loosemore1-8/+9
2021-10-18Fortran: Fix CLASS conversion check [PR102745]Tobias Burnus1-3/+4
2021-04-24PR fortran/100154 - ICE in gfc_conv_procedure_call, at fortran/trans-expr.c:6131Harald Anlauf1-5/+5
2021-03-26Fortran: Fix intrinsic null() handling [PR99651]Tobias Burnus1-0/+5
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-10-25Correct decls for functions which do not pass actual arguments.Thomas Koenig1-0/+37
2020-10-16PR fortran/95979 - ICE in get_kind, at fortran/simplify.c:129Harald Anlauf1-0/+5
2020-07-29Fortran : Don't warn for LOGICAL kind conversion PR96319Mark Eggleston1-2/+4
2020-07-01Fortran : Fortran translation issues PR52279Mark Eggleston1-14/+14
2020-06-22Fortran : ICE in resolve_fl_procedure PR95708Mark Eggleston1-3/+3
2020-06-11PR fortran/95544 - Fix ICE in NULL() argument to intrinsicsHarald Anlauf1-0/+12
2020-04-07Fix PR fortran/93871 and re-implement degree-valued trigonometric intrinsics.Fritz Reese1-94/+99
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-30Remove KIND argument from INDEX so it does not mess up scalarization.Thomas Koenig1-7/+41
2019-12-19Prevent conversion of character data in array constructors.Mark Eggleston1-2/+13
2019-12-04Fortran] PR92754 - fix an issue with resolving intrinsic functionsTobias Burnus1-10/+17
2019-11-08Allow CHARACTER literals in assignments and data statements.Mark Eggleston1-17/+49
2019-10-03Character typenames in errors and warningsMark Eggleston1-11/+16
2019-08-28re PR fortran/91551 (ICE in sort_actual, at fortran/intrinsic.c:4193)Steven G. Kargl1-22/+32
2019-08-22intrinsic.c (add_subroutines): ERRMSG is INTENT(INOUT) in co_broadcast, co_ma...Steven G. Kargl1-5/+5
2019-08-10decl.c (match_old_style_init): Use a clearer error message.Steven G. Kargl1-6/+15
2019-08-06re PR fortran/42546 (ALLOCATED statement typo in the docs and for scalar vari...Steven G. Kargl1-0/+35
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