This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/11294] ICE in resolve_offset_ref, at cp/init.c: 1886
- From: "christoph dot pesch at siemens dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Jun 2003 15:56:00 -0000
- Subject: [Bug c++/11294] ICE in resolve_offset_ref, at cp/init.c: 1886
- References: <20030623153404.11294.christoph.pesch@siemens.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11294
------- Additional Comments From christoph dot pesch at siemens dot com 2003-06-23 15:55 -------
Subject: Re: ICE in resolve_offset_ref, at cp/init.c: 1886
"pinskia" == pinskia at physics dot uc dot edu <gcc-bugzilla@gcc.gnu.org> writes:
> PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11294
> pinskia at physics dot uc dot edu changed:
> What |Removed |Added
> ----------------------------------------------------------------------------
> Status|UNCONFIRMED |WAITING
> ------- Additional Comments From pinskia at physics dot uc dot edu 2003-06-23 15:40 -------
> I do not see this on 3.2.3, 3.2.2, 3.0.4, 2.95.3, 3.3.1 (20030616) or the mainline
> (20030623) on i686-pc-linux-gnu.
> Could you provide the output of `gcc -v' or try a newer version of gcc like 3.3?
pesch@kstbu027[~/src/c++/test]287: g++ -v
Reading specs from /usr/lib/gcc-lib/i486-suse-linux/3.2/specs
Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib --enable-languages=c,c++,f77,objc,java,ada --enable-libgcj --with-gxx-include-dir=/usr/include/g++ --with-slibdir=/lib --with-system-zlib --enable-shared --enable-__cxa_atexit i486-suse-linux
Thread model: posix
gcc version 3.2
I will build gcc 3.3 and test this version.
Best regards,
Christoph