------- Additional Comments From reichelt at gcc dot gnu dot org  2005-02-24 
12:12 -------
Confirmed. Reduced testcase:

======================================
template<typename T> void foo(T &t)
{
    int i = static_cast<int>(t);
}
======================================


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |reichelt at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |ice-on-valid-code, monitored
   Last reconfirmed|0000-00-00 00:00:00         |2005-02-24 12:12:53
               date|                            |
            Summary|ICE on boost-1.32 with      |[4.0 regression] ICE on
                   |latest cvs                  |boost-1.32 with latest cvs
   Target Milestone|---                         |4.0.0


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

Reply via email to