This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/9497: "memory access error" during compilation with new gcc
- From: ehrhardt at mathematik dot uni-ulm dot de
- To: eichhorn at mathematik dot hu-berlin dot de, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org
- Date: 29 Jan 2003 13:56:18 -0000
- Subject: Re: c++/9497: "memory access error" during compilation with new gcc
- Reply-to: ehrhardt at mathematik dot uni-ulm dot de, eichhorn at mathematik dot hu-berlin dot de, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, gcc-gnats at gcc dot gnu dot org
Synopsis: "memory access error" during compilation with new gcc
State-Changed-From-To: open->closed
State-Changed-By: cae
State-Changed-When: Wed Jan 29 13:56:17 2003
State-Changed-Why:
This can be reduced to the following
extern struct NOA3_results NOA3_results;
and it indeed gives an ICE with 3.2-release on sparc.
It is fixed in current 3.2.2-cvs and 3.3 and 3.4.
For the reference: The ICE was C++ specific and happens here:
0x0006d7e0 in unemitted_tinfo_decl_p (t=0x1, data=0x0)
at /export/local/manager/playground/ULMgcc32/src/gcc-3.2/gcc/cp/rtti.c:1423
regards Christian
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=9497