aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/simplify.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-08-09re PR fortran/61999 (`gfc_simplify_dot_product` causes ICE for constant argum...Thomas Koenig1-1/+10
2014-07-25simplify.c (gfc_simplify_storage_size): Use proper integer kind for the retur...Tobias Burnus1-3/+1
2014-06-28re PR fortran/29383 (Fortran 2003/F95[TR15580:1999]: Floating point exception...Francois-Xavier Coudert1-2/+84
2014-05-25check.c (gfc_check_num_images): New.Tobias Burnus1-4/+15
2014-04-27re PR fortran/59604 (Constant comparisons with -fno-range-check and int(z'...'))Thomas Koenig1-14/+18
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-07-25re PR fortran/57639 ([OOP] ICE with polymorphism (and illegal code))Janus Weil1-1/+2
2013-07-08re PR fortran/57785 (DOT_PRODUCT error with constant complex array)Tobias Burnus1-8/+12
2013-06-24[multiple changes]Tobias Burnus1-2/+18
2013-06-08re PR fortran/57553 ([F08] Valid use of STORAGE_SIZE rejected, bad error mess...Tobias Burnus1-1/+1
2013-05-02re PR fortran/57142 (SIZE/SHAPE overflow despite kind=8)Tobias Burnus1-23/+51
2013-04-22re PR fortran/53685 (surprising warns about transfer with explicit character ...Janus Weil1-18/+2
2013-04-11Replace enum gfc_try with bool type.Janne Blomqvist1-19/+18
2013-03-27re PR fortran/56650 (Odd error messages with C_SIZEOF for valid code)Tobias Burnus1-1/+78
2013-03-26re PR fortran/56649 (ICE gfc_conv_structure with MERGE)Tobias Burnus1-4/+39
2013-02-15re PR fortran/56318 (Wrong result with MATMUL of PARAMETER)Tobias Burnus1-3/+3
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-07re PR fortran/55852 (internal compiler error: in gfc_build_intrinsic_call, at...Tobias Burnus1-1/+3
2012-12-20array.c (resolve_array_list): Apply C4106.Paul Thomas1-34/+38
2012-09-23re PR fortran/54599 (Issues found in gfortran by the Coverity Scan)Tobias Burnus1-4/+1
2012-09-17re PR fortran/54608 (Wrong-code with SCAN and VERIFY)Tobias Burnus1-2/+4
2012-09-15match.c (lock_unlock_statement, [...]): Fix potential double freeing.Tobias Burnus1-6/+5
2012-09-07re PR fortran/54208 (compilation error for ubound construct in PARAMETER stat...Mikael Morin1-0/+3
2012-08-02iresolve.c (resolve_bound, [...]): Don't set the shape for assumed rank arrays.Mikael Morin1-0/+3
2012-07-25trans-types.c (gfc_real16_is_float128): Fix spelling in a comment.Tobias Burnus1-1/+1
2012-07-20re PR fortran/48820 (TR 29113: Implement parts needed for MPI 3)Tobias Burnus1-3/+10
2012-07-08gfortran.h: Do not include coretypes.h here.Steven Bosscher1-0/+1
2012-05-05PR 49010,24518 MOD/MODULO fixes.Janne Blomqvist1-14/+13
2012-02-02re PR fortran/52093 (Extra parenthesis with Size and Shape functions argument...Tobias Burnus1-0/+1
2011-12-15primary.c (gfc_match_varspec): Match array spec for polymorphic coarrays.Tobias Burnus1-72/+2
2011-12-11re PR fortran/41539 ([OOP] Calling function which takes CLASS: Rank compariso...Paul Thomas1-5/+11