Bootstrap broken for more than 10 days on cygwin and mingw

Dave Korn dave.korn.cygwin@googlemail.com
Wed May 13 19:35:00 GMT 2009


Dave Korn wrote:
> Michael Meissner wrote:
>> On Wed, May 13, 2009 at 05:48:22PM +0200, FX wrote:
> 
>>> Pathc is at: http://gcc.gnu.org/ml/gcc-patches/2009-05/msg00125.html
>>> Confirmed to bootstrap here: 
>>> http://gcc.gnu.org/ml/gcc-patches/2009-05/msg00308.html
>> I would tend to prefer that you changed the enum casts of 0, to the proper
>> enum:
>>
>> 	(enum format_lengths) 0		=> FMT_LEN_none
>> 	(enum format_std_version) 0	=> STD_C89
>>
>> If you make those changes, and it passes bootstrap, then consider the patch
>> approved.

  Revised patch now under testing attached.  If it passes, will apply with:-

gcc/ChangeLog:

	* config/i386/msformat-c.c (ms_printf_length_specs):  Use enumeration
	values even in sentinel and empty entries.
	(ms_printf_flag_specs):  Likewise.
	(ms_scanf_flag_specs):  Likewise.
	(ms_strftime_flag_specs):  Likewise.
	(ms_print_char_table):  Likewise.
	(ms_scan_char_table):  Likewise.
	(ms_time_char_table):  Likewise.

    cheers,
      DaveK
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ms-format-fix.diff
Type: text/x-c
Size: 3935 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20090513/e632bf1c/attachment.bin>


More information about the Gcc-patches mailing list