public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: target/9680: [powerpc64] ICE for unrecog insn with vector_size attr
@ 2003-02-19 16:17 dje
  0 siblings, 0 replies; 2+ messages in thread
From: dje @ 2003-02-19 16:17 UTC (permalink / raw)
  To: dje, gcc-bugs, gcc-prs, janis187, nobody

Synopsis: [powerpc64] ICE for unrecog insn with vector_size attr

Responsible-Changed-From-To: unassigned->dje
Responsible-Changed-By: dje
Responsible-Changed-When: Wed Feb 19 16:17:12 2003
Responsible-Changed-Why:
    ppc64
State-Changed-From-To: open->analyzed
State-Changed-By: dje
State-Changed-When: Wed Feb 19 16:17:12 2003
State-Changed-Why:
    confirmed

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=9680


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

* target/9680: powerpc64 ICE for unrecog insn with vector_size attr
@ 2003-02-12 23:36 janis187
  0 siblings, 0 replies; 2+ messages in thread
From: janis187 @ 2003-02-12 23:36 UTC (permalink / raw)
  To: gcc-gnats


>Number:         9680
>Category:       target
>Synopsis:       powerpc64 ICE for unrecog insn with vector_size attr
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          ice-on-legal-code
>Submitter-Id:   net
>Arrival-Date:   Wed Feb 12 23:36:00 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator:     Janis Johnson
>Release:        3.3 20030210 (prerelease)
>Organization:
>Environment:
powerpc64-linux; SUSE SLES8
>Description:
gcc.c-torture/compile/simd-5.c fails with an ICE for an
unrecognized instruction with mainline, 3.3-branch, and
3-2.branch for powerpc64-linux, either a cross compiler or
a native 64-bit compiler.  Compiler output:

simd-5.c: In function `main':
simd-5.c:12: error: unrecognizable insn:
(insn 68 67 33 0 (nil) (set (subreg:DI (reg:V2SI 9 r9) 0)
        (subreg:DI (mem:V2SI (plus:DI (reg/f:DI 31 r31)
                    (const_int 136 [0x88])) [0 S8 A8]) 0)) -1 (nil)
    (nil))
simd-5.c:12: internal compiler error: in extract_insn, at recog.c:2175
Please submit a full bug report,

Full text of the test case:

#define vector64 __attribute__((vector_size(8)))

main(){

vector64 int  c;
vector64 int a = {1, -1};
vector64 int b = {2, -2};
c = -a + b*b*(-1LL);
/* c is now {5, 3} */

 printf("result is %llx\n", (long long)c);
} 
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


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

end of thread, other threads:[~2003-02-19 16:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-02-19 16:17 target/9680: [powerpc64] ICE for unrecog insn with vector_size attr dje
  -- strict thread matches above, loose matches on Subject: below --
2003-02-12 23:36 target/9680: powerpc64 " janis187

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).