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]

Re: C++ PATCH: functional cast


>>>>> "Nathan" == Nathan Sidwell <nathan@acm.org> writes:

    Nathan> Hi, attached is a patch to parse.y dealing with the `const
    Nathan> (3)' extension to functional style cast. We accept that
    Nathan> under the implicit int rule, but currently do not issue a
    Nathan> diagnostic. This patch uses groktypename so it goes

I think we should just not accept that.  It's time for implicit int to
go.  But, Jason may feel differently.

    Nathan> NB. The comma expression extension in `int (x,y)' is
    Nathan> undocumented -- can we remove it?

I'd be happy to.  Ask Jason.

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com


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