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 middle-end/55114] New: [4.8 Regression] gcc.dg/builtins-53.c ICEs on mips64 soft-float


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

             Bug #: 55114
           Summary: [4.8 Regression] gcc.dg/builtins-53.c ICEs on mips64
                    soft-float
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: pinskia@gcc.gnu.org


/home/apinski/src/gcc-fsf/local/gcc/gcc/testsuite/gcc.dg/builtins-53.c:96:1:
error: unrecognizable insn:
(insn 12 13 14 2 (set (reg:TF 4 $4)
        (parallel:TF [
                (expr_list:REG_DEP_TRUE (reg:DI 199)
                    (const_int 0 [0]))
                (expr_list:REG_DEP_TRUE (reg:DI 200)
                    (const_int 8 [0x8]))
            ]))
/home/apinski/src/gcc-fsf/local/gcc/gcc/testsuite/gcc.dg/builtins-53.c:95 -1
     (nil))

That instruction should be split into two sets.


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