RE: [PATCH,i386] PR58105 wrong code generation with multi-versioned functions

2013-08-14 Thread Bernd Edlinger
On Wed, 14 Aug 2013 12:36:00, Richard Biener wrote: ChangeLog without gcc/ prefix - it's for the gcc/ChangeLog file. Ok with that change. Thanks, Richard. Thanks for your quick response. But as I do not have check-in access I might need some help. Thanks Bernd.

[PATCH,i386] PR58105 wrong code generation with multi-versioned functions

2013-08-13 Thread Bernd Edlinger
this patch fixes a wrong code generation issue in the i386 target, PR58105. The i386 target has a feature that is called multi-versioned functions. That is a function may have different implementations which are chosen based on the cpuid information at runtime. That is done by a resolver function

FW: [PATCH,i386] PR58105 wrong code generation with multi-versioned functions

2013-08-13 Thread Bernd Edlinger
Sorry, forgot to mention: This patch has been bootstrapped and regression tested on i686-pc-linux-gnu. this patch fixes a wrong code generation issue in the i386 target, PR58105. The i386 target has a feature that is called multi-versioned functions. That is a function may have different