This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: 7247/optimization: copy constructor missing when inlining enabled for i386
- From: "H. J. Lu" <hjl at lucon dot org>
- To: gawrilow at math dot tu-berlin dot de
- Cc: gcc-bugs at gcc dot gnu dot org, jason at redhat dot com
- Date: Wed, 10 Jul 2002 12:39:37 -0700
- Subject: Re: 7247/optimization: copy constructor missing when inlining enabled for i386
Can you try
http://gcc.gnu.org/ml/gcc-patches/2002-06/msg02277.html
Jason, it looks like your patch doesn't catch this one.
H.J.