OSDN Git Service

Correct PR number in last patch checked in.
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 22 Aug 2005 23:56:29 +0000 (23:56 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 22 Aug 2005 23:56:29 +0000 (23:56 +0000)
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

gcc/cp/ChangeLog

index 2501f58..25c0610 100644 (file)
@@ -1,6 +1,6 @@
 2005-08-22  James E Wilson  <wilson@specifix.com>
 
 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.
 
        * decl.c (grokdeclarator): Use TYPE_SIZE_UNIT not TYPE_SIZE for
        array size check.