public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/27566]  New: [4.1/4.2 Regression] ICEs in final_scan_insn and reload_cse_simplify_operands for vectors with SPE
@ 2006-05-11 21:35 jsm28 at gcc dot gnu dot org
  2006-05-12  4:21 ` [Bug target/27566] " pinskia at gcc dot gnu dot org
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2006-05-11 21:35 UTC (permalink / raw)
  To: gcc-bugs

Some GCC tests such as gcc.c-torture/execute/simd-5.c fail on
powerpc-none-eabispe with an ICE in final_scan_insn (not optimizing) or
reload_cse_simplify_operands (optimizing).  This happens with trunk and 4.1
branch but not with 4.0 branch.  Reduced testcase:

typedef short Q __attribute__((vector_size(8)));

Q a, b, c;

void
f (void)
{
  c = a * b;
}

Non-optimizing:
t.c: In function 'f':
t.c:9: error: insn does not satisfy its constraints:
(insn 45 74 75 (set (reg:V4HI 0 0 [158])
        (mem/u/c/i:V4HI (lo_sum:SI (reg:SI 10 10)
                (symbol_ref/u:SI ("*.LC0") [flags 0x2])) [0 S8 A64])) 1059
{*movv4hi_internal} (nil)
    (nil))
t.c:9: internal compiler error: in final_scan_insn, at final.c:2379
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

With -O:
t.c: In function 'f':
t.c:9: error: insn does not satisfy its constraints:
(insn 18 68 66 2 (set (reg:V4HI 0 0 [127])
        (mem/u/c/i:V4HI (lo_sum:SI (reg:SI 6 6)
                (symbol_ref/u:SI ("*.LC0") [flags 0x82])) [0 S8 A64])) 1059
{*movv4hi_internal} (nil)
    (nil))
t.c:9: internal compiler error: in reload_cse_simplify_operands, at
postreload.c:393
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.


-- 
           Summary: [4.1/4.2 Regression] ICEs in final_scan_insn and
                    reload_cse_simplify_operands for vectors with SPE
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jsm28 at gcc dot gnu dot org
GCC target triplet: powerpc*-*-*spe


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


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

end of thread, other threads:[~2006-08-03 18:37 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-05-11 21:35 [Bug target/27566] New: [4.1/4.2 Regression] ICEs in final_scan_insn and reload_cse_simplify_operands for vectors with SPE jsm28 at gcc dot gnu dot org
2006-05-12  4:21 ` [Bug target/27566] " pinskia at gcc dot gnu dot org
2006-05-14 22:38 ` mmitchel at gcc dot gnu dot org
2006-05-25  2:42 ` mmitchel at gcc dot gnu dot org
2006-06-30  6:07 ` pinskia at gcc dot gnu dot org
2006-07-08  4:56 ` pinskia at gcc dot gnu dot org
2006-07-14 19:21 ` dje at gcc dot gnu dot org
2006-08-03  1:19 ` dje at gcc dot gnu dot org
2006-08-03 13:48 ` dje at gcc dot gnu dot org
2006-08-03 18:36 ` dje at gcc dot gnu dot org
2006-08-03 18:37 ` dje 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).