aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-intrinsic.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-10-28re PR fortran/54613 ([F08] Add FINDLOC plus support MAXLOC/MINLOC with KIND=/...Thomas Koenig1-0/+222
2018-10-09re PR fortran/87151 (allocating array of character)Paul Thomas1-1/+0
2018-09-23Do array index calculations in gfc_array_index_typeJanne Blomqvist1-11/+7
2018-09-21Fix co-array allocationAndrew Stubbs1-1/+4
2018-09-20gfortran.h (gfc_str_startswith): New macro.Janus Weil1-15/+11
2018-09-18re PR fortran/29550 (Optimize -fexternal-blas calls for conjg())Thomas Koenig1-0/+1
2018-08-23Signed zero for {max,min}val intrinsicsJanne Blomqvist1-20/+6
2018-08-21Unconditionally use MAX_EXPR/MIN_EXPR for MAX/MIN intrinsicsJanne Blomqvist1-45/+10
2018-08-12re PR fortran/66679 ([OOP] ICE with class(*) and transfer)Paul Thomas1-6/+27
2018-07-19[Fortran] Use MIN/MAX_EXPR or IFN_FMIN/MAX for min/max intrinsics when possibleKyrylo Tkachov1-34/+57
2018-06-01re PR fortran/63570 ([F2018] Implement 13.7.137 RANDOM INIT (REPEATABLE, IMAG...Steven G. Kargl1-0/+50
2018-05-20re PR fortran/49636 ([F03] ASSOCIATE construct confused with slightly complic...Paul Thomas1-9/+11
2018-05-08re PR fortran/54613 ([F08] Add FINDLOC plus support MAXLOC/MINLOC with KIND=/...Thomas Koenig1-5/+74
2018-05-06re PR fortran/85507 (ICE in gfc_dep_resolver, at fortran/dependency.c:2258)Andre Vehreschild1-1/+1
2018-04-14re PR fortran/81773 ([Coarray] Get with vector index on lhs leads to incorrec...Andre Vehreschild1-24/+114
2018-03-14check.c (gfc_check_kill_sub): Remove check for INTEGER(4) or (8).Steven G. Kargl1-1/+87
2018-02-25re PR fortran/84523 (Runtime crash deallocating allocatable array within deri...Paul Thomas1-0/+5
2018-02-22Character length cleanup for Coarray Fortran libraryJanne Blomqvist1-2/+2
2018-02-19gfortran.texi: Document additional src/dst_type.Andre Vehreschild1-6/+13
2018-02-07re PR fortran/68560 (The test gfortran.dg/shape_8.f90 now fails when compiled...Thomas Koenig1-0/+20
2018-01-26Partial Failed Images patchDamian Rouson1-10/+66
2018-01-25re PR fortran/37577 ([meta-bug] change internal array descriptor format for b...Paul Thomas1-4/+10
2018-01-15re PR fortran/54613 ([F08] Add FINDLOC plus support MAXLOC/MINLOC with KIND=/...Thomas Koenig1-16/+30
2018-01-05PR 78534 Change character length from int to size_tJanne Blomqvist1-24/+22
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-03re PR fortran/36313 ([F03] {MIN,MAX}{LOC,VAL} should accept character arguments)Thomas Koenig1-3/+29
2017-11-22re PR fortran/36313 ([F03] {MIN,MAX}{LOC,VAL} should accept character arguments)Thomas Koenig1-2/+29
2017-11-19re PR fortran/78990 (ICE when assigning polymorphic array function result)Paul Thomas1-1/+1
2017-11-08PR 82869 Introduce logical_type_node and use itJanne Blomqvist1-134/+134
2017-11-04trans-expr.c (gfc_trans_assignment_1): Character kind conversion may create a...Andre Vehreschild1-6/+15
2017-10-10Require wi::to_wide for treesRichard Sandiford1-6/+9
2017-09-10re PR fortran/34640 (ICE when assigning item of a derived-component to a poin...Paul Thomas1-4/+8
2017-03-22re PR fortran/79602 (translation: globally replace '%s' with %qs)Dominique d'Humieres1-1/+1
2017-03-05check.c (positive_check): Add new function checking constant for being greate...Andre Vehreschild1-1/+43
2017-01-13Revert r244448Janne Blomqvist1-26/+27
2017-01-13PR 78534 Change character length from int to size_tJanne Blomqvist1-27/+26
2017-01-07re PR fortran/78781 ([Coarray] ICE in gfc_deallocate_scalar_with_status, at f...Andre Vehreschild1-10/+16
2017-01-03PR 78534 Revert r244011Janne Blomqvist1-26/+27
2017-01-03PR 78534 Change character length from int to size_tJanne Blomqvist1-27/+26
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-30libcaf.h: Add new action types for (de-)registration of allocatable component...Andre Vehreschild1-22/+78