diff options
author | Joseph Myers <jsm28@cam.ac.uk> | 2000-11-25 19:40:19 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2000-11-25 19:40:19 +0000 |
commit | 163686bd6db39384a0248ea9586a7a0b3f0c2958 (patch) | |
tree | cd820702959a6c89bc62e2b107828349dd9849bf | |
parent | 7ee9826b8948108efe07737f5c44cc34e5d7b5c0 (diff) | |
download | gcc-163686bd6db39384a0248ea9586a7a0b3f0c2958.zip gcc-163686bd6db39384a0248ea9586a7a0b3f0c2958.tar.gz gcc-163686bd6db39384a0248ea9586a7a0b3f0c2958.tar.bz2 |
* invoke.texi: Update sequence points references.
From-SVN: r37744
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/invoke.texi | 6 |
2 files changed, 9 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index aa541b8..daadae1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2000-11-25 Joseph S. Myers <jsm28@cam.ac.uk> + + * invoke.texi: Update sequence points references. + 2000-11-25 Neil Booth <neilb@earthling.net> * c-common.c: Remove USE_CPPLIB conditional inclusions. diff --git a/gcc/invoke.texi b/gcc/invoke.texi index b360ead..a7316ab 100644 --- a/gcc/invoke.texi +++ b/gcc/invoke.texi @@ -1653,9 +1653,13 @@ future implementation may also work for C++ programs. There is some controversy over the precise meaning of the sequence point rules in subtle cases. Alternative formal definitions may be found in Clive Feather's ``Annex S'' -@uref{http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n908.htm} and in +@uref{http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n925.htm} and in Michael Norrish's thesis @uref{http://www.cl.cam.ac.uk/users/mn200/PhD/thesis-report.ps.gz}. +Other discussions are by Raymond Mak +@uref{http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n926.htm} and +D. Hugh Redelmeier +@uref{http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n927.htm}. @item -Wreturn-type Warn whenever a function is defined with a return-type that defaults to |