diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 2005-08-22 16:56:29 -0700 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 2005-08-22 16:56:29 -0700 |
commit | 94b0413aaf0cfe2407662864edb0d7daa88b3c02 (patch) | |
tree | e4460b27b73d13936e2a941683555d4d9b0e5f17 /gcc | |
parent | 96ce2ac9e860d7d96cb381396a4c1f72f418e000 (diff) | |
download | gcc-94b0413aaf0cfe2407662864edb0d7daa88b3c02.zip gcc-94b0413aaf0cfe2407662864edb0d7daa88b3c02.tar.gz gcc-94b0413aaf0cfe2407662864edb0d7daa88b3c02.tar.bz2 |
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.
From-SVN: r103364
Diffstat (limited to 'gcc')
-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 2501f58..25c0610 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. |