This is the mail archive of the gcc-regression@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: GCC build of HEAD failed for native with your patch on2004-09-07T00:05:16Z.


On Mon, 2004-09-06 at 18:19, GCC regression checker wrote:
> With your recent patch, GCC HEAD does not compile on:
>  native
> Attached is build output for those targets.

> 
> ______________________________________________________________________
In postreload.i.04.cse we have
(insn 1364 1363 1366 151 (set (reg:SI 174 [ T.882 ])
        (neg:SI (reg/f:SI 732))) 75 {negsi2} (nil)
    (expr_list:REG_EQUAL (const:SI (minus:SI (const_int -360
[0xfffffffffffffe98])
                (symbol_ref:SI ("recog_data") [flags 0xc0] <var_decl
0xc24c1c recog_data>)))
        (nil)))

This is a rather odd construct, as the negative of an address, isn't
really useful for much.  Makes one wonder if maybe something has already
gone wrong earlier.

This odd construct confuses rs6000_machopic_legitimize_pic_address which
only handles (const (plus ...)).
-- 
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com



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