This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Thanks! I hadn't realized this fallout from the scanner rewrite.The following patch silences two compiler warnings on line 34 of gfortran's io.c. The initializer for format_asterisk contains two many elements for a "locus" which is defined as:
typedef struct { char *nextc; gfc_linebuf *lb; } locus;
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |