aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-intrinsic.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-12457/+0
2022-01-15Fortran: fix ICE and wrong code with TRANSFER and CHARACTER(kind=4)Harald Anlauf1-3/+14
2022-01-11libgfortran: Make sure glibc < 2.32 built powerpc64le-linux libgfortran doesn...Jakub Jelinek1-1/+3
2022-01-11fortran, libgfortran: Add remaining missing *_r17 symbolsJakub Jelinek1-1/+1
2022-01-06Fortran: Fix handling of optional argument to SIZE intrinsic [PR103898]Sandra Loosemore1-1/+5
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-11-21Fortran: fix lookup for gfortran builtin math intrinsics used by DEC extensionsHarald Anlauf1-31/+35
2021-11-16fortran: simplify elemental arguments walkingMikael Morin1-1/+1
2021-11-12fortran: Ignore unused args in scalarization [PR97896]Mikael Morin1-0/+1
2021-10-20Fortran: Fixes and additional tests for shape/ubound/size [PR94070]Sandra Loosemore1-170/+76
2021-09-30Fortran: Fix same_type_asTobias Burnus1-14/+28
2021-09-27Fortran: Fix assumed-size to assumed-rank passing [PR94070]Tobias Burnus1-71/+48
2021-09-26Fortran: Fix associated intrinsic with assumed rank [PR101334]Tobias Burnus1-9/+21
2021-09-23Fortran: Handle allocated() with coindexed scalars [PR93834]Tobias Burnus1-21/+34
2021-09-17Fortran: Use _Float128 rather than __float128 for c_float128 kind.Sandra Loosemore1-3/+3
2021-06-23fortran: Fix deref of optional in gen. code. [PR100337]Andre Vehreschild1-2/+22
2021-06-18Fortran - fix conversion to result type for the min/max intrinsicHarald Anlauf1-4/+1
2021-06-05Fortran: Fix some issues with pointers to character.José Rui Faustino de Sousa1-0/+1
2021-05-27Fortran: Fix erroneous "pointer argument is not associated" runtime errorHarald Anlauf1-1/+8
2021-05-22Steve Kargl <kargl@gcc.gnu.org>Andre Vehreschild1-15/+20
2021-05-10Come up with startswith function.Martin Liska1-11/+11
2021-04-21Fix Fortran rounding issues, PR fortran/96983.Michael Meissner1-18/+8
2021-03-14PR fortran/99112 - ICE with runtime diagnostics for SIZE intrinsic functionHarald Anlauf1-8/+20
2021-03-10Do not assume that __float128 existsEric Botcazou1-1/+1
2021-01-22Fortran: Fix for class functions as associated target [PR98565].Paul Thomas1-1/+7
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-11-28Generate correct fn specs for some Fortran library functions.Thomas Koenig1-4/+75
2020-11-16PR fortran/48958 - Add runtime diagnostics for SIZE intrinsic functionHarald Anlauf1-0/+29
2020-10-25Correct decls for functions which do not pass actual arguments.Thomas Koenig1-34/+89
2020-10-04PR fortran/97272 - Wrong answer from MAXLOC with character argHarald Anlauf1-0/+19
2020-09-21PR fortran/90903 [part2] - Add runtime checking for the MVBITS intrinsicHarald Anlauf1-0/+167
2020-09-07PR fortran/96711 - ICE with NINT() for integer(16) resultHarald Anlauf1-2/+15
2020-08-18PR fortran/96613,96686 - Fix type/kind issues, temporaries evaluating MIN/MAXHarald Anlauf1-8/+20
2020-04-07Fix PR fortran/93871 and re-implement degree-valued trigonometric intrinsics.Fritz Reese1-0/+196
2020-03-01Patch for PR92959Paul Thomas1-12/+9
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-09-26CO_BROADCAST for derived types with allocatable componentsAlessandro Fanfarillo1-37/+55
2019-08-16tree-ssa-forwprop.c (simplify_builtin_call): Do not remove stmt at gsi_p, ins...Richard Biener1-1/+1
2019-08-10decl.c (match_old_style_init): Use a clearer error message.Steven G. Kargl1-2/+6
2019-07-16re PR fortran/90903 (Implement runtime checks for bit manipulation intrinsics)Harald Anlauf1-2/+165
2019-07-03Remove another bunch of dead assignment.Martin Liska1-1/+0
2019-06-14re PR fortran/90577 (FAIL: gfortran.dg/lrshift_1.f90 with -O(2|3) and -flto)Harald Anlauf1-1/+14
2019-05-29re PR fortran/90539 (481.wrf slowdown by 25% on Intel Kaby with -Ofast -march...Thomas Koenig1-4/+13
2019-04-22re PR fortran/57284 ([OOP] ICE with find_array_spec for polymorphic arrays)Paul Thomas1-2/+23
2019-03-12re PR fortran/89363 (RANK incorrect for unallocated allocatable)Paul Thomas1-2/+80
2019-01-09PR other/16615 [1/5]Sandra Loosemore1-1/+1
2019-01-07re PR fortran/45424 ([F08] Add IS_CONTIGUOUS intrinsic)Thomas Koenig1-0/+77
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-31re PR fortran/82995 (Segmentation fault passing optional argument to intrinsi...Thomas Koenig1-30/+149
2018-11-27Support simd function declarations via a pre-include.Martin Liska1-0/+70