This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Optimization question
- From: Diego Novillo <dnovillo at redhat dot com>
- To: Piotr Wyderski <piotr dot wyderski at wp dot pl>
- Cc: "gcc at gcc dot gnu dot org" <gcc at gcc dot gnu dot org>
- Date: Mon, 09 Aug 2004 21:17:17 -0400
- Subject: Re: Optimization question
- Organization: Red Hat Canada
- References: <008301c47d4f$0d736050$f2a7573e@voltan>
On Sun, 2004-08-08 at 09:53, Piotr Wyderski wrote:
> I've implemented a flexible generic list (in this example it's
> unidirectional), below are some important snippets:
>
Snippets don't help. Compile with -save-temps and send the .ii file so
that we can reproduce the problem.
Diego.