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: [C++ PATCH] Fix PR/8046


"Giovanni Bajo" <giovannibajo@libero.it> writes:

| +     case BIT_NOT_EXPR:
| +       /* This is a pseudo distructor call which has not been folded into
| +          a PSEUDO_DTOR_EXPR yet.  */
| +       print_identifier (scratch_buffer, "~");

I would write the above

   output_add_character (scratch_buffer, '~');

with that change, it is OK.

Thanks,

-- Gaby


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