aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/simplify.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-8966/+0
2022-01-09Fortran: check arguments of MASKL/MASKR intrinsics before simplificationHarald Anlauf1-0/+6
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-14fortran: Silence conversion warnings for MIN1 and MAX1Manfred Schwarb1-0/+10
2021-11-30Fortran: error recovery when simplifying MINLOC/MAXLOCHarald Anlauf1-0/+3
2021-11-23Fortran: do not attempt simplification of [LU]BOUND for pointer/allocatableHarald Anlauf1-0/+6
2021-11-10Fortran: avoid NULL pointer dereferencesHarald Anlauf1-0/+6
2021-10-14Fortran: generate error message for negative elements in SHAPE arrayHarald Anlauf1-1/+7
2021-09-30Fortran: resolve expressions during SIZE simplificationHarald Anlauf1-0/+5
2021-08-31Fortran - extend set of substring expressions handled in length simplificationHarald Anlauf1-29/+2
2021-08-20c-format.c/Fortran: Support %wd / host-wide integer in gfc_errorTobias Burnus1-7/+4
2021-08-20Fortran - use temporary char buffer for passing HOST_WIDE_INT to gfc_errorHarald Anlauf1-6/+7
2021-08-19Fortran - simplify length of substring with constant boundsHarald Anlauf1-1/+74
2021-04-01PR fortran/99840 - ICE in gfc_simplify_matmul, at fortran/simplify.c:4777Harald Anlauf1-2/+2
2021-02-23PR fortran/99206 - ICE in add_init_expr_to_sym, at fortran/decl.c:1980Harald Anlauf1-0/+2
2021-02-19Fortran: Fix ubound simplifcation [PR99027]Tobias Burnus1-1/+11
2021-01-08Fortran:Fix simplification of constructors with implied-do [PR98458]Paul Thomas1-1/+33
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-08-30 2020-8-21 Steve Kargl <sgk@troutmask.apl.washington.edu>Steve Kargl1-1/+1
2020-08-28This patch fixes PR96624.Paul Thomas1-2/+12
2020-08-18PR fortran/96613,96686 - Fix type/kind issues, temporaries evaluating MIN/MAXHarald Anlauf1-0/+4
2020-04-22For assumed-size arrays check if the reference is to a full array.Jose Rui Faustino de Sousa1-1/+3
2020-04-19Fix PR fortran/93500, ICE on invalid.Thomas König1-1/+5
2020-04-15Simplify recently introduced check to simplify_bound.Fritz Reese1-4/+4
2020-04-13ICE on wrong code [PR94192].Linus Koenig1-0/+4
2020-04-07Fix PR fortran/93871 and re-implement degree-valued trigonometric intrinsics.Fritz Reese1-116/+184
2020-02-25Dead code in fortran/simplify.cSteven G. Kargl1-5/+0
2020-02-24ortran: ICE using SHAPE with FINDLOC PR93835Mark Eggleston1-4/+8
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-27re PR fortran/91944 (ICE in gfc_conv_array_initializer, at fortran/trans-arra...Jakub Jelinek1-1/+1
2019-11-25re PR fortran/92629 (internal compiler error: in convert_mpz_to_unsigned, at ...Harald Anlauf1-2/+4
2019-11-20PR 92463 MPFR modernization: Revert r269139Janne Blomqvist1-9/+5
2019-11-20PR 92463 MPFR modernization in GFortranJanne Blomqvist1-10/+10
2019-11-11Bump minimum MPFR version to 3.1.0Janne Blomqvist1-37/+0
2019-11-08Allow CHARACTER literals in assignments and data statements.Mark Eggleston1-4/+25
2019-10-08re PR fortran/91801 (ICE in gfc_simplify_reshape, at fortran/simplify.c:6733)Steven G. Kargl1-1/+9
2019-10-03re PR fortran/91497 (-Wconversion warns when doing explicit type conversion)Steven G. Kargl1-1/+44
2019-10-02re PR fortran/91784 (ICE in gfc_real2complex, at fortran/arith.c:2208)Steven G. Kargl1-3/+3
2019-09-13re PR fortran/91566 (ICE in gfc_constructor_copy, at fortran/constructor.c:103)Steven G. Kargl1-2/+7
2019-09-11re PR fortran/91553 (ICE in gfc_real2complex, at fortran/arith.c:2208)Steven G. Kargl1-0/+6
2019-08-28re PR fortran/91565 (ICE in gfc_simplify_reshape, at fortran/simplify.c:6707 ...Steven G. Kargl1-3/+31
2019-07-23arith.c (gfc_convert_integer, [...]): Move to ...Steven G. Kargl1-41/+25
2019-07-03Remove another bunch of dead assignment.Martin Liska1-15/+12
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