This is the mail archive of the gcc-cvs@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]

r188654 - in /branches/gcc-4_7-branch/gcc: ada/...


Author: ebotcazou
Date: Fri Jun 15 10:46:12 2012
New Revision: 188654

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=188654
Log:
	PR ada/53592
	* gcc-interface/gigi.h (maybe_vector_array): Make static inline.
	* gcc-interface/utils.c (maybe_vector_array): Delete.
	* gcc-interface/trans.c (gnat_to_gnu) <N_Indexed_Component>: Mark the
	array object as addressable if it has vector type and is on the LHS.

Added:
    branches/gcc-4_7-branch/gcc/testsuite/gnat.dg/vect8.adb
      - copied unchanged from r188653, trunk/gcc/testsuite/gnat.dg/vect8.adb
    branches/gcc-4_7-branch/gcc/testsuite/gnat.dg/vect8.ads
      - copied unchanged from r188653, trunk/gcc/testsuite/gnat.dg/vect8.ads
Modified:
    branches/gcc-4_7-branch/gcc/ada/ChangeLog
    branches/gcc-4_7-branch/gcc/ada/gcc-interface/gigi.h
    branches/gcc-4_7-branch/gcc/ada/gcc-interface/trans.c
    branches/gcc-4_7-branch/gcc/ada/gcc-interface/utils.c
    branches/gcc-4_7-branch/gcc/testsuite/ChangeLog


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