aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-intrinsic.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-10-27re PR fortran/78092 (ICE when calling SIZEOF on CLASS(*) entry)Steven G. Kargl1-1/+3
2016-10-24trans-intrinsic.c (gfc_conv_intrinsic_minmax): Use VAR_P (x) instead of TREE_...Jakub Jelinek1-2/+2
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+1
2016-10-13re PR fortran/72832 ([OOP] ALLOCATE with SOURCE fails to allocate requested d...Andre Vehreschild1-2/+13
2016-09-30trans-array.c (gfc_array_allocate): Use the token from coarray's .token member.Andre Vehreschild1-3/+24
2016-09-27auto-inc-dec.c (try_merge): Remove break after return.Jakub Jelinek1-4/+0
2016-09-23trans-intrinsic.c (gfc_conv_intrinsic_caf_get): Use the old caf- interface wh...Andre Vehreschild1-4/+3
2016-09-20trans-intrinsic.c (conv_expr_ref_to_caf_ref): Adjust fall through comment.Marek Polacek1-1/+1
2016-09-19libcaf.h: Add caf_reference_type.Andre Vehreschild1-46/+743
2016-08-19Implement C _FloatN, _FloatNx types.Joseph Myers1-3/+3
2016-08-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek1-1/+1
2016-07-22expr.c (gfc_find_stat_co): Fixed whitespaces.Andre Vehreschild1-7/+7
2016-07-05Second review of STAT= patch + testsAlessandro Fanfarillo1-9/+39
2016-06-19Use gfc_add_*_component defines where appropriateBernhard Reutner-Fischer1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-12re PR fortran/45859 ([Coarray, F2008, IR] Rejects valid actuals to coarray du...Tobias Burnus1-2/+2
2015-12-09trans.c (gfc_allocate_using_lib,gfc_deallocate_with_status): Introducing __as...Tobias Burnus1-0/+25