This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/14924] Compiler ICE on valid code
- From: "dhazeghi at yahoo dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 12 May 2004 23:19:57 -0000
- Subject: [Bug target/14924] Compiler ICE on valid code
- References: <20040412155642.14924.edmar@motorola.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From dhazeghi at yahoo dot com 2004-05-12 23:19 -------
typedef unsigned short __attribute__((vector_size(8))) __ev64_u16__;
Confirmed with current tree-ssa. Reduced snippet is:
__ev64_u16__ * g_vp_u16 ;
__ev64_u16__ g_v_u16 ;
void
test___ev_stdd (void)
{
__builtin_spe_evstdd (g_v_u16,g_vp_u16,31U);
}
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Last reconfirmed|0000-00-00 00:00:00 |2004-05-12 23:19:56
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14924