Re: build_fold_addr_expr breaks verify_stmt

2008-08-07 Thread Richard Guenther
On Thu, Aug 7, 2008 at 4:55 PM, Martin Schindewolf <[EMAIL PROTECTED]> wrote: > Dear GCC-Developers, > > I am currently experiencing two problems (which seem related). > > (1) I wrote a pass that works after the gimplification is > completed and amongst other things does the following: > It passes

build_fold_addr_expr breaks verify_stmt

2008-08-07 Thread Martin Schindewolf
Dear GCC-Developers, I am currently experiencing two problems (which seem related). (1) I wrote a pass that works after the gimplification is completed and amongst other things does the following: It passes the address of a variable to a function. To pass the address I use the build_fold_addr_ex