------- Additional Comments From pinskia at gcc dot gnu dot org  2005-04-18 
19:04 -------
Reduced testcase:
extern "C" signed int toupper(signed int __c) throw();
namespace std
{
  template< typename a > a toupper(a,int){}
  using ::toupper;
}


Note this has to do with builtin functions as if I cange toupper to be named 
something different I don't 
get an ICE.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |ice-on-valid-code
   Last reconfirmed|0000-00-00 00:00:00         |2005-04-18 19:04:17
               date|                            |


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

Reply via email to