PR translation/80280

Nick Clifton nickc@redhat.com
Tue May 9 15:11:00 GMT 2017


Hi Martin,

  I am currently unable to build gcc for the x86_64-pc-cygwin target
  because gcc/config/i386/msformat-c.c uses the format_flag_spec struct
  but it has not been updated with the new field. :-(  For example:

    gcc/config/i386/msformat-c.c
    gcc/config/i386/msformat-c.c:52:1: error: cannot convert 'format_std_version' to 'const char*' in initialization
    gcc/config/i386/msformat-c.c:52:1: warning: missing initializer for member 'format_flag_spec::std'
    gcc/current/gcc/config/i386/msformat-c.c:52:1: error: cannot convert 'format_std_version' to 'const char*' in initial

  Do you have time to fix this ?  If not, please could you tell me which
  of the fields in the struct is new, and how it ought to be
  initialised.

Cheers
  Nick
  



More information about the Gcc-patches mailing list