]> gcc.gnu.org Git - gcc.git/commit
re PR ada/53592 (ICE on assignment to component of vector_type)
authorEric Botcazou <ebotcazou@adacore.com>
Fri, 15 Jun 2012 10:41:13 +0000 (10:41 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Fri, 15 Jun 2012 10:41:13 +0000 (10:41 +0000)
commitf71d5704ba64939d2e70d055659cb2d72cbce40e
tree148a3d7dce2cb42680ee7534e42f3dec39e30ca7
parent2da02156af964dbd197f19cbd7fea003a73aacb3
re PR ada/53592 (ICE on assignment to component of vector_type)

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.

From-SVN: r188653
gcc/ada/ChangeLog
gcc/ada/gcc-interface/gigi.h
gcc/ada/gcc-interface/trans.c
gcc/ada/gcc-interface/utils.c
gcc/testsuite/ChangeLog
gcc/testsuite/gnat.dg/vect8.adb [new file with mode: 0644]
gcc/testsuite/gnat.dg/vect8.ads [new file with mode: 0644]
This page took 0.064803 seconds and 5 git commands to generate.