aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2007-05-07 17:41:35 +0000
committerNathan Froyd <froydnj@gcc.gnu.org>2007-05-07 17:41:35 +0000
commitb187f5cd2f5fde150807a7cb1a4ca1f643c5078a (patch)
tree3f044510a027e38840560b295eb6e6826efff490 /gcc/ChangeLog
parentce2e63495d2873df275a1e38015d0b838e50a75b (diff)
downloadgcc-b187f5cd2f5fde150807a7cb1a4ca1f643c5078a.zip
gcc-b187f5cd2f5fde150807a7cb1a4ca1f643c5078a.tar.gz
gcc-b187f5cd2f5fde150807a7cb1a4ca1f643c5078a.tar.bz2
re PR c/22133 (In MinGW trailing slash forward not allowed in include path)
PR 22133 * c-incpath.c (add_path): Strip trailing path separators. From-SVN: r124504
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index ee9e51a..df4aa2f 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+2007-05-07 Danny Smith <dannysmith@users.sourceforge.net>
+ Nathan Froyd <froydnj@codesourcery.com
+
+ PR 22133
+ * c-incpath.c (add_path): Strip trailing path separators.
+
2007-05-07 Eric Botcazou <ebotcazou@adacore.com>
* tree-ssa-dom.c (tree_ssa_dominator_optimize): Reset cfg_altered.