mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-22 10:39:36 +08:00
* ir.texi: New file.
From-SVN: r29508
This commit is contained in:
parent
da9da1341c
commit
47d7090eeb
@ -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
1796
gcc/cp/ir.texi
Normal file
File diff suppressed because it is too large
Load Diff
@ -2194,7 +2194,7 @@ tree
|
||||
expand_stmt (t)
|
||||
tree t;
|
||||
{
|
||||
tree rval;
|
||||
tree rval = NULL_TREE;
|
||||
|
||||
while (t && t != error_mark_node)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user