aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
authormmitchel <>2005-10-03 16:21:40 +0000
committermmitchel <>2005-10-03 16:21:40 +0000
commit211b8737b4ef95417abe443fbb9c0e349cccd72f (patch)
treefea276bce4881692ca7bc5a18c1dab22b21c6519 /gcc/cp/ChangeLog
parente45e9177ae13ef6cfac46bbcd5646f01ece5c269 (diff)
PR c++/17775
* repo.c: Include flags.h. (finish_repo): Add -frandom-seed to the arguments. PR c++/17775 * g++.dg/template/repo4.C: New test.
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r--gcc/cp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 0680b678cb2..6ccc3f97125 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,9 @@
+2005-10-03 Mark Mitchell <mark@codesourcery.com>
+
+ PR c++/17775
+ * repo.c: Include flags.h.
+ (finish_repo): Add -frandom-seed to the arguments.
+
2005-10-02 Mark Mitchell <mark@codesourcery.com>
PR c++/22621