graphite-dependences.c (subtract_commutative_associative_deps): Add NULL checking...
authorRoman Gareev <gareevroman@gmail.com>
Sun, 29 Jun 2014 12:16:11 +0000 (12:16 +0000)
committerRoman Gareev <romangareev@gcc.gnu.org>
Sun, 29 Jun 2014 12:16:11 +0000 (12:16 +0000)
commit516a84f7c0fef97317781cab65213ceef7d696df
tree0d0df88729931bdb6891e8ec57d2032d9223b4f3
parentdb72d6061893ef8d127758474a79e2833bd3eef1
graphite-dependences.c (subtract_commutative_associative_deps): Add NULL checking of the following variables...

gcc/
* graphite-dependences.c (subtract_commutative_associative_deps):
Add NULL checking of the following variables: must_raw_no_source,
may_raw_no_source, must_war_no_source, may_war_no_source,
must_waw_no_source, may_waw_no_source, must_raw, may_raw,
must_war, may_war, must_waw, may_waw

gcc/testsuite/gfortran.dg/graphite/pr59586.f: New testcase.

From-SVN: r212122
gcc/ChangeLog
gcc/graphite-dependences.c
gcc/testsuite/gfortran.dg/graphite/pr59586.f [new file with mode: 0644]