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/54741] GCC 4.4, 4.5, 4.6 4.7 (probably 4.8) Generates un-usable code on AVX supported CPUs (FreeBSD)


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

Andrew W. Nosenko <andrew.w.nosenko at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andrew.w.nosenko at gmail
                   |                            |dot com

--- Comment #17 from Andrew W. Nosenko <andrew.w.nosenko at gmail dot com> 2012-10-03 17:32:51 UTC ---
Sorry, but commited patch does NOT fixes the problem.
It does just reverse -- disables AVX & Co on systems the has OSXSAVE,
XSTATE_SSE and XSTATE_YMM bits set, while the intention was to disable if any
of these bits are not set.

Proposed followup patch is attached.


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