aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Schlüter <tobi@gcc.gnu.org>2004-12-14 18:19:37 +0100
committerTobias Schlüter <tobi@gcc.gnu.org>2004-12-14 18:19:37 +0100
commite9de7779fb89291429e2f095fd32c4847054ccda (patch)
tree7b66162b89256ea371a83565281898bc4504710c
parent0865674700a1a95a3af07f6e2d197589033d5803 (diff)
downloadgcc-e9de7779fb89291429e2f095fd32c4847054ccda.zip
gcc-e9de7779fb89291429e2f095fd32c4847054ccda.tar.gz
gcc-e9de7779fb89291429e2f095fd32c4847054ccda.tar.bz2
tree.def, [...]: Correctly document restrictions on the shift width.
2004-12-14 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de> * tree.def, doc/c-tree.texi: Correctly document restrictions on the shift width. From-SVN: r92144
-rw-r--r--gcc/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 2abdba3..07b5260 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2004-12-14 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
+
+ * tree.def, doc/c-tree.texi: Correctly document restrictions on the
+ shift width.
+
2004-12-14 Kazu Hirata <kazu@cs.umass.edu>
* expr.h (expand_modifier): Define EXPAND_STACK_PARM as 1.