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] document vector_size type attribute


On 3/22/19 10:58 AM, Martin Sebor wrote:
Attribute vector_size applies to types as much as it does to
variables but is only documented for the latter.  Attached is
an update to the manual to document the attribute's effects
in type definitions.

This is OK to check in. Separately, I wish we could get rid of all the discussion of type modes from the vector extensions documentation.... that's an internal GCC concept and probably only confuses users who aren't GCC implementors. :-S

-Sandra


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