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/69463] wrong code with -O1 and vector arithmetics @ x86_64


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69463

--- Comment #2 from UroÅ Bizjak <ubizjak at gmail dot com> ---
(In reply to Zdenek Sojka from comment #1)
> On trunk, this got fixed between r232939 (fails) and r232986 (OK). r232955
> fixed PR69459, so this might be a duplicate.

There are actually two bugs in the compiler. One is PR69459, now fixed in 4.9+,
the other is PR69551, which needs to be backported to 4.9 branch.

Until PR69551 fix is backported to 4.9 branch, you can trigger PR69551 with -O2
-msse -mno-sse2.

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