diff options
author | Riyadh Baghdadi <baghdadi.mr@gmail.com> | 2010-09-30 21:17:54 +0000 |
---|---|---|
committer | Sebastian Pop <spop@gcc.gnu.org> | 2010-09-30 21:17:54 +0000 |
commit | 91989b60812c37e8a40306f677b6c416610f55ff (patch) | |
tree | 5e7107e4566d26ac4a8c037fbd9f0fdbd8891b5f | |
parent | d3feeef9f50f478743ef43f750456b2f48d2a013 (diff) | |
download | gcc-91989b60812c37e8a40306f677b6c416610f55ff.zip gcc-91989b60812c37e8a40306f677b6c416610f55ff.tar.gz gcc-91989b60812c37e8a40306f677b6c416610f55ff.tar.bz2 |
Integrate openscop tests in graphite testsuite.
2010-08-17 Riyadh Baghdadi <baghdadi.mr@gmail.com>
Sebastian Pop <sebastian.pop@amd.com>
* gcc.dg/graphite/graphite.exp: Add test rules for openscop read/write.
Call remove-build-file to clean up the generated *.graphite files.
From-SVN: r164784
-rw-r--r-- | gcc/ChangeLog.graphite | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/gcc/ChangeLog.graphite b/gcc/ChangeLog.graphite index 9bfa2a5..3d86952 100644 --- a/gcc/ChangeLog.graphite +++ b/gcc/ChangeLog.graphite @@ -1,4 +1,10 @@ -2010-08-14 Riyadh Baghdadi <baghdadi.mr@gmail.com> +2010-08-17 Riyadh Baghdadi <baghdadi.mr@gmail.com> + Sebastian Pop <sebastian.pop@amd.com> + + * gcc.dg/graphite/graphite.exp: Add test rules for openscop read/write. + Call remove-build-file to clean up the generated *.graphite files. + +2010-08-17 Riyadh Baghdadi <baghdadi.mr@gmail.com> * doc/invoke.texi (debugging options): Update documentation. (-floop-interchange): Same. @@ -7,7 +13,7 @@ (-fgraphite-read): Add documentation. (-fgraphite-write): Same. -2010-08-14 Riyadh Baghdadi <baghdadi.mr@gmail.com> +2010-08-17 Riyadh Baghdadi <baghdadi.mr@gmail.com> * toplev.c (process_options): Disable graphite loop optimization options when -fgraphite-read flag is used. |