On Mon, Dec 21, 2015 at 11:13 AM, Christian Bruel
wrote:
> A tiny minor patch to call TYPE_MODE_RAW instead of TYPE_MODE while dumping
> type's modes for vector_type.
> This avoid recursions while dumping in vector_type_node. Debug function
> should not modify types information (based on target_fl
On Mon, Dec 21, 2015 at 2:13 PM, Alan Lawrence wrote:
> This fixes the missed vectorization of gcc.dg/vect/pr65947-2.c following the
> previous patch, by cleaning up:
>
> i_49 = 1;
> ...
> goto ;
>
> :
>
> : <--- LOOP HEADER
> # i_53 = PHI
>
> into:
>
> :
> # i_53 = PHI
>
> Allow
Attached patch eliminate this problem by reverting a portion of the previous
patch to pr65089.
Regression tested on x86_64-Linux. I will add test case from the PR.
OK for trunk and then back port to 5x?
Regards,
Jerry
2015-12-26 Jerry DeLisle
PR libfortran/68987
io/format.