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

Many GCC tests such as gcc.c-torture/compile/simd-3.c fail on
powerpc-none-eabispe with an ICE in assign_stack_temp_for_type.  This happens
with trunk and 4.1 branch but not with 4.0 branch.  Reduced testcase:

typedef double V __attribute__((vector_size (16)));

void f(void)
{
  volatile V t = { 0.0, 0.0 };
}

t.c: In function 'f':
t.c:5: internal compiler error: in assign_stack_temp_for_type, at
function.c:716
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] ICE in assign_stack_temp_for_type
                    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=27565


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

end of thread, other threads:[~2006-08-19  3:04 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-05-11 21:23 [Bug target/27565] New: [4.1/4.2 Regression] ICE in assign_stack_temp_for_type for vectors with SPE jsm28 at gcc dot gnu dot org
2006-05-12  4:20 ` [Bug target/27565] " pinskia at gcc dot gnu dot org
2006-05-14 22:38 ` mmitchel at gcc dot gnu dot org
2006-05-25  2:43 ` mmitchel at gcc dot gnu dot org
2006-06-30  6:05 ` pinskia at gcc dot gnu dot org
2006-07-08  4:52 ` [Bug target/27565] [4.1 " pinskia at gcc dot gnu dot org
2006-08-17 22:34 ` [Bug target/27565] [4.1/4.2 " jsm28 at gcc dot gnu dot org
2006-08-18 19:15 ` jsm28 at gcc dot gnu dot org
2006-08-18 19:16 ` jsm28 at gcc dot gnu dot org
2006-08-19  3:04 ` pinskia 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).