------- Additional Comments From pinskia at gcc dot gnu dot org  2005-05-03 
15:00 -------
Confirmed, reduced testcase:
struct coperator_stack
{
 template<class type>
 void push3();
};
template<class F>
void bla(F f);
template <typename ScannerT>
 void f()
 {
  bla(coperator_stack::push3);
 }


Related to PR 20549.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |20549
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |ice-on-valid-code
      Known to fail|4.0.0                       |4.0.0 3.4.0 4.1.0
   Last reconfirmed|0000-00-00 00:00:00         |2005-05-03 15:00:07
               date|                            |
            Summary|ICE on valid code with      |[3.4/4.0/4.1 Regression] ICE
                   |passing template function   |on valid code with passing
                   |type as template type       |template function type as
                   |                            |template type
   Target Milestone|---                         |3.4.4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21352

Reply via email to