c-decl.c (grokdeclarator): Prevent crash in case of overflow in array size.
authorAlexandre Oliva <aoliva@redhat.com>
Fri, 29 Dec 2000 08:03:56 +0000 (08:03 +0000)
committerAlexandre Oliva <aoliva@gcc.gnu.org>
Fri, 29 Dec 2000 08:03:56 +0000 (08:03 +0000)
commit68940175460a147340617aa400213b32fda99fc4
tree5b5e361f6a06b4c347e6c6f865287c196fa1c6f0
parent7e7d95175604e98bd3d23134f6d708d87a66b5ed
c-decl.c (grokdeclarator): Prevent crash in case of overflow in array size.

* c-decl.c (grokdeclarator): Prevent crash in case of overflow in
array size.

From-SVN: r38526
gcc/ChangeLog
gcc/c-decl.c