This is the mail archive of the gcc-prs@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]

Re: c/7277: Casting integers to vector types causes internal compiler error


The following reply was made to PR c/7277; it has been noted by GNATS.

From: Andrew Pinski <pinskia@physics.uc.edu>
To: hakonrk@fys.uio.no
Cc: gcc-gnats@gcc.gnu.org
Subject: Re: c/7277: Casting integers to vector types causes internal compiler error
Date: Thu, 11 Jul 2002 10:12:27 -0400

 This has been fixed in: gcc version 3.2 20020709 (experimental)
 
 Thanks,
 Andrew Pinski
 On Thursday, July 11, 2002, at 10:01 , hakonrk@fys.uio.no wrote:
 
 > typedef int v8qi __attribute__ ((mode(V8QI)));
 >
 > v8qi null(void)
 > {
 >         return (v8qi) 0LL;
 > }
 


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