OK.
On Tue, May 22, 2018 at 7:42 AM, Paolo Carlini <paolo.carl...@oracle.com> wrote: > Hi, > > so this is the patch only adding INDIRECT_TYPE_P to the C++ front-end and > using it instead of the misleading POINTER_TYPE_P. It also replaces a couple > of existing TYPE_PTR_P || TYPE_REF_P. Poisoning at the same time > POINTER_TYPE_P in the front-end - via #pragma GCC poison - seems tricky, > because we can't just do it in cp-tree.h: tree.c includes at the end the > generated gt-cp-tree.h which in turn uses POINTER_TYPE_P. I don't know if we > want to try really hard to do that at the same time... > > Tested x86_64-linux. > > Thanks, Paolo. > > ///////////////// >