* ir.texi: New file.

From-SVN: r29508
This commit is contained in:
Mark Mitchell 1999-09-19 15:50:40 +00:00
parent da9da1341c
commit 47d7090eeb
3 changed files with 1805 additions and 1 deletions

View File

@ -1,3 +1,11 @@
1999-09-19 Mark Mitchell <mark@codesourcery.com>
* ir.texi: New file.
1999-09-19 Paul Burchard <burchard@pobox.com>
* semantics.c (expand_stmt): Initialize return value.
1999-09-18 Paul Burchard <burchard@pobox.com>
* gxxint.texi: G++ now implements namespaces.

1796
gcc/cp/ir.texi Normal file

File diff suppressed because it is too large Load Diff

View File

@ -2194,7 +2194,7 @@ tree
expand_stmt (t)
tree t;
{
tree rval;
tree rval = NULL_TREE;
while (t && t != error_mark_node)
{