------- Comment #9 from rguenther at suse dot de  2010-07-09 08:10 -------
Subject: Re:  [4.3 Regression] infinite loop in
 maybe_canonicalize_comparison

On Thu, 8 Jul 2010, bergner at gcc dot gnu dot org wrote:

> ------- Comment #8 from bergner at gcc dot gnu dot org  2010-07-08 21:50 
> -------
> The test case that was added to the testsuite (pr30338.c) ICE's on
> powerpc64-linux with the following options: -Os -m64
> 
> Looking at a backtrace, we're hitting this assert in tree.c:build2_stat():
> 
>   if (code == POINTER_PLUS_EXPR && arg0 && arg1 && tt)
>     gcc_assert (POINTER_TYPE_P (tt) && POINTER_TYPE_P (TREE_TYPE (arg0))
>                 && INTEGRAL_TYPE_P (TREE_TYPE (arg1))
>                 && useless_type_conversion_p (sizetype, TREE_TYPE (arg1)));

ICEs on trunk?  If so please open a new bugreport.

Thanks,
Richard.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30338

Reply via email to