]> gcc.gnu.org Git - gcc.git/commitdiff
Comment change.
authorRichard Stallman <rms@gnu.org>
Wed, 6 Oct 1993 21:07:12 +0000 (21:07 +0000)
committerRichard Stallman <rms@gnu.org>
Wed, 6 Oct 1993 21:07:12 +0000 (21:07 +0000)
From-SVN: r5644

gcc/tree.c

index 1231cc3ded32fcc970961d7e7ba606bc732490db..8b299cf25fe2c5eded980cfc432a22c53c7c5a95 100644 (file)
@@ -2180,7 +2180,8 @@ substitute_in_type (t, f, r)
 \f
 /* Stabilize a reference so that we can use it any number of times
    without causing its operands to be evaluated more than once.
-   Returns the stabilized reference.
+   Returns the stabilized reference.  This works by means of save_expr,
+   so see the caveats in the comments about save_expr.
 
    Also allows conversion expressions whose operands are references.
    Any other kind of expression is returned unchanged.  */
This page took 0.065352 seconds and 5 git commands to generate.