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]

Re: PR/14899 patch ping^2


Have you proof this is necessary?  I see no reason why it should be.
To make an opaque type different from any other vector type, it should
be sufficient to ensure that it was created with a new base type.

It is not. It is created from V2SI_type_node :-/ in config/rs6000/rs6000.c; my template specialization testcase still fails without these two lines.


Paolo


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