This is the mail archive of the gcc@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: Regression for trunk on i686-pc-linux-gnu


On Sun, Jul 25, 2004 at 07:06:40AM -0000, Autocrasher wrote:
> 1 new FAIL's (12 total) have appeared for i686-pc-linux-gnu:
>     gcc.sum gcc.dg/tree-ssa/sra-1.c
> These tests passed the last time they were ran.

It's this one:


> +2004-07-23  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
> +
> +	* tree.def (VIEW_CONVERT_EXPR): Change to class 'r'.
> +	* tree-ssa-operands.c (get_expr_operands, case VIEW_CONVERT_EXPR): New.
> +
> +	* gimplify.c (gimplify_compound_lval): Check for no handled
> +	operations, rather than checking for explicit list of nodes.
> +	(is_gimple_addr_expr_arg_or_indirect): New function.
> +	(gimplify_addr_expr): Call it and handle INDIRECT_REF; remove
> +	redundant setting of TREE_INVARIANT.
> +	(gimplify_expr, case VIEW_CONVERT_EXPR): Call gimplify_compound_lval.
> +	* tree-gimple.c (is_gimple_addr_expr_arg): Call handled_component_p.

which two different regression testers have complained about, to no avail.


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