This is the mail archive of the gcc@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: Pragma callback to insert text in input buffer?


On Fri, Nov 18, 2005 at 02:22:16PM +0100, Jan Hoogerbrugge wrote:
> Gcc will encounter this text after the #pragma 
> is handled. Is this possible?

Nope, at least not this way.

With the rewritten pragma handing on the gomp branch you have
a bit more control in the front ends about what happens when
a pragma is seen, but manipulating the input stream is not in
the cards.


r~


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