This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
bootstrap/4010: ICE in const_hash
- To: gcc-gnats at gcc dot gnu dot org
- Subject: bootstrap/4010: ICE in const_hash
- From: hidaspal at fnal dot gov
- Date: 13 Aug 2001 00:32:28 -0000
- Reply-To: hidaspal at fnal dot gov
>Number: 4010
>Category: bootstrap
>Synopsis: ICE in const_hash
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: unassigned
>State: open
>Class: ice-on-legal-code
>Submitter-Id: net
>Arrival-Date: Sun Aug 12 17:36:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator: Pal Hidas
>Release: unknown-1.0
>Organization:
>Environment:
Linux 2.2.16-3
>Description:
On this code :
typedef double (FoxWolframT::*PF)(double);
PF P[]=
{
&FoxWolframT::P0,
&FoxWolframT::P1,
&FoxWolframT::P2,
&FoxWolframT::P3,
&FoxWolframT::P4
}; // HERE
I have this error message :
/home/hidaspal/ntp_maker/ORCA_4_5_4/src/JetMetAnalysis/
JetMetGlobal/src/FoxWolframT.cc:33:
Internal compiler error in `const_hash', at varasm.c:2372
Please submit a full bug report.
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted: