[Bug middle-end/52544] compilation fails with -finstrument-functions and sse c code
||googlemail dot com --- Comment #2 from sebastian 2012-07-23 14:49:46 UTC --- I've make a similar observation, with the function __mm_xor_si128 from emmintrin.h and the flag -finstrument-functions. gcc Version 4.7.0 (same results with 4.7.1) $ gcc -v Using built-in
[Bug middle-end/52544] compilation fails with -finstrument-functions and sse c code
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52544 --- Comment #1 from sebastian 2012-07-23 14:47:00 UTC --- Created attachment 27859 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27859 preprocessed minimal reproduction of the bug