Commit 84181921 by Jason Merrill Committed by Jason Merrill

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

From-SVN: r29905
parent 5f537f6c
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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment