This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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]

Re: [Committed] Fix compiler warnings in fortran/io.c


Roger Sayle wrote:
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;

Thanks! I hadn't realized this fallout from the scanner rewrite.

- Tobi


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]