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] Fix PR17011, 17971


Kriang Lerdsuwanakij wrote:
Hi

These patches (one for 3.4, another for 4.0) fixes PR 17011, 17971 which are regressions on GCC 3.4.x and 4.0. We don't diagnose invalid use of dependent data member during parse time. For example, in the following code, the invalid '&a' expression is caught during template instantiation rather than compile time.
ok, thanks

nathan

--
Nathan Sidwell    ::   http://www.codesourcery.com   ::     CodeSourcery LLC
nathan@codesourcery.com    ::     http://www.planetfall.pwp.blueyonder.co.uk


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