diff options
author | bviyer <bviyer@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-04-19 21:25:06 +0000 |
---|---|---|
committer | bviyer <bviyer@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-04-19 21:25:06 +0000 |
commit | 6cdea0680fe1331aff3cc5d5df80d1cf9220d927 (patch) | |
tree | 989d343cc17e9edb269b2586a43fd61dfc8c1cf4 | |
parent | 52108848ca6e017bc3ca0efeef67a450d7e32e56 (diff) | |
download | gcc-6cdea0680fe1331aff3cc5d5df80d1cf9220d927.tar.gz |
Removed a space in the Changelog.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/cilkplus@198104 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/cp/ChangeLog.cilkplus | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/cp/ChangeLog.cilkplus b/gcc/cp/ChangeLog.cilkplus index 6d7d87ee6e8..af2c38a72f3 100644 --- a/gcc/cp/ChangeLog.cilkplus +++ b/gcc/cp/ChangeLog.cilkplus @@ -14,7 +14,6 @@ (fix_builtin_array_notation_fn): Added a check to see if max/min value is available for the type. If so, set it as the starting point for min and max reduction function. - * parser.c (cp_parser_array_notation): Added a new location parameter. 2013-04-14 Balaji V. Iyer <balaji.v.iyer@intel.com> |