This is the mail archive of the gcc-prs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: c++/8134: ICE in force_store_init_value on legal code


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.
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]