This is the mail archive of the
gcc-prs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/8134: ICE in force_store_init_value on legal code
- From: Pop Sébastian <pop at gauvain dot u-strasbg dot fr>
- To: nobody at gcc dot gnu dot org
- Cc: gcc-prs at gcc dot gnu dot org,
- Date: 9 Oct 2002 17:56:01 -0000
- Subject: Re: c++/8134: ICE in force_store_init_value on legal code
- Reply-to: Pop Sébastian <pop at gauvain dot u-strasbg dot fr>
The following reply was made to PR c++/8134; it has been noted by GNATS.
From: =?iso-8859-1?Q?Pop_S=E9bastian?= <pop@gauvain.u-strasbg.fr>
To: Gabriel Dos Reis <gdr@integrable-solutions.net>
Cc: lerdsuwa@gcc.gnu.org, alvaro@rentec.com, gcc-bugs@gcc.gnu.org,
georgeh@rentec.com, gcc-gnats@gcc.gnu.org
Subject: Re: c++/8134: ICE in force_store_init_value on legal code
Date: Wed, 9 Oct 2002 19:48:12 +0200
On Tue, Oct 08, 2002 at 11:58:35PM +0200, Gabriel Dos Reis wrote:
>
> Can you determine which patch fixes this PR? It would be helpful if
> it could be backported to branch,
>
Here is the original message from the bug report:
/usr/local/products/gcc/3.2/bin/g++ -c gcc-ice-memptr.C
gcc-ice-memptr.C:20: Internal compiler error in force_store_init_value, at
cp/typeck2.c:443
There are 2 patches that modify this function:
2002-05-14 Alexandre Oliva <aoliva@redhat.com>
* typeck2.c (force_store_init_value): New function.
and
2002-09-30 Mark Mitchell <mark@codesourcery.com>
(force_store_init_value): Remove.
I think that the later closed this bug report.