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: [lto] coverage.c: Call build_constructor instead of build_constructor_from_list. (Part 4)



On Jun 1, 2006, at 5:10 AM, Kazu Hirata wrote:


Hi,


Tested on x86_64-pc-linux-gnu. OK to apply to the LTO branch (and 4.3 once in stage 1)?


! /* FIXME: use build_constructor directly. */ ! vec_inv = build_constructor_from_list (vectype, t); return vect_init_vector (stmt, vec_inv);

This fixes PR 23334 also.


-- Pinski


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