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:
parent
5f537f6c86
commit
8418192195
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user