aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJan van Male <jan.vanmale@fenk.wau.nl>2001-06-02 00:25:44 +0200
committerGerald Pfeifer <gerald@gcc.gnu.org>2001-06-01 22:25:44 +0000
commitc5122d75a4fa8bfe1385e2b35d2ba034db362507 (patch)
tree7f3cb3ea2e1aa7a25f5607ea793309d1e569405e /gcc
parent76b5c5e0d338a6556c820ef3884085fcd1fef7e0 (diff)
downloadgcc-c5122d75a4fa8bfe1385e2b35d2ba034db362507.zip
gcc-c5122d75a4fa8bfe1385e2b35d2ba034db362507.tar.gz
gcc-c5122d75a4fa8bfe1385e2b35d2ba034db362507.tar.bz2
invoke.texi: Remove references to papers about sequence points to readings.html...
* invoke.texi: Remove references to papers about sequence points to readings.html, refer to that page From-SVN: r42787
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/doc/invoke.texi12
2 files changed, 8 insertions, 9 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 21a89b6..e11c903 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 2fab624..8d8276c 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -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