------- Additional Comments From pinskia at gcc dot gnu dot org  2005-01-07 
14:27 -------
Confirmed here is another testcase for the same ICE:
template <class T, class A>
T *foo (A x)
{
  throw ((T) x);
}
class A {};
A *bar ()
{
  A a;
  return foo<A,A> (a);
}

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jason at gcc dot gnu dot org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |ice-on-valid-code
      Known to fail|                            |3.4.0 4.0.0
      Known to work|                            |3.3.2
   Last reconfirmed|0000-00-00 00:00:00         |2005-01-07 14:27:55
               date|                            |
            Summary|ICE in stabilize_call       |[3.4/4.0 Regression] ICE in
                   |                            |stabilize_call
   Target Milestone|---                         |3.4.4


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

Reply via email to