Commit e5008df7 by Francois-Xavier Coudert Committed by François-Xavier Coudert

* trans-types.c (gfc_init_types): Use wider buffer.

From-SVN: r130262
parent 40373aa6
2007-11-17 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
* trans-types.c (gfc_init_types): Use wider buffer.
2007-11-17 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
* trans-types.c (gfc_init_types): Use Fortran-90-style type
names, with kinds.
......
......@@ -672,7 +672,7 @@ c_size_t_size (void)
void
gfc_init_types (void)
{
char name_buf[16];
char name_buf[18];
int index;
tree type;
unsigned n;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment