This is the mail archive of the gcc-patches@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: patch: vector initializers


Aldy Hernandez wrote:
> 
> finally, the last piece of the altivec puzzle.  this patch allows the
> use of vector initializers, ala:
> 
>         vector int foo = (vector int) { 1, 2, 3, 4 };
> 
> stan wrote most of the code, but didn't have time to fix a few ICEs
> related to vector initializers.  i fixed the remaining problems.
> 
> here is the entire patch.
> 
> (this is really cool.  thanks stan.)

Thank *you* for finishing it off!  We're just about done with our
fire drill of getting everything in OS X to compile with 3.x,
so we'll be able to go back to paying more attention to the FSF
version of GCC.

Stan


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