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]

x-cygwin build error today



Just got this in today's build.  This is an x86-linux host
cross-building a native x86-cygwin, fully bootstrapped:

i686-pc-cygwin-gcc -c -DHAVE_CONFIG_H -O2
  -I. -I/uberbuild/src/libiberty/../include -W -Wall -Wtraditional
  -pedantic /uberbuild/src/libiberty/sort.c
/uberbuild/src/libiberty/sort.c: In function `sort_pointers':
/uberbuild/src/libiberty/sort.c:134: Unrecognizable insn:
(insn 116 113 123 (parallel[ 
            (set (reg:SI 82)
                (const_int 0 [0x0]))
            (set (reg/f:SI 79)
                (plus:SI (ashift:SI (reg:SI 81)
                        (const_int 2 [0x2]))
                    (reg/f:SI 118)))
            (set (mem:BLK (reg/f:SI 118) [0 A8])
                (const_int 0 [0x0]))
            (use (reg:SI 19 dirflag))
            (use (reg:SI 81))
            (use (reg:SI 19 dirflag))
        ] ) -1 (insn_list 113 (nil))
    (expr_list:REG_DEAD (reg:SI 81)
        (expr_list:REG_UNUSED (reg:SI 82)
            (expr_list:REG_UNUSED (reg/f:SI 79)
                (nil)))))
/uberbuild/src/libiberty/sort.c:134: Internal compiler error in
  extract_insn, at recog.c:2128


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