aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/dependency.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-08-02re PR fortran/36854 ([meta-bug] fortran front-end optimization)Thomas Koenig1-26/+123
2010-07-23re PR fortran/24524 (Fortran dependency checking should reverse loops)Paul Thomas1-4/+65
2010-07-22re PR fortran/45019 (Aliasing of TARGET dummy argument not detected correctly)Tobias Burnus1-0/+13
2010-07-14re PR fortran/44925 ([OOP] C_LOC with CLASS pointer)Janus Weil1-1/+1
2010-06-21re PR fortran/40632 (Support F2008's contiguous attribute)Tobias Burnus1-1/+0
2010-05-31re PR fortran/36928 (array temporary for interleaving assignment with non-con...Thomas Koenig1-0/+36
2010-05-23gfortran.h: Do not include system.h.Tobias Burnus1-0/+1
2010-04-13[multiple changes]Jerry DeLisle1-2/+5
2010-04-01ioparm.def: Update copyright.Paul Thomas1-1/+1
2010-02-22re PR fortran/43072 (unneeded temporary (s=s+f(a)))Paul Thomas1-8/+25
2010-02-20re PR fortran/36932 (unneeded temporary (2x))Paul Thomas1-2/+80
2009-07-05re PR fortran/40646 ([F03] array-valued procedure pointer components)Paul Thomas1-1/+8