From mboxrd@z Thu Jan 1 00:00:00 1970 From: mps@sonartech.com.au To: gcc-gnats@gcc.gnu.org Subject: c++/3398: "using" with member-function template Date: Mon, 25 Jun 2001 01:46:00 -0000 Message-id: <20010625084530.1048.qmail@sourceware.cygnus.com> X-SW-Source: 2001-06/msg01033.html List-Id: >Number: 3398 >Category: c++ >Synopsis: "using" with member-function template >Confidential: no >Severity: serious >Priority: medium >Responsible: unassigned >State: open >Class: ice-on-legal-code >Submitter-Id: net >Arrival-Date: Mon Jun 25 01:46:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Michael Shepanski >Release: 2.95.2 19991024 >Organization: >Environment: Linux PPC >Description: // generate ICE: struct A { template void f (T); }; class B : A { template using A::f ; }; >How-To-Repeat: Recompile the program above. I'm not 100% sure my source is legal, so maybe the category should be "ice-on-illegal-code". >Fix: Please >Release-Note: >Audit-Trail: >Unformatted: