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

[Bug ada/53592] ICE on assignment to component of vector_type


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53592

--- Comment #3 from Eric Botcazou <ebotcazou at gcc dot gnu.org> 2012-06-15 10:41:19 UTC ---
Author: ebotcazou
Date: Fri Jun 15 10:41:13 2012
New Revision: 188653

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=188653
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:
    trunk/gcc/testsuite/gnat.dg/vect8.adb
    trunk/gcc/testsuite/gnat.dg/vect8.ads
Modified:
    trunk/gcc/ada/ChangeLog
    trunk/gcc/ada/gcc-interface/gigi.h
    trunk/gcc/ada/gcc-interface/trans.c
    trunk/gcc/ada/gcc-interface/utils.c
    trunk/gcc/testsuite/ChangeLog


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