error.c (dump_type_suffix): Avoid use of cp_build_binary_op when calculating the...
authorRoger Sayle <roger@eyesopen.com>
Wed, 31 Jan 2007 02:15:45 +0000 (02:15 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Wed, 31 Jan 2007 02:15:45 +0000 (02:15 +0000)
commit5e203bf88350d60801814a1993db77e2dc7c98e2
tree704bec3269c5aecdf4f58a146dcaa2e30e30c502
parent5c3f8c97a70f90fec62050b353aa949443914af3
error.c (dump_type_suffix): Avoid use of cp_build_binary_op when calculating the size of an array (to avoid...

* error.c (dump_type_suffix): Avoid use of cp_build_binary_op when
calculating the size of an array (to avoid recursive errors).

From-SVN: r121371
gcc/cp/ChangeLog
gcc/cp/error.c