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

2005-04-23 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-04-22 16:57 --- Subject: Bug 21087 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-04-22 16:57:24 Modified files: gcc/cp : ChangeLog name-lookup.c

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

2005-04-21 Thread mark at codesourcery dot com
--- Additional Comments From mark at codesourcery dot com 2005-04-22 00:58 --- Subject: Re: [PR c++/21087] don't keep builtin anticipated decl, override it with actual declaration Alexandre Oliva wrote: When push_overloaded_decl() was passed a new declaration that matches a builtin

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

2005-04-20 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.0 |4.0.1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21087

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

2005-04-19 Thread aoliva at redhat dot com
--- Additional Comments From aoliva at gcc dot gnu dot org 2005-04-19 21:45 --- Subject: [PR c++/21087] don't keep builtin anticipated decl, override it with actual declaration When push_overloaded_decl() was passed a new declaration that matches a builtin decl, it would verify that

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

2005-04-18 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Summary|ICE in |[4.0/4.1 Regression] ICE in |do_nonmember_using_decl |do_nonmember_using_decl Target

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

2005-04-18 Thread pinskia at gcc dot gnu dot org
--- 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

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

2005-04-18 Thread aoliva at gcc dot gnu dot org
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |aoliva at gcc dot gnu dot |dot org |org Status|NEW