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

From-SVN: r130262
This commit is contained in:
Francois-Xavier Coudert 2007-11-17 22:23:32 +00:00 committed by François-Xavier Coudert
parent 40373aa6b0
commit e5008df7b9
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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

View File

@ -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;