summaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-intrinsic.c
Commit message (Expand)AuthorAgeFilesLines
* CO_BROADCAST for derived types with allocatable componentsAlessandro Fanfarillo2019-09-261-37/+55
* tree-ssa-forwprop.c (simplify_builtin_call): Do not remove stmt at gsi_p, ins...Richard Biener2019-08-161-1/+1
* decl.c (match_old_style_init): Use a clearer error message.Steven G. Kargl2019-08-101-2/+6
* re PR fortran/90903 (Implement runtime checks for bit manipulation intrinsics)Harald Anlauf2019-07-161-2/+165
* Remove another bunch of dead assignment.Martin Liska2019-07-031-1/+0
* re PR fortran/90577 (FAIL: gfortran.dg/lrshift_1.f90 with -O(2|3) and -flto)Harald Anlauf2019-06-141-1/+14
* re PR fortran/90539 (481.wrf slowdown by 25% on Intel Kaby with -Ofast -march...Thomas Koenig2019-05-291-4/+13
* re PR fortran/57284 ([OOP] ICE with find_array_spec for polymorphic arrays)Paul Thomas2019-04-221-2/+23
* re PR fortran/89363 (RANK incorrect for unallocated allocatable)Paul Thomas2019-03-121-2/+80
* PR other/16615 [1/5]Sandra Loosemore2019-01-091-1/+1
* re PR fortran/45424 ([F08] Add IS_CONTIGUOUS intrinsic)Thomas Koenig2019-01-071-0/+77
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* re PR fortran/82995 (Segmentation fault passing optional argument to intrinsi...Thomas Koenig2018-12-311-30/+149
* Support simd function declarations via a pre-include.Martin Liska2018-11-271-0/+70
* re PR fortran/54613 ([F08] Add FINDLOC plus support MAXLOC/MINLOC with KIND=/...Thomas Koenig2018-10-281-0/+222
* re PR fortran/87151 (allocating array of character)Paul Thomas2018-10-091-1/+0
* Do array index calculations in gfc_array_index_typeJanne Blomqvist2018-09-231-11/+7
* Fix co-array allocationAndrew Stubbs2018-09-211-1/+4
* gfortran.h (gfc_str_startswith): New macro.Janus Weil2018-09-201-15/+11
* re PR fortran/29550 (Optimize -fexternal-blas calls for conjg())Thomas Koenig2018-09-181-0/+1
* Signed zero for {max,min}val intrinsicsJanne Blomqvist2018-08-231-20/+6
* Unconditionally use MAX_EXPR/MIN_EXPR for MAX/MIN intrinsicsJanne Blomqvist2018-08-211-45/+10
* re PR fortran/66679 ([OOP] ICE with class(*) and transfer)Paul Thomas2018-08-121-6/+27
* [Fortran] Use MIN/MAX_EXPR or IFN_FMIN/MAX for min/max intrinsics when possibleKyrylo Tkachov2018-07-191-34/+57
* re PR fortran/63570 ([F2018] Implement 13.7.137 RANDOM INIT (REPEATABLE, IMAG...Steven G. Kargl2018-06-011-0/+50
* re PR fortran/49636 ([F03] ASSOCIATE construct confused with slightly complic...Paul Thomas2018-05-201-9/+11
* re PR fortran/54613 ([F08] Add FINDLOC plus support MAXLOC/MINLOC with KIND=/...Thomas Koenig2018-05-081-5/+74
* re PR fortran/85507 (ICE in gfc_dep_resolver, at fortran/dependency.c:2258)Andre Vehreschild2018-05-061-1/+1
* re PR fortran/81773 ([Coarray] Get with vector index on lhs leads to incorrec...Andre Vehreschild2018-04-141-24/+114
* check.c (gfc_check_kill_sub): Remove check for INTEGER(4) or (8).Steven G. Kargl2018-03-141-1/+87
* re PR fortran/84523 (Runtime crash deallocating allocatable array within deri...Paul Thomas2018-02-251-0/+5
* Character length cleanup for Coarray Fortran libraryJanne Blomqvist2018-02-221-2/+2
* gfortran.texi: Document additional src/dst_type.Andre Vehreschild2018-02-191-6/+13
* re PR fortran/68560 (The test gfortran.dg/shape_8.f90 now fails when compiled...Thomas Koenig2018-02-071-0/+20
* Partial Failed Images patchDamian Rouson2018-01-261-10/+66
* re PR fortran/37577 ([meta-bug] change internal array descriptor format for b...Paul Thomas2018-01-251-4/+10
* re PR fortran/54613 ([F08] Add FINDLOC plus support MAXLOC/MINLOC with KIND=/...Thomas Koenig2018-01-151-16/+30
* PR 78534 Change character length from int to size_tJanne Blomqvist2018-01-051-24/+22
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* re PR fortran/36313 ([F03] {MIN,MAX}{LOC,VAL} should accept character arguments)Thomas Koenig2017-12-031-3/+29
* re PR fortran/36313 ([F03] {MIN,MAX}{LOC,VAL} should accept character arguments)Thomas Koenig2017-11-221-2/+29
* re PR fortran/78990 (ICE when assigning polymorphic array function result)Paul Thomas2017-11-191-1/+1
* PR 82869 Introduce logical_type_node and use itJanne Blomqvist2017-11-081-134/+134
* trans-expr.c (gfc_trans_assignment_1): Character kind conversion may create a...Andre Vehreschild2017-11-041-6/+15
* Require wi::to_wide for treesRichard Sandiford2017-10-101-6/+9
* re PR fortran/34640 (ICE when assigning item of a derived-component to a poin...Paul Thomas2017-09-101-4/+8
* re PR fortran/79602 (translation: globally replace '%s' with %qs)Dominique d'Humieres2017-03-221-1/+1
* check.c (positive_check): Add new function checking constant for being greate...Andre Vehreschild2017-03-051-1/+43
* Revert r244448Janne Blomqvist2017-01-131-26/+27
* PR 78534 Change character length from int to size_tJanne Blomqvist2017-01-131-27/+26