diff options
| author | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-08-22 23:56:29 +0000 |
|---|---|---|
| committer | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-08-22 23:56:29 +0000 |
| commit | eccba4dfb33675d88bfbaae6d0878fbfdc25b298 (patch) | |
| tree | e4460b27b73d13936e2a941683555d4d9b0e5f17 | |
| parent | 5f6a70ddfe643811cda1641c15afe675c1c881fb (diff) | |
| download | ppe42-gcc-eccba4dfb33675d88bfbaae6d0878fbfdc25b298.tar.gz ppe42-gcc-eccba4dfb33675d88bfbaae6d0878fbfdc25b298.zip | |
Correct PR number in last patch checked in.
PR tree-optimization/23426
* decl.c (grokdeclarator): Use TYPE_SIZE_UNIT not TYPE_SIZE for
array size check.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103364 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/cp/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 2501f5825c4..25c0610c5d0 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,6 +1,6 @@ 2005-08-22 James E Wilson <wilson@specifix.com> - PR tree-optimization/21105 + PR tree-optimization/23426 * decl.c (grokdeclarator): Use TYPE_SIZE_UNIT not TYPE_SIZE for array size check. |

