This is the mail archive of the gcc-bugs@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]

RE: cygwin bootstrap failure II (or init_one_libfunc vs encode_section_info)


The failure here is http://gcc.gnu.org/ml/gcc-patches/2001-09/msg00862.html

2001-09-21  Richard Henderson  <rth@redhat.com>

        * optabs.c (init_one_libfunc): Gen a FUNCTION_DECL for use by
        ENCODE_SECTION_INFO; get SYMBOL_REF from make_decl_rtl.

Reverting this gets me to the next bootstrap failure.

> -----Original Message-----
> From:	Billinghurst, David (CRTS) 
> Sent:	Sunday, 23 September 2001 14:02
> To:	'gcc-bugs@gcc.gnu.org'
> Subject:	cygwin bootstrap failure II
> 
> Platform:  i686-pc-cygwin (NT4/SP4)
> Version: cvs 3.1 updated Sun Sep 23 00:51:49  2001 UTC 
> 
> bootstrap fails on the first attempt to use the cc1.exe built in stage1.
> 
> echo "int xxy_us_dummy;" >tmp-dum.c
> ../xgcc -B./ -B/usr/local/i686-pc-cygwin/bin/ -isystem
> /usr/local/i686-pc-cygwin/include -S tmp-dum.c
> cc1.exe: Tree check: expected class 't', have 'x' (error_mark) in
> i386_pe_encode_section_info, at config/i386/winnt.c:386
> 
> This is a recent problem, as cvs from Fri Sep 21 01:28:15  2001 UTC fails
> later in the bootstrap.
> 


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