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: [gomp merge][c/c++] rearrange pragma handling


On Sun, 27 Nov 2005, Richard Henderson wrote:

> This patch rearranges all extant pragma handling such that there
> is only one code path.  All pragmas are deferred, and parsed in
> the same token stream as the rest of the source.  This eliminates
> the somewhat hidious callback-within-callback path.

Does this fix bug 18638?

-- 
Joseph S. Myers               http://www.srcf.ucam.org/~jsm28/gcc/
    jsm@polyomino.org.uk (personal mail)
    joseph@codesourcery.com (CodeSourcery mail)
    jsm28@gcc.gnu.org (Bugzilla assignments and CCs)


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