aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/dependency.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-06-29re PR fortran/40551 (Optimizations possible using gfc_full_array_ref_p)Paul Thomas1-8/+23
2009-04-06re PR fortran/38863 (WHERE with multiple elemental defined assignments gives ...Paul Thomas1-0/+72
2009-01-09check.c: Update copyright year.Paul Thomas1-1/+1
2009-01-04re PR fortran/35681 (wrong result for vector subscripted array expression in ...Mikael Morin1-16/+18
2009-01-04re PR fortran/38536 (ICE with C_LOC in resolve.c due to not properly going th...Mikael Morin1-2/+6
2008-12-15re PR fortran/38487 (Bogus Warning: INTENT(INOUT) actual argument might inter...Mikael Morin1-12/+22
2008-11-16re PR fortran/35681 (wrong result for vector subscripted array expression in ...Mikael Morin1-11/+69
2008-10-19re PR fortran/37723 (wrong result for left-right hand side array overlap and ...Paul Thomas1-0/+8
2008-10-12re PR fortran/37787 (right-left hand side overlap not recognized with EQUIVAL...Paul Thomas1-1/+7
2008-08-23gfortran.h (gfc_component): Add field "symbol_attribute attr"...Janus Weil1-2/+2
2008-07-21fmt_g0_3.f08: Fix typo in expected error message.Ralf Wildenhues1-3/+3
2008-07-19gfortran.h (operator): Remove macro.Kaveh R. Ghazi1-11/+11
2008-02-24arith.c: Update copyright years.Tobias Schlüter1-1/+1
2007-10-29[multiple changes]Paul Thomas1-4/+4
2007-08-01arith.c: Change copyright header to refer to version 3 of the GNU General Pub...Nick Clifton1-4/+3
2007-05-29gfortran.h: Renamed 'enum gfc_generic_isym_id' to 'enum gfc_isym_id'...Daniel Franke1-2/+2
2007-05-01re PR fortran/31732 (Assignment to array slice affects whole array)Thomas Koenig1-0/+18
2007-02-02dependency.c (gfc_check_dependency): Implement dependency checking for array ...Roger Sayle1-3/+15
2007-01-20dependency.c (gfc_full_array_ref_p): Check that ref->next is NULL, i.e.Roger Sayle1-0/+2
2007-01-07decl.c, [...]: Update Copyright dates.Steven G. Kargl1-59/+43
2006-12-21re PR fortran/30273 ([4.1 only] gfc_todo: Not Implemented: Unable to determin...Paul Thomas1-0/+1
2006-12-17re PR fortran/30207 (ICE in gfc_dep_resolver with where (a < 0) a(:) = 1)Roger Sayle1-0/+53
2006-05-21re PR fortran/25746 (Elemental assignment gives wrong result)Paul Thomas1-0/+4
2006-04-06dependency.c (get_no_elements): Delete function.Roger Sayle1-121/+129
2006-04-01dependency.c (gfc_is_inside_range): Delete.Roger Sayle1-46/+101
2006-04-01dependency.c (gfc_dep_compare_expr): Strip parentheses and unary plus operato...Roger Sayle1-14/+131