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 inline-asm/45160] [4.4.x/4.5.x regression] Invalid assembly code is generated for x86 architecture for faad2 library (AAC decode algorithm)



------- Comment #5 from t dot artem at mailcity dot com  2010-08-02 13:15 -------
I've found the culprit (or better say mplayer developer hinted), it is
-fstrict-aliasing optimization.

With -fno-strict-aliasing GCC 4.4.x and 4.5.x produce proper code.

Please, advise.


-- 


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


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