public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/14343] New: internal error while using vector instructions [gcc 3.4.0 20040225 (prerelease)].
@ 2004-02-29 14:38 pluto at ds14 dot agh dot edu dot pl
  2004-02-29 14:43 ` [Bug c/14343] " pluto at ds14 dot agh dot edu dot pl
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: pluto at ds14 dot agh dot edu dot pl @ 2004-02-29 14:38 UTC (permalink / raw)
  To: gcc-bugs

# cat test.cc 
int main() 
{ 
    typedef int v __attribute__ ((mode(V2DI))); 
    v a, b; 
    a = b; 
    return 0; 
} 
 
# gcc -Wall -march=pentium4 vti.cc -s -c -S 
works fine. 
(...) 
        movdqa  b, %xmm0 
        movdqa  %xmm0, a 
(...) 
 
# gcc -Wall -march=pentium3 vti.cc -s -c -S 
vti.cc: In function `int main()': 
vti.cc:7: error: unrecognizable insn: 
(insn 25 3 26 0 (set (reg:V2DI 70 [ b ]) 
        (mem/f:V2DI (symbol_ref:SI ("b") [flags 0x2] <var_decl 0x404fa3cc b>) 
[0 b+0 S16 A128])) -1 (nil) 
    (nil)) 
vti.cc:7: internal compiler error: in extract_insn, at recog.c:2083

-- 
           Summary: internal error while using vector instructions [gcc
                    3.4.0 20040225 (prerelease)].
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pluto at ds14 dot agh dot edu dot pl
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: pentium3-pld-linux
  GCC host triplet: pentium3-pld-linux
GCC target triplet: pentium3-pld-linux


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


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

end of thread, other threads:[~2004-03-06 10:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-02-29 14:38 [Bug c/14343] New: internal error while using vector instructions [gcc 3.4.0 20040225 (prerelease)] pluto at ds14 dot agh dot edu dot pl
2004-02-29 14:43 ` [Bug c/14343] " pluto at ds14 dot agh dot edu dot pl
2004-02-29 16:13 ` [Bug target/14343] [3.4/3.5 Regression] " pinskia at gcc dot gnu dot org
2004-03-02 18:08 ` ebotcazou at gcc dot gnu dot org
2004-03-06 10:13 ` cvs-commit at gcc dot gnu dot org
2004-03-06 10:19 ` cvs-commit at gcc dot gnu dot org
2004-03-06 10:21 ` ebotcazou at gcc dot gnu dot 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).