This is the mail archive of the gcc-patches@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: [IFUNC] PATCH: Add an ifunc attribute


On 07/02/2009 03:49 PM, Mark Mitchell wrote:
I
think that life will be a lot easier if we require the declaration to be
in scope (it can be just an extern declaration of a function never
actually defined), and then have a syntax that allows us to refer to it
(either by spelling out the declaration, or via the cast syntax, which
is then a valid C++ expression).

Or by a syntax that means "the function called by this expression"


Jason


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