This is the mail archive of the gcc-bugs@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]

[Bug target/53399] "*ffs" pattern generates wrong code with BMI enabled (for corner cases)


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53399

--- Comment #5 from Yukhin Kirill <kirill.yukhin at intel dot com> 2012-05-20 15:54:08 UTC ---
> 
> Can you please isolate failing test?

Sure, it is attached.
It works when compiled this way:
/export/home/kyukhin/gcc/build/build-x86_64-linux/gcc/xgcc
-B/export/home/kyukhin/gcc/build/build-x86_64-linux/gcc/ 1.c -march=core2

And fails to run (on BMI*- capable HW) when compiled this way:
/export/home/kyukhin/gcc/build/build-x86_64-linux/gcc/xgcc
-B/export/home/kyukhin/gcc/build/build-x86_64-linux/gcc/ 1.c -march=core-avx2


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