This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: problem with iv folding
- From: Zdenek Dvorak <rakdver at kam dot mff dot cuni dot cz>
- To: DJ Delorie <dj at redhat dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Fri, 26 Oct 2007 13:42:16 +0200
- Subject: Re: problem with iv folding
- References: <200710260054.l9Q0st35010524@greed.delorie.com>
Hi,
> traceback, tt, and ops follow. Why is this going wrong?
> [ gdb ] call debug_tree(arg0)
> <nop_expr 0xb7f5f6e0
> type <pointer_type 0xb7f5d2f4
>
> [ gdb ] call debug_tree(arg1)
> <ssa_name 0xb7f61c30
> type <pointer_type 0xb7f5d2f4
you cannot add two pointers. Please create a PR for this and assign it
to me.
Zdenek