diff options
-rw-r--r-- | gcc/cp/typeck.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/typeck.c b/gcc/cp/typeck.c index 6e1b667..040cde7 100644 --- a/gcc/cp/typeck.c +++ b/gcc/cp/typeck.c @@ -1684,7 +1684,7 @@ c_alignof (type) /* Perform the array-to-pointer and function-to-pointer conversions for EXP. - In addition, references are converted to rvalues and manifest + In addition, references are converted to lvalues and manifest constants are replaced by their values. */ tree |