invoke.texi: Remove references to papers about sequence points to readings.html...
authorJan van Male <jan.vanmale@fenk.wau.nl>
Fri, 1 Jun 2001 22:25:44 +0000 (00:25 +0200)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Fri, 1 Jun 2001 22:25:44 +0000 (22:25 +0000)
* invoke.texi: Remove references to papers about sequence points to
readings.html, refer to that page

From-SVN: r42787

gcc/ChangeLog
gcc/doc/invoke.texi

index 21a89b602cd6bcf2ddacf0bccf0b60a8a8f8773e..e11c903e3b261d73460ea22bf12bcde06f03b936 100644 (file)
@@ -1,3 +1,8 @@
+2001-06-01  Jan van Male  <jan.vanmale@fenk.wau.nl>
+
+       * doc/invoke.texi: Remove references to papers about sequence points
+       to readings.html, refer to that page.
+
 2001-06-01  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
 
        * README: Update references to installation instructions.
index 2fab624fa942bb3f3a0eb72543213cfb0f7c1305..8d8276cbec446b927fa737bfe6a83eca12d67ef3 100644 (file)
@@ -1879,15 +1879,9 @@ The present implementation of this option only works for C programs.  A
 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''
-@w{@uref{http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n925.htm}} and in
-Michael Norrish's thesis
-@w{@uref{http://www.cl.cam.ac.uk/users/mn200/PhD/thesis-report.ps.gz}}.
-Other discussions are by Raymond Mak
-@w{@uref{http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n926.htm}} and
-D. Hugh Redelmeier
-@w{@uref{http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n927.htm}}.
+rules in subtle cases.  Links to papers with alternative formal definitions
+and other related discussions may be found on our readings page
+@w{@uref{http://gcc.gnu.org/readings.html}}.
 
 @item -Wreturn-type
 Warn whenever a function is defined with a return-type that defaults to