This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/13104] New: Internal compiler error in resolve_offset_ref
- From: "globos at freesurf dot fr" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 18 Nov 2003 12:18:07 -0000
- Subject: [Bug c++/13104] New: Internal compiler error in resolve_offset_ref
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
On Windows XP, using cygwin, each time i try to compile this source code :
#include <iostream>
class A
{
public:
A () { }
void fuck () { }
};
int main ()
{
std::cout << &(A::fuck) << std::endl;
return 0;
}
g++ complains of :
In function 'int main()'
12: Internal compiler error in resolve_offset_ref
, at cP/init.c:1886
--
Summary: Internal compiler error in resolve_offset_ref
Product: gcc
Version: 3.2
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: globos at freesurf dot fr
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13104