public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/63501] New: ICE in GCC powerpc64le top of trunk with -mupper-regs-df
@ 2014-10-09 18:09 saugustine at google dot com
  2014-10-09 18:18 ` [Bug target/63501] " dje at gcc dot gnu.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: saugustine at google dot com @ 2014-10-09 18:09 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63501

            Bug ID: 63501
           Summary: ICE in GCC powerpc64le top of trunk with
                    -mupper-regs-df
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: saugustine at google dot com

The enclosed (greatly reduced) test case fails with an internal
compiler error on gcc-4.9 and top of trunk. Works great with x86.

saugustine@saugustine: ~/creduce $ cat test.ii
fn1() {
  double fvalue;
  switch (0)
  case 0:
case 'f':
  fmtfp(fvalue);
}

saugustine@saugustine: ~/creduce $
~/gcc-tot/install/libexec/gcc/powerpc64le-linux-gnu/5.0.0/cc1
test.ii   -mcpu=power7   -mupper-regs-df   -O2
 fn1
Analyzing compilation unit
Performing interprocedural optimizations
 <*free_lang_data> <visibility> <early_local_cleanups>
<free-inline-summary> <whole-program> <profile_estimate> <devirt> <cp>
<inline> <pure-const> <static-var> <single-use> <comdats>Assembling
functions:
 fn1
test.ii: In function 'fn1':
test.ii:7:1: error: unrecognizable insn:
 }
 ^
(insn 24 23 25 2 (set (mem/c:DF (plus:DI (reg:DI 9 9)
                (const_int 96 [0x60])) [0  S8 A64])
        (reg/v:DF 3 3 [orig:155 fvalue ] [155])) test.ii:6 -1
     (nil))
test.ii:7:1: internal compiler error: in extract_insn, at recog.c:2206


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-02-17 18:01 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-09 18:09 [Bug target/63501] New: ICE in GCC powerpc64le top of trunk with -mupper-regs-df saugustine at google dot com
2014-10-09 18:18 ` [Bug target/63501] " dje at gcc dot gnu.org
2014-10-09 18:20 ` dje at gcc dot gnu.org
2014-10-09 18:21 ` dje at gcc dot gnu.org
2014-10-10 17:03 ` meissner at gcc dot gnu.org
2014-10-10 18:44 ` bergner at gcc dot gnu.org
2015-02-17 18:01 ` bergner at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).