This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: cpp macro expansion for #pragmas
- From: Paul Rubin <phr-2006 at nightsong dot com>
- To: Andrew Pinski <pinskia at physics dot uc dot edu>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: 29 Sep 2006 21:47:27 -0000
- Subject: Re: cpp macro expansion for #pragmas
- Reply-to: Paul Rubin <phr-2006 at nightsong dot com>
Can I suggest the option be changed to -fexpand-pragmas so you don't
have to edit the driver code (gcc.c) and it is closer to the rest of the
options in GCC?
OK.
Also changelogs should be in plain text and not part of the patch.
OK, will send separately.
It occurs to me too that I forgot to test the OMP pragmas with the
expansion enabled (I'd merged an older patch into the tree and kept
using the same tests). I better do that. It won't surprise me if
there's some mis-interaction needing a fix.
I'll get an updated patch out this weekend if possible.
Paul