------- Comment #4 from pinskia at gcc dot gnu dot org 2006-05-24 03:23 -------
Here is a reduced testcase:
#define parallel _Pragma("omp parallel")
int
main()
{
#pragma omp parallel
{}
}
----
The question is does macros allow to stuff in #pragmas.
I want to say yes.
Anyways here is a non openmp testcase that fails currently but it ICEs
differently:
#define push _Pragma ("pack(push)")
#define push1 _Pragma ("pack(push)")
push1
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Component|c |preprocessor
Ever Confirmed|0 |1
Last reconfirmed|0000-00-00 00:00:00 |2006-05-24 03:23:55
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27746