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: [PATCH] C++ builtins go in std and global namespaces


>>>>> "Roger" == Roger Sayle <roger@eyesopen.com> writes:

> At the moment, this fix is moot as builtins are currently disabled in
> the C++ front-end.  However accepting this patch now will simplify the
> process of reviewing a patch to enable builtins in C++, once all of
> the type-checking and semantic issues have been fixed (basically the
> DECL_ANTICIPATED flag needs to be honored, so that a builtin doesn't
> exist until it is prototyped).

I thought we were agreed that we were moving towards not predeclaring these
functions at all, but rather recognizing them when they are declared and
annotating them appropriately.

Jason


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