This is the mail archive of the gcc-patches@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: [tree-ssa] gimplifier problem in libjava


On Thu, 2003-10-09 at 14:53, Jeff Sturm wrote:
> On Thu, 9 Oct 2003, Diego Novillo wrote:
> > The problem is that gimplify_expr is asked to gimplify the inner
> > COND_EXPR into a gimple value, which it can't do.
> 
> Indeed.  In case anyone is looking at it, here's a reduced test case.
> Compile with -fcheck-references:
> 
> class Bug {
>   void exec(String[] cmd, String str) { cmd[0] = str; }
> }
> 
Thanks.  My patch wasn't related to the problem after all.  The daily
testers run with checking disabled (oddly enough this has caught other
bugs in the past).  I added this testcase to PR 12547.


Diego.


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