This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [BUG] pragma: attempt to use poisoned * in struct member
On 11/11/2008 02:00 AM, Tom Tromey wrote:
>>>>>> "Jiri" == Jiri Slaby <jirislaby@gmail.com> writes:
>
> Jiri> I want to extend cpp to extract some more info (for backward
> Jiri> mapping from preprocessed_code into source_code+line+column)
> Jiri> into xml while preprocessing and I use gdome2 library. If I try
> Jiri> to compile it, it fails due to: [...]
>
> I would suggest just dropping the #pragma poison from your gcc.
>
> Or, I guess you could use a different XML library.
Ok, nevermind, don't bother with that.