diff options
| author | Michael Meissner <michael.meissner@amd.com> | 2007-03-30 22:40:19 +0000 |
|---|---|---|
| committer | Michael Meissner <meissner@gcc.gnu.org> | 2007-03-30 22:40:19 +0000 |
| commit | 4cd97075ff0332bcdf5419fa79804ad8a66de619 (patch) | |
| tree | b6bcfbf5866e4083bd0b22ca145c41d33e31ccca /libcpp/ChangeLog | |
| parent | 47ecd38dbf87d87f64c3db3a9fd2c716e63b6ca7 (diff) | |
| download | gcc-4cd97075ff0332bcdf5419fa79804ad8a66de619.tar.gz gcc-4cd97075ff0332bcdf5419fa79804ad8a66de619.tar.bz2 gcc-4cd97075ff0332bcdf5419fa79804ad8a66de619.zip | |
make alloca call type correct
From-SVN: r123374
Diffstat (limited to 'libcpp/ChangeLog')
| -rw-r--r-- | libcpp/ChangeLog | 5 |
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. |
