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]

[C++] My unreviewed patches


Hi

I have a couple patches that remain unreviewed.  I am appreciated
comments about these.

Thanks

--Kriang


Incorrect TEMPLATE_DECL tsubst'ing when it is a member of a class template.

http://gcc.gnu.org/ml/gcc-patches/2003-05/msg00065.html


Segfault for illegal code: using qualified ID 'A::a' when 'a' is non-static and 'A' is not a base of the current class.

http://gcc.gnu.org/ml/gcc-patches/2003-04/msg02005.html


Incorrect tree node created for qualified ID 'A::a' inside templates, a COMPONENT_REF (i.e. 'this->a') is created rather than the correct SCOPE_REF.

http://gcc.gnu.org/ml/gcc-patches/2003-04/msg02032.html


Combine deferred access checking and no access checking infrastructure: Part 1 (parser)

http://gcc.gnu.org/ml/gcc-patches/2003-04/msg00444.html

Part 2 (the rest of front end)

http://gcc.gnu.org/ml/gcc-patches/2003-04/msg01106.html




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