diff options
author | Manuel López-Ibáñez <manu@gcc.gnu.org> | 2012-04-11 20:15:35 +0000 |
---|---|---|
committer | Manuel López-Ibáñez <manu@gcc.gnu.org> | 2012-04-11 20:15:35 +0000 |
commit | 559d990c3ccdecf28ec35d30ce15e71f52e12068 (patch) | |
tree | fb7074b834831fa4a7de49094d0c0b689fe0da01 /libgomp/ChangeLog | |
parent | 98bf0377734efb58f705c9646ef028b5a19acaf3 (diff) | |
download | gcc-559d990c3ccdecf28ec35d30ce15e71f52e12068.zip gcc-559d990c3ccdecf28ec35d30ce15e71f52e12068.tar.gz gcc-559d990c3ccdecf28ec35d30ce15e71f52e12068.tar.bz2 |
prune.exp (TEST_ALWAYS_FLAGS): If undefined, set to empty.
2012-04-11 Manuel López-Ibáñez <manu@gcc.gnu.org>
testsuite/
* lib/prune.exp (TEST_ALWAYS_FLAGS): If undefined, set to empty.
libgomp/
* testsuite/lib/libgomp.exp: Add -fno-diagnostics-show-caret.
From-SVN: r186353
Diffstat (limited to 'libgomp/ChangeLog')
-rw-r--r-- | libgomp/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 6632142..bc6d5c4 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,7 @@ +2012-04-11 Manuel López-Ibáñez <manu@gcc.gnu.org> + + * testsuite/lib/libgomp.exp: Add -fno-diagnostics-show-caret. + 2012-03-31 H.J. Lu <hongjiu.lu@intel.com> PR bootstrap/52812 |