[Bug c++/21087] [4.0/4.1 Regression] ICE in do_nonmember_using_decl

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Mon Apr 18 19:04:00 GMT 2005


------- 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



More information about the Gcc-bugs mailing list