This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug preprocessor/25240] [OPENMP] _Pragma parsing problem on the gomp branch
- From: "rth at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 Dec 2005 17:40:28 -0000
- Subject: [Bug preprocessor/25240] [OPENMP] _Pragma parsing problem on the gomp branch
- References: <bug-25240-87@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from rth at gcc dot gnu dot org 2005-12-20 17:40 -------
Subject: Bug 25240
Author: rth
Date: Tue Dec 20 17:40:17 2005
New Revision: 108859
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=108859
Log:
PR preprocessor/25240
* directives.c (run_directive): Remove pragma hacks.
(destringize_and_run): Save tokens for deferred pragmas.
* internal.h (_cpp_push_token_context): Declare.
* macro.c (builtin_macro): Remove pragma token hack.
(_cpp_push_token_context): Rename from push_token_context and export.
Added:
branches/gomp-20050608-branch/gcc/testsuite/gcc.dg/weak/weak-15.c
Modified:
branches/gomp-20050608-branch/libcpp/ChangeLog.gomp
branches/gomp-20050608-branch/libcpp/directives.c
branches/gomp-20050608-branch/libcpp/internal.h
branches/gomp-20050608-branch/libcpp/macro.c
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25240