Correct PR number in last patch checked in.
authorJim Wilson <wilson@gcc.gnu.org>
Mon, 22 Aug 2005 23:56:29 +0000 (16:56 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Mon, 22 Aug 2005 23:56:29 +0000 (16:56 -0700)
PR tree-optimization/23426
* decl.c (grokdeclarator): Use TYPE_SIZE_UNIT not TYPE_SIZE for
array size check.

From-SVN: r103364

gcc/cp/ChangeLog

index 2501f5825c4efc21b19bf0accb3ebac966d8c4aa..25c0610c5d0627e14741d3479fcd48c465f30b03 100644 (file)
@@ -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.