aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/dependency.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-03-25dependency.c (gfc_check_dependency): Improve handling of pointers...Roger Sayle1-20/+34
2006-03-25gfortran.h (gfc_symbol): Add a new "forall_index" bit field.Roger Sayle1-2/+94
2006-03-17gfortran.h (gfc_equiv_info): Add length field.Roger Sayle1-8/+30
2006-03-11dependency.c (gfc_dep_compare_expr): Allow unary and binary operators to comp...Roger Sayle1-0/+51
2006-03-04dependency.c (gfc_check_element_vs_element): Revert last change.Roger Sayle1-7/+1
2006-03-03dependency.c (gfc_check_element_vs_element): Consider two unordered scalar su...Roger Sayle1-1/+7
2006-03-03dependency.c (gfc_check_dependency): Call gfc_dep_resolver to check whether t...Roger Sayle1-30/+20
2006-03-01re PR fortran/26393 (ICE with function returning variable lenght array)Paul Thomas1-0/+49
2006-03-01dependency.c (gfc_is_same_range): Compare the stride...Roger Sayle1-23/+45
2006-02-24re PR fortran/24519 (gfortran slow because of incomplete dependency checking)Paul Thomas1-4/+8
2006-02-05dependency.c (gfc_check_dependency): Remove unused vars and nvars arguments.Roger Sayle1-16/+25
2005-12-16dependency.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-12-13Make-lang.in (fortran/trans-resolve.o): Depend on fortran/dependency.h.Richard Sandiford1-28/+104
2005-09-16re PR fortran/23906 (inappropriate branch condition in function "transform_se...Paul Brook1-2/+2
2005-09-09re PR fortran/19239 ([4.0 only] gfortran ICE on vector subscript expressions)Richard Sandiford1-27/+41
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-02-23gfortran.h (gfc_expr): Move 'operator'...Tobias Schlüter1-3/+3
2005-01-23data.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2004-09-16array.c, [...]: Fix comment typos.Kazu Hirata1-1/+1