On Tue, 19 Nov 2013 06:21:22, H.J. Lu wrote: > > On Sun, Nov 3, 2013 at 2:25 AM, Bernd Edlinger > <bernd.edlin...@hotmail.de> wrote: >> Hello, >> >> on i686-pc-linux-gnu the test case gcc.target/i386/intrinsics_4.c fails >> because of >> an internal compiler error, see PR58155. >> >> The reason for this is that the optab CODE_FOR_movv8sf is disabled when it >> should be enabled. >> >> This happens because invoke_set_current_function_hook changes the pointer >> "this_fn_optabs" after targetm.set_current_function has already modified the >> optab to enable/disable CODE_FOR_movv8sf, leaving that optab entry >> in an undefined state. >> >> Boot-strapped and regression-tested on i686-pc-linux-gnu. >> >> Ok for trunk? >> >> Regards >> Bernd. > > Are you sure your patch is for > > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58155
Oh. Sorry. I meant http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58115 Thanks Bernd. > > > -- > H.J.