Re: [Patch, Fortran, committed] bool cleanup in error.c

2014-12-06 Thread Tobias Burnus
Tobias Burnus wrote: Tobias Burnus wrote: This patch does a cleanup in error.c; it changes come "int" values to "bool" – based on Manuel's RFC patch – and it consolidates two buffers flags. Committed as Rev. 218449 as obvious. And some more; committed as Rev. 218450. I forgot to attach the

Re: [Patch, Fortran, committed] bool cleanup in error.c

2014-12-06 Thread Tobias Burnus
Tobias Burnus wrote: This patch does a cleanup in error.c; it changes come "int" values to "bool" – based on Manuel's RFC patch – and it consolidates two buffers flags. Committed as Rev. 218449 as obvious. And some more; committed as Rev. 218450. Tobias

[Patch, Fortran, committed] bool cleanup in error.c

2014-12-06 Thread Tobias Burnus
This patch does a cleanup in error.c; it changes come "int" values to "bool" – based on Manuel's RFC patch – and it consolidates two buffers flags. Committed as Rev. 218449 as obvious. Tobias Index: gcc/fortran/ChangeLog === --- g