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: [trunk][patch] gimplify type sizes in a pointer type


Hi Rafael,

Olivier Hainque wrote:
>  It sounds like you would need for C++ something similar to what
>  we ended up doing for C

 Another track: another fix we had considered was to gimplify sizes
 the way you did, only restricted to types without decls. This was
 discussed in the thread and we eventually went the front-end way.

 Out of curiosity, would this solve the problem you're having 
 (condition your recursion to TYPE_DECL less target types) ?

 Olivier


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