aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/arith.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-2706/+0
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-07-01Fortran : Fortran translation issues PR52279Mark Eggleston1-1/+1
2020-06-22Fortran : Missing gcc-internal-format PR42693Mark Eggleston1-10/+9
2020-05-18PR fortran/95053 - division by zero constantsHarald Anlauf1-32/+0
2020-05-11PR fortran/95053 - ICE in gfc_divide(): Bad basic typeHarald Anlauf1-1/+2
2020-05-10PR fortran/93499 - ICE on division by zero in declaration statementsHarald Anlauf1-0/+34
2020-03-28Patch for PR94246Paul Thomas1-5/+5
2020-03-17Fix up duplicated duplicated words mostly in commentsJakub Jelinek1-1/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-30Catch division by zero errors in array sizes.Thomas Koenig1-0/+6
2019-11-27PR 92463 - Cleanups due to minimum MPFR version bump to 3.1.0Tobias Burnus1-2/+2
2019-11-20PR 92463 MPFR modernization in GFortranJanne Blomqvist1-4/+4
2019-11-08* arith.c (character2representation): Change i type to size_t.Jakub Jelinek1-2/+1
2019-11-08Allow CHARACTER literals in assignments and data statements.Mark Eggleston1-4/+92
2019-07-23arith.c (gfc_convert_integer, [...]): Move to ...Steven G. Kargl1-50/+0
2019-06-15arith.c (arith_power): Rework overflow of an integer to an integer exponent.Steven G. Kargl1-23/+28
2019-03-08re PR other/80058 (fix double spaces in string literals everywhere)Jakub Jelinek1-1/+1
2019-02-24re PR fortran/89266 (ICE with TRANSFER of len=0 character array constructor)Harald Anlauf1-2/+2
2019-02-02re PR fortran/88298 (Bogus conversion warning for CSHIFT with -fno-range-chec...Thomas Koenig1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-10-06re PR fortran/86111 (ICE in gfc_arith_concat, at fortran/arith.c:985)Thomas Koenig1-1/+11
2018-03-10re PR fortran/84734 (Compiling codes with insane array dimensions gives an IC...Steven G. Kargl1-3/+7
2018-01-22PR 78534, 83704 Large character lengthsJanne Blomqvist1-3/+3
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-09re PR fortran/83316 (ICE: minval/maxval and characters)Thomas Koenig1-0/+12
2017-11-08re PR fortran/82884 (ICE in gfc_resolve_character_array_constructor, at fortr...Steven G. Kargl1-0/+1
2017-06-24re PR fortran/81160 (arith.c:2009: bad statement order ?)Jerry DeLisle1-2/+3
2017-01-23arith.c (arith_power): If simplifying integer power expression to zero...Thomas Koenig1-0/+4
2017-01-21gfortran.h (gfc_extract_int): Change return type to bool.Jakub Jelinek1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-06re PR fortran/78221 (bogus warning: Non-zero imaginary part discarded in conv...Thomas Koenig1-4/+4
2016-10-30re PR fortran/67219 (Incorrect conversion warning)Thomas Koenig1-5/+5
2016-09-26Implement -Wimplicit-fallthrough.Marek Polacek1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-07-09flags.h: Don't include flag-types.h or options.h.Andrew MacLeod1-1/+1
2015-07-01arith.c (gfc_arith_divide): With -Winteger-division...Thomas Koenig1-2/+22
2015-06-06re PR fortran/47359 (Recursive functions of intrinsic names generates invalid...Thomas Koenig1-2/+226
2015-02-01Always pass 0 or option number to gfc_warning*.Joseph Myers1-3/+4
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-16re PR fortran/54687 (Use gcc option machinery for gfortran)Tobias Burnus1-9/+9
2014-12-11re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-3/+3
2014-12-03re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-7/+7
2014-11-30gfortran.h (gfc_option_t): Remove warn_aliasing,Tobias Burnus1-6/+6
2014-09-20trans-expr.c (gfc_reset_vptr): Fix comment whitespace.Joost VandeVondele1-2/+2
2014-04-27re PR fortran/59604 (Constant comparisons with -fno-range-check and int(z'...'))Thomas Koenig1-0/+11
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-04-11Replace enum gfc_try with bool type.Janne Blomqvist1-8/+7
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1