aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/dependency.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-01re PR fortran/78279 (ICE in identical_array_ref, at fortran/dependency.c:104)Steven G. Kargl1-1/+3
2016-10-22re PR fortran/78021 (Wrong result with optimization on character constant)Thomas Koenig1-3/+20
2016-09-27auto-inc-dec.c (try_merge): Remove break after return.Jakub Jelinek1-1/+0
2016-09-25re PR fortran/77429 (ICE in gfc_check_dependency, at fortran/dependency.c:1261)Steven G. Kargl1-1/+2
2016-08-27re PR fortran/77380 (ICE in gfc_check_dependency, at fortran/dependency.c:1255)Steven G. Kargl1-0/+6
2016-07-28[PATCH] Revert Revert r238497 because of PR 71961.Renlin Li1-65/+14
2016-07-19re PR fortran/71902 (Unneeded temporary on reallocatable character assignment)Thomas Koenig1-14/+65
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-08-19remove more useless typedefsTrevor Saunders1-3/+2
2015-05-16re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-1/+1
2015-01-21re PR fortran/57023 (Not packing arrays with changing variable used for size)Thomas Koenig1-3/+34
2015-01-05re PR fortran/47674 (gfortran.dg/realloc_on_assign_5.f03: Segfault at run tim...Thomas Koenig1-24/+24
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-03re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-1/+1
2014-09-20trans-expr.c (gfc_reset_vptr): Fix comment whitespace.Joost VandeVondele1-2/+2
2014-08-30re PR fortran/62278 (gfc_check_dependency should also check for TARGET attrib...Tobias Burnus1-3/+8
2014-07-12re PR fortran/61780 (Wrong code when shifting elements of a multidimensional ...Paul Thomas1-43/+52
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-08-25re PR fortran/58146 (Array slice bounds checking)Thomas Koenig1-63/+42
2013-07-21re PR fortran/56937 (Unnecessarily temporary with array-vector assignments)Thomas Koenig1-3/+17
2013-06-15re PR fortran/49074 ([OOP] Defined assignment w/ CLASS arrays: Incomplete err...Mikael Morin1-1/+3
2013-04-15class.c (gfc_find_intrinsic_vtab): Removed unused var.Tobias Burnus1-1/+1
2013-04-11Replace enum gfc_try with bool type.Janne Blomqvist1-2/+2
2013-03-28re PR fortran/45159 (Unnecessary temporaries)Thomas Koenig1-7/+270
2013-01-29re PR fortran/54107 ([F03] Memory hog with abstract interface)Janus Weil1-1/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-2/+2
2012-09-22re PR fortran/54599 (Issues found in gfortran by the Coverity Scan)Thomas Koenig1-21/+12
2012-08-27re PR fortran/54384 (gfortran memory leaks)Tobias Burnus1-1/+1
2012-07-31re PR fortran/54134 ([OOP] ICE overriding derived type bound function with al...Janus Weil1-0/+3
2012-07-08gfortran.h: Do not include coretypes.h here.Steven Bosscher1-0/+1
2011-12-29dependency.c (gfc_dep_compare_functions): Document new behavior for REALs and...Thomas Koenig1-6/+33
2011-12-05re PR fortran/51338 (seg fault in gfc_dep_compare_expr with -O2)Thomas Koenig1-2/+12
2011-11-03trans.h (gfc_inline_intrinsic_function_p): Move prototype...Mikael Morin1-0/+11
2011-08-20re PR fortran/49638 ([OOP] length parameter is ignored when overriding type b...Janus Weil1-15/+19
2011-08-07re PR fortran/49638 ([OOP] length parameter is ignored when overriding type b...Janus Weil1-2/+12
2011-08-07re PR fortran/49638 ([OOP] length parameter is ignored when overriding type b...Janus Weil1-27/+22
2011-05-26[multiple changes]Paul Thomas1-12/+21
2011-04-18convert each use of gfc_free (p) to free (p)Jim Meyering1-1/+1
2011-03-21re PR fortran/22572 (Double occurrence of matmul intrinsic not optimised)Thomas Koenig1-30/+44
2010-12-03re PR fortran/45159 (Unnecessary temporaries)Thomas Koenig1-47/+50
2010-10-10frontend-passes.c: Include opts.h.Thomas Koenig1-0/+46
2010-09-10gfortran.h (gfc_expr): Remove inline_noncopying_intrinsic attribute.Mikael Morin1-12/+16
2010-09-07re PR fortran/45576 (ICE on character stuff)Thomas Koenig1-1/+7
2010-09-03re PR fortran/45159 (Unnecessary temporaries)Thomas Koenig1-28/+21
2010-08-27re PR fortran/45159 (Unnecessary temporaries)Thomas Koenig1-15/+21
2010-08-06re PR fortran/45159 (Unnecessary temporaries)Thomas Koenig1-2/+22
2010-08-03re PR fortran/45159 (Unnecessary temporaries)Thomas Koenig1-14/+38
2010-08-02re PR fortran/45159 (Unnecessary temporaries)Thomas Koenig1-2/+2