This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/14924] Compiler ICE on valid code


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]