This is the mail archive of the gcc@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: rfc: macros accepting constructors


>Aldy Hernandez <aldyh@redhat.com> writes:
>
>|> the cleanest solution i can think of is modifying the preprocessor to
>|> allow grouping with curlies as well.

Andreas Schwab:

>That would not be compliant with the C standard.

It would if that grouping is only enabled for macros that are
defined in a way that is non-standard or invokes implementation-defined
behaviour.
E.g. we could precede the macro definition with a
#pragma gcc initializer_argument ,
or have some funky syntax for the macro definition, like:

#define foo({x}) bar((x))

-- 
--------------------------
SuperH
2430 Aztec West / Almondsbury / BRISTOL / BS32 4AQ
T:+44 1454 462330


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