* gdb.texinfo (C Operators): Remove incorrect parenthetical comment

about &&var, which is rejected by the expression parser.
This commit is contained in:
Joel Brobecker 2008-01-12 08:36:10 +00:00
parent ad7d4e6455
commit b17828ca41
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2008-01-12 Paul Hilfinger <hilfinger@adacore.com>
* gdb.texinfo (C Operators): Remove incorrect parenthetical comment
about &&var, which is rejected by the expression parser.
2008-01-09 Luis Machado <luisgpm@br.ibm.com>
* gdb.texinfo (Output): Update documentation on using printf with DFP

View File

@ -9248,7 +9248,7 @@ Address operator. Defined on variables. Same precedence as @code{++}.
For debugging C@t{++}, @value{GDBN} implements a use of @samp{&} beyond what is
allowed in the C@t{++} language itself: you can use @samp{&(&@var{ref})}
(or, if you prefer, simply @samp{&&@var{ref}}) to examine the address
to examine the address
where a C@t{++} reference variable (declared with @samp{&@var{ref}}) is
stored.