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]

[Ada] import handle_vector_size_attribute


The attached patch imports handle_vector_size_attribute from
c-common.c into gigi. This is ongoing work after
http://gcc.gnu.org/ml/gcc-patches/2009-06/msg01233.html to allow
access to the SSE facilities on x86 targets.

This annoying code duplication will hopefully go away when we reach
agreement on the suggestion to globalize some attribute handlers, per
http://gcc.gnu.org/ml/gcc-patches/2009-06/msg01345.html

Tested on x86_64-suse-linux.

Comitting to mainline.

2009-06-23  Olivier Hainque  <hainque@adacore.com>

	* gcc-interface/utils.c (handle_vector_size_attribute): Import from
	c-common.c and populate in gnat_internal_attribute_table.









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