aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/simplify.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-10-11iresolve.c (is_trig_resolved, [...]): Formatting fixes.Jakub Jelinek1-52/+49
2016-10-11re PR fortran/77942 (ICE: Floating point exception, in gfc_simplify_cshift, a...Steven G. Kargl1-1/+1
2016-10-11Fix bad commit for -fdec-math.Fritz Reese1-7/+5
2016-10-11simplify.c (radians_f): Fix mpdr_mod.Jerry DeLisle1-2/+5
2016-10-11New flag -fdec-math for COTAN and degree trig intrinsics.Fritz Reese1-0/+181
2016-09-14simplify.c (gfc_simplify_repeat): Fix a misplaced closing ')'.Bernd Edlinger1-1/+1
2016-09-04re PR fortran/77460 (ICE when summing an overflowing array)Steven G. Kargl1-0/+2
2016-08-27re PR fortran/77372 (ICE in simplify_ieee_selected_real_kind, at fortran/simp...Steven G. Kargl1-3/+11
2016-07-14re PR fortran/70842 (internal compiler error with character members within a ...Andre Vehreschild1-1/+5
2016-07-08re PR fortran/68426 (Simplification of SPREAD with a derived type element is ...Steven G. Kargl1-2/+1
2016-07-04re PR fortran/35849 ("wrong" line shown in error message for parameter)Jerry DeLisle1-2/+4
2016-04-09re PR fortran/68566 (ICE on using unusable array in reshape (double free or c...Jerry DeLisle1-0/+3
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-24re PR fortran/68486 (187.facerec in SPEC CPU 2000 failed to build)Steven G. Kargl1-17/+7
2015-11-22re PR fortran/68486 (187.facerec in SPEC CPU 2000 failed to build)Steven G. Kargl1-0/+1
2015-11-21simplify.c (gfc_simplify_cshift): Work around bootstrap issues due to inappro...Steven G. Kargl1-0/+9
2015-11-21simplify.c (gfc_simplify_cshift): Implement simplification of CSHIFT.Steven G. Kargl1-4/+93
2015-11-18re PR fortran/43996 (ICE in gfc_conv_array_initializer due to incomplete simp...Steven G. Kargl1-4/+16
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-1/+1
2015-09-04intrinsic.h (gfc_simplify_mvbits): Remove.Francois-Xavier Coudert1-12/+0
2015-08-07re PR fortran/64104 ([F2003][IEEE] Allow IEEE functions in specification expr...Francois-Xavier Coudert1-14/+59
2015-08-04re PR fortran/64022 ([F2003][IEEE] ieee_support_flag does not handle kind=10 ...Francois-Xavier Coudert1-73/+6
2015-07-14simplify.c (gfc_simplify_floor): Set precision of temporary to that of arg.Steven G. Kargl1-3/+1
2015-07-09flags.h: Don't include flag-types.h or options.h.Andrew MacLeod1-1/+0
2015-06-02simplify.c (gfc_simplify_reshape): Convert assert into returning NULL, which ...Steven G. Kargl1-2/+5
2015-05-11Fix fortran/66100 bound simplification ICEMikael Morin1-2/+2
2015-05-10bound simplification refactoringMikael Morin1-49/+36
2015-05-01Allow bound simplification of array subreferences.Mikael Morin1-9/+3
2015-04-30re PR fortran/37131 (inline matmul for small matrix sizes)Thomas Koenig1-0/+33
2015-01-18[multiple changes]Paul Thomas1-0/+8
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-17re PR fortran/54687 (Use gcc option machinery for gfortran)Tobias Burnus1-5/+5
2014-12-16re PR fortran/54687 (Use gcc option machinery for gfortran)Tobias Burnus1-7/+7
2014-12-13error.c (gfc_error): Add variant which takes a va_list.Tobias Burnus1-1/+1
2014-12-03re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-2/+4
2014-11-30gfortran.h (gfc_option_t): Remove warn_aliasing,Tobias Burnus1-3/+2
2014-11-15error.c (gfc_fatal_error_1): Renamed from gfc_fatal_error.Tobias Burnus1-1/+1
2014-10-11re PR fortran/48979 (FRACTION und EXPONENT return invalid results for infinit...François-Xavier Coudert1-18/+70
2014-09-20trans-expr.c (gfc_reset_vptr): Fix comment whitespace.Joost VandeVondele1-3/+4