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 objc/25361] vectors are not encoded


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

Nicola Pero <nicola at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P5
                 CC|                            |nicola at gcc dot gnu.org

--- Comment #8 from Nicola Pero <nicola at gcc dot gnu.org> 2010-09-26 16:51:30 UTC ---
Posted a patch to gcc-patches that implements encoding vectors.  That all works
but unfortunately is not enough because you also have to get structures
containing vectors to work to fix the issue. :-(

I'm reducing the priority though, since the failing testcase now is reduced to
structures containing vectors, which is rather unusual in Objective-C.

Thanks


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