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


On Mon, Feb 11, 2002 at 02:51:39PM +1100, Aldy Hernandez wrote:
> hi guys!
> 
> 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 };

oh yeah... jason merrill has the corresponding cp/typeck2.c magic for
c++.  i assume he will be posting them once these patches get in,
since his patches depend on these.

aldy


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