Re: [PATCH] Use TYPE_MODE_RAW in print_node for vector_type.

2015-12-26 Thread Richard Biener
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

Re: [PATCH 3/4] Add a pass_copy_prop following pass_ch_vect

2015-12-26 Thread Richard Biener
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

[Patch, libgfortran] PR68987 [5/6 Regression] double free or corruption in _gfortran_st_write_done

2015-12-26 Thread Jerry DeLisle
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.