aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/simplify.c
AgeCommit message (Expand)AuthorFilesLines
2019-02-24re PR fortran/89266 (ICE with TRANSFER of len=0 character array constructor)Harald Anlauf1-2/+6
2019-02-23re PR tree-optimization/88074 (g++ hangs on math expression)David Malcolm1-5/+9
2019-02-21re PR fortran/86119 (Intrinsic len has wrong type if used within select type ...Thomas Koenig1-1/+1
2019-02-16re PR tree-optimization/88074 (g++ hangs on math expression)Jakub Jelinek1-10/+72
2019-01-09re PR fortran/68426 (Simplification of SPREAD with a derived type element is ...Thomas Koenig1-1/+2
2019-01-07re PR fortran/45424 ([F08] Add IS_CONTIGUOUS intrinsic)Thomas Koenig1-0/+12
2019-01-06re PR fortran/88658 (Intrinsic MAX1 returns a REAL result, should be INTEGER.)Thomas Koenig1-1/+23
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-16re PR fortran/88116 (ICE in gfc_convert_constant(): Unexpected type)Steven G. Kargl1-1/+1
2018-11-01re PR fortran/40196 ([F03] [F08] Type parameter inquiry (str%len, a%kind) and...Paul Thomas1-1/+3
2018-10-30re PR fortran/85896 (ICE in gfc_convert_constant(): Unexpected type)Thomas Koenig1-11/+0
2018-10-28re PR fortran/54613 ([F08] Add FINDLOC plus support MAXLOC/MINLOC with KIND=/...Thomas Koenig1-1/+353
2018-10-06re PR fortran/84640 (gcc/fortran/simplify.c:2587:9: runtime error: pointer in...Thomas Koenig1-3/+6
2018-09-03simplify.c (gfc_simplify_modulo): Re-arrange code to test whether 'P' is zero...Jerry DeLisle1-29/+32
2018-06-07re PR fortran/86045 (ICE in reduce_binary_ac, at fortran/arith.c:1308)Steven G. Kargl1-18/+23
2018-05-08re PR fortran/54613 ([F08] Add FINDLOC plus support MAXLOC/MINLOC with KIND=/...Thomas Koenig1-16/+32
2018-03-30re PR fortran/84931 (Expansion of array constructor with constant implied-do-...Paul Thomas1-32/+25
2018-03-30re PR fortran/85111 (ICE in min_max_choose, at fortran/simplify.c:4884 (and o...Thomas Koenig1-2/+2
2018-03-19re PR fortran/84931 (Expansion of array constructor with constant implied-do-...Thomas Koenig1-12/+18
2018-03-11re PR fortran/66128 (ICE for some intrinsics with zero sized array parameter)Thomas Koenig1-158/+19
2018-03-06re PR fortran/84697 (minloc/maxloc not simplified with zero size)Thomas Koenig1-26/+28
2018-03-03re PR fortran/66128 (ICE for some intrinsics with zero sized array parameter)Steven G. Kargl1-0/+180
2018-03-03re PR fortran/51434 (ICE with scalar init of an array parameter, used in DT d...Steven G. Kargl1-3/+6
2018-02-01PR 83705 Repeat with large valuesJanne Blomqvist1-4/+8
2018-01-26Partial Failed Images patchDamian Rouson1-2/+26
2018-01-26re PR fortran/83998 (ICE in gfc_conv_intrinsic_dot_product, at fortran/trans-...Steven G. Kargl1-15/+17
2018-01-22PR 78534, 83704 Large character lengthsJanne Blomqvist1-4/+4
2018-01-20re PR fortran/83900 (ICE in gfc_simplify_matmul, at fortran/simplify.c:4593)Steven G. Kargl1-3/+17
2018-01-20re PR fortran/83900 (ICE in gfc_simplify_matmul, at fortran/simplify.c:4593)Steven G. Kargl1-1/+0
2018-01-15re PR fortran/54613 ([F08] Add FINDLOC plus support MAXLOC/MINLOC with KIND=/...Thomas Koenig1-2/+4
2018-01-05PR 78534 Change character length from int to size_tJanne Blomqvist1-7/+16
2018-01-04re PR fortran/83683 (eoshift accepts wrong-length boundary)Thomas Koenig1-0/+265
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-14/+402
2018-01-02re PR fortran/45689 ([F03] Missing transformational intrinsic in the trans_fu...Thomas Koenig1-56/+176
2017-12-11re PR fortran/45689 ([F03] Missing transformational intrinsic in the trans_fu...Thomas Koenig1-47/+25
2017-12-09re PR fortran/83316 (ICE: minval/maxval and characters)Thomas Koenig1-0/+7
2017-11-08re PR fortran/82841 (Segfault in gfc_simplify_transfer)Steven G. Kargl1-3/+2
2017-10-27re PR fortran/56342 (MATMUL with PARAMETER: Simplification usually doesn't work)Thomas Koenig1-1/+6
2017-03-05check.c (positive_check): Add new function checking constant for being greate...Andre Vehreschild1-0/+61
2017-01-21gfortran.h (gfc_extract_int): Change return type to bool.Jakub Jelinek1-17/+14
2017-01-13Revert r244448Janne Blomqvist1-16/+7
2017-01-13PR 78534 Change character length from int to size_tJanne Blomqvist1-7/+16
2017-01-06system.h (GCC_DIAGNOSTIC_PUSH_IGNORED, [...]): Define.Jakub Jelinek1-3/+2
2017-01-06[bootstrap-O3,fortran] silence warning in simplify_transformation_to_arrayAlexandre Oliva1-1/+10
2017-01-03PR 78534 Revert r244011Janne Blomqvist1-16/+7
2017-01-03PR 78534 Change character length from int to size_tJanne Blomqvist1-7/+16
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-02simplify.c (gfc_convert_char_constant): Free result on error.Steven G. Kargl1-0/+1
2016-11-17re PR fortran/66227 ([OOP] EXTENDS_TYPE_OF n returns wrong result for polymor...Janus Weil1-6/+7