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/13784] New: powerpc64 long long ICE


(from PR 13778) mainline ICEs with -mcpu=G5 on the following:

long long
sreal_to_int (void)
{
    return (long long) 1 << (8*5);
}


bash-2.05b$ gcc/cc1 -mcpu=G5 /tmp/sreal2.i 
 sreal_to_int

/tmp/sreal2.i: In function `sreal_to_int':
/tmp/sreal2.i:7: error: could not split insn
(insn 10 31 11 (set (reg:SI 0 r0 [orig:118 <result> ] [118])
        (const_int 1099511627776 [0x10000000000])) 309 {*movsi_internal1} (nil)
    (nil))
/tmp/sreal2.i:7: internal compiler error: in final_scan_insn, at final.c:2429
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

-- 
           Summary: powerpc64 long long ICE
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P2
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: dhazeghi at yahoo dot com
                CC: gcc-bugs at gcc dot gnu dot org,lucier at math dot
                    purdue dot edu,pinskia at gcc dot gnu dot org
GCC target triplet: powerpc-apple-darwin7.2.0


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


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