This is the mail archive of the
gcc-prs@gcc.gnu.org
mailing list for the GCC project.
Re: c/7277: Casting integers to vector types causes internal compiler error
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: nobody at gcc dot gnu dot org
- Cc: gcc-prs at gcc dot gnu dot org,
- Date: 11 Jul 2002 14:16:00 -0000
- Subject: Re: c/7277: Casting integers to vector types causes internal compiler error
- Reply-to: Andrew Pinski <pinskia at physics dot uc dot edu>
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;
> }