public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/27151]  New: [4.1/4.2 Regression] Unrecognizable insn on amd64 with -ftree-vectorize
@ 2006-04-13 23:03 halcy0n at gentoo dot org
  2006-04-14  0:28 ` [Bug target/27151] " pinskia at gcc dot gnu dot org
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: halcy0n at gentoo dot org @ 2006-04-13 23:03 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 963 bytes --]

The following testcase fails on 4.1.0 and 4.2.0 when compiled with:

gcc -O2 -march=athlon64 -ftree-vectorize -c test.c
test.c: In function ‘vis_clear_data’:
test.c:9: error: unrecognizable insn:
(insn 28 27 29 5 (set (reg:V4SF 73)
        (vec_duplicate:V4SF (reg/v:SI 71 [ vis_type ]))) -1 (nil)
    (nil))
test.c:9: internal compiler error: in extract_insn, at recog.c:2037


float vs_data[75];
void vis_clear_data ()
{
  int vis_type, i;
  for (i = 0; i < 75; i++)
    {
      vs_data[i] = (vis_type == 1);
    }
}


-- 
           Summary: [4.1/4.2 Regression] Unrecognizable insn on amd64 with -
                    ftree-vectorize
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: halcy0n at gentoo dot org


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


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

end of thread, other threads:[~2006-05-06 17:42 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-04-13 23:03 [Bug tree-optimization/27151] New: [4.1/4.2 Regression] Unrecognizable insn on amd64 with -ftree-vectorize halcy0n at gentoo dot org
2006-04-14  0:28 ` [Bug target/27151] " pinskia at gcc dot gnu dot org
2006-04-14  0:51 ` pinskia at gcc dot gnu dot org
2006-04-14  0:56 ` [Bug middle-end/27151] " pinskia at gcc dot gnu dot org
2006-04-14  1:01 ` [Bug tree-optimization/27151] " pinskia at gcc dot gnu dot org
2006-04-15 16:45 ` pinskia at gcc dot gnu dot org
2006-04-16 19:49 ` [Bug tree-optimization/27151] [4.1/4.2 Regression] ICE with -ftree-vectorize with mixed types mmitchel at gcc dot gnu dot org
2006-04-27 10:16 ` rguenth at gcc dot gnu dot org
2006-04-27 12:50 ` patchapp at dberlin dot org
2006-05-06 17:38 ` rguenth at gcc dot gnu dot org
2006-05-06 17:42 ` rguenth at gcc dot gnu dot org
2006-05-06 17:42 ` rguenth 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).