This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/26502] New: ICE on function pointer to namespace member
- From: "marc dot mongenet at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 28 Feb 2006 23:19:10 -0000
- Subject: [Bug c++/26502] New: ICE on function pointer to namespace member
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
internal compiler error: Segmentation fault
On the following (wrong) C++ file:
namespace A {}
void (A::*p) ();
--
Summary: ICE on function pointer to namespace member
Product: gcc
Version: 4.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: marc dot mongenet at gmail dot com
GCC build triplet: g++ (GCC) 4.1.0
GCC host triplet: Linux 2.4.32 i686
GCC target triplet: i686-pc-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26502