mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 00:31:30 +08:00
* trans-types.c (gfc_init_types): Use wider buffer.
From-SVN: r130262
This commit is contained in:
parent
40373aa6b0
commit
e5008df7b9
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user