aboutsummaryrefslogtreecommitdiff
path: root/libcpp/ChangeLog
diff options
context:
space:
mode:
authorMichael Meissner <michael.meissner@amd.com>2007-03-30 22:40:19 +0000
committerMichael Meissner <michael.meissner@amd.com>2007-03-30 22:40:19 +0000
commit428ff38bbc739004f5cb426d8beebdae2b7bc88c (patch)
treeb6bcfbf5866e4083bd0b22ca145c41d33e31ccca /libcpp/ChangeLog
parent2e9a7df177747d2ffb75a45f22908c41e4bee0f6 (diff)
make alloca call type correct
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@123374 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libcpp/ChangeLog')
-rw-r--r--libcpp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog
index a8be346bc56..a56357f392e 100644
--- a/libcpp/ChangeLog
+++ b/libcpp/ChangeLog
@@ -1,3 +1,8 @@
+2007-03-30 Michael Meissner <michael.meissner@amd.com>
+
+ * directives.c (lex_macro_node_from_str): Fix alloca call to be
+ type correct.
+
2007-03-30 Richard Henderson <rth@redhat.com>
* directives.c (lex_macro_node_from_str): New.