summaryrefslogtreecommitdiff
path: root/gcc/fortran/dependency.c
AgeCommit message (Expand)Author
2020-01-01Handle REF_INQUIRY for dependency checking.Thomas Koenig
2020-01-01Update copyright years.Jakub Jelinek
2019-12-10Bail out in gfc_dep_compare_expr for a NULL argument.Martin Liska
2019-12-08re PR fortran/92755 (ICE in gfc_dep_resolver, at fortran/dependency.c:2123)Thomas Koenig
2019-11-30Do not look at _data component in gfc_dep_resolver.Thomas Koenig
2019-09-13re PR fortran/91717 (ICE on concatenating deferred-length character and chara...Paul Thomas
2019-07-25re PR fortran/65819 (overzealous checking in gfc_check_dependency for identic...Thomas Koenig
2019-06-14re PR fortran/89646 (Spurious actual argument might interfere warning)Steven G. Kargl
2019-06-13re PR fortran/88810 (gcc/fortran/dependency.c:2200: possible cut'n'paste erro...Steven G. Kargl
2019-01-01Update copyright years.Jakub Jelinek
2018-11-01re PR fortran/40196 ([F03] [F08] Type parameter inquiry (str%len, a%kind) and...Paul Thomas
2018-10-01re PR fortran/65677 (Incomplete assignment on deferred-length character varia...Paul Thomas
2018-05-06re PR fortran/85507 (ICE in gfc_dep_resolver, at fortran/dependency.c:2258)Andre Vehreschild
2018-04-14re PR fortran/81773 ([Coarray] Get with vector index on lhs leads to incorrec...Andre Vehreschild
2018-01-03Update copyright years.Jakub Jelinek
2017-12-19read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ...Jakub Jelinek
2017-01-01Update copyright years.Jakub Jelinek
2016-12-01re PR fortran/78279 (ICE in identical_array_ref, at fortran/dependency.c:104)Steven G. Kargl
2016-10-22re PR fortran/78021 (Wrong result with optimization on character constant)Thomas Koenig
2016-09-27auto-inc-dec.c (try_merge): Remove break after return.Jakub Jelinek
2016-09-25re PR fortran/77429 (ICE in gfc_check_dependency, at fortran/dependency.c:1261)Steven G. Kargl
2016-08-27re PR fortran/77380 (ICE in gfc_check_dependency, at fortran/dependency.c:1255)Steven G. Kargl
2016-07-28[PATCH] Revert Revert r238497 because of PR 71961.Renlin Li
2016-07-19re PR fortran/71902 (Unneeded temporary on reallocatable character assignment)Thomas Koenig
2016-01-04Update copyright years.Jakub Jelinek
2015-08-19remove more useless typedefsTrevor Saunders
2015-05-16re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez
2015-01-21re PR fortran/57023 (Not packing arrays with changing variable used for size)Thomas Koenig
2015-01-05re PR fortran/47674 (gfortran.dg/realloc_on_assign_5.f03: Segfault at run tim...Thomas Koenig
2015-01-05Update copyright years.Jakub Jelinek
2014-12-03re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez
2014-09-20trans-expr.c (gfc_reset_vptr): Fix comment whitespace.Joost VandeVondele
2014-08-30re PR fortran/62278 (gfc_check_dependency should also check for TARGET attrib...Tobias Burnus
2014-07-12re PR fortran/61780 (Wrong code when shifting elements of a multidimensional ...Paul Thomas
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-08-25re PR fortran/58146 (Array slice bounds checking)Thomas Koenig
2013-07-21re PR fortran/56937 (Unnecessarily temporary with array-vector assignments)Thomas Koenig
2013-06-15re PR fortran/49074 ([OOP] Defined assignment w/ CLASS arrays: Incomplete err...Mikael Morin
2013-04-15class.c (gfc_find_intrinsic_vtab): Removed unused var.Tobias Burnus
2013-04-11Replace enum gfc_try with bool type.Janne Blomqvist
2013-03-28re PR fortran/45159 (Unnecessary temporaries)Thomas Koenig
2013-01-29re PR fortran/54107 ([F03] Memory hog with abstract interface)Janus Weil
2013-01-10Update copyright years in gcc/Richard Sandiford
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek
2012-09-22re PR fortran/54599 (Issues found in gfortran by the Coverity Scan)Thomas Koenig
2012-08-27re PR fortran/54384 (gfortran memory leaks)Tobias Burnus
2012-07-31re PR fortran/54134 ([OOP] ICE overriding derived type bound function with al...Janus Weil
2012-07-08gfortran.h: Do not include coretypes.h here.Steven Bosscher
2011-12-29dependency.c (gfc_dep_compare_functions): Document new behavior for REALs and...Thomas Koenig
2011-12-05re PR fortran/51338 (seg fault in gfc_dep_compare_expr with -O2)Thomas Koenig