]> git.ipfire.org Git - thirdparty/gcc.git/commit
tree-data-ref.c (analyze_offset): Add a return value (bool) to indicate success/failu...
authorIra Rosen <irar@il.ibm.com>
Sun, 11 Mar 2007 11:13:34 +0000 (11:13 +0000)
committerIra Rosen <irar@gcc.gnu.org>
Sun, 11 Mar 2007 11:13:34 +0000 (11:13 +0000)
commite838422b9eee3123812624de39ed76259e212492
treea0d2e2a93834af978e8625b3a711d9c1a40ab9d8
parent7b8cd03d6990e75f2f3286db9dda977ef6017bee
tree-data-ref.c (analyze_offset): Add a return value (bool) to indicate success/failure of the analysis.

* tree-data-ref.c (analyze_offset): Add a return value (bool) to
indicate success/failure of the analysis. Add negation to subtrahend
in case of subtraction. Fail if both operands contain constants.
(create_data_ref): Fail if analyze_offset fails.

From-SVN: r122817
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/vect/fast-math-vect-pr29925.c [new file with mode: 0644]
gcc/tree-data-ref.c