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: C++ PATCH: PR 9924


On Tue, 11 Mar 2003 15:12:27 -0800, Mark Mitchell <mark at codesourcery dot com> wrote:

> This patch fixes PR 9924, a problem with builtins and using
> declarations.
>
> (Remind me again why builtins aren't just marked specially when the
> function is declared in C++?  Since functions can't be called without a
> prototype in C++, creating all the builtins up front is just an
> error-prone, wasteful way of getting where we want to get...)

That's my preferred strategy, too, but Roger Sayle seems to have
disagreed, and he was the one writing the code.

Jason


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