More questions on constants

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Thanks for the help.

I guess I just had a hard time understanding how gcc creates trees for
constants. Now I have everything working.

I just wanted to know how I could test vector_cst.

I tried:
		typedef short someType __attribute__((vector_size(8)));
		someType someName = {1,-1};

But it produces a Constructor with vector type instead.

What is the right way to produce a vector_cst?

Thanks once again and
Happy new year!

Primrose



[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux