[Bug c++/35109] [4.1/4.2/4.3 Regression] ICE in lookup_name_real, at cp/name-lookup.c:4056
reichelt at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Wed Feb 6 20:56:00 GMT 2008
------- Comment #4 from reichelt at gcc dot gnu dot org 2008-02-06 20:56 -------
Even shorter testcase:
======================
void foo()
{
struct A
{
friend class B;
};
B::B() {}
}
======================
This is similar to PR34912.
--
reichelt at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |reichelt at gcc dot gnu dot
| |org
Known to fail|4.1.3 4.2.3 4.3.0 |4.1.2 4.1.3 4.2.3 4.3.0
Known to work|4.0.4 |4.0.4 4.1.0 4.1.1
Target Milestone|4.3.0 |4.1.3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35109
More information about the Gcc-bugs
mailing list