On Thu, Oct 6, 2011 at 2:55 PM, Uros Bizjak <ubiz...@gmail.com> wrote: > On Thu, Oct 6, 2011 at 2:51 PM, Kirill Yukhin <kirill.yuk...@gmail.com> wrote: >> Wow, it works! >> >> Thank you. New patch attached. >> ChangeLogs were not touched. >> >> Tests pass both on ia32/x86-64 with and without simulator. > > You are missing closing curly braces in dg-do compile directives. > > Also, please write: > > TYPE __attribute__((sseregparm)) > test_noneg_sub_noneg_sub (TYPE a, TYPE b, TYPE c) > > The patch is OK with these changes.
BTW, don't you also need "-mfmpath=sse" in dg-options? Uros.