2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2025-04-24 19:21:12 +08:00

* class.c (fixed_type_or_null): Always set *nonnull.

From-SVN: r29905
This commit is contained in:
Jason Merrill 1999-10-12 01:15:02 +00:00 committed by Jason Merrill
parent 5f537f6c86
commit 8418192195
2 changed files with 7 additions and 0 deletions

@ -1,3 +1,7 @@
1999-10-11 Jason Merrill <jason@yorick.cygnus.com>
* class.c (fixed_type_or_null): Always set *nonnull.
1999-10-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* cp-tree.h: Use HAVE_GCC_VERSION instead of explicitly testing

@ -4270,6 +4270,9 @@ fixed_type_or_null (instance, nonnull)
tree instance;
int *nonnull;
{
if (nonnull)
*nonnull = 0;
switch (TREE_CODE (instance))
{
case INDIRECT_REF: