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]
Other format: [Raw text]

[Bug target/33332] New: [4.3 Regression] unrecognizable insn on hppa


[ Forwarded from http://bugs.debian.org/440378 ]

Frank Lichtenheld reported the following bug in gcc from trunk while compiling
the Linux kernel:

tbm@meitner:~$ /usr/lib/gcc-snapshot/bin/gcc -c -O mxb.i
drivers/media/video/mxb.c: In function 'mxb_ioctl':
drivers/media/video/mxb.c:925: error: unrecognizable insn:
(insn 148 147 149 30 drivers/media/video/mxb.c:545 (parallel [
            (set (mem/s:QI (reg:SI 215) [0 S1 A32])
                (const_int 0 [0x0]))
            (clobber (reg:SI 216))
            (clobber (reg:SI 217))
            (use (const_int 24 [0x18]))
            (use (const_int 4 [0x4]))
        ]) -1 (nil))
drivers/media/video/mxb.c:925: internal compiler error: in extract_insn, at
recog.c:1990
Please submit a full bug report,
with preprocessed source if appropriate.

This happens at least with GCC from trunk from 20070829 and 20070902.


-- 
           Summary: [4.3 Regression] unrecognizable insn on hppa
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: tbm at cyrius dot com
GCC target triplet: hppa-linux-gnu


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33332


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