------- Comment #8 from bowie dot owens at csiro dot au 2006-05-24 03:42 ------- I found out about _Pragma from the following page (at the bottom):
http://gcc.gnu.org/onlinedocs/gcc-4.1.0/gcc/Function-Attributes.html While it is not essential behaviour to allow _Pragma's to be generated from macros, there are cases where it would be very useful. In my case I would really like to be able to control the OpenMP directives that get included at a fine grained level without littering my code with #ifdef's. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27746