[Bug ipa/71207] [5/6/7 Regression] gcc 5.3 and 6.1 generates wrong code with -O2

2017-01-17 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71207 --- Comment #7 from Martin Liška --- Author: marxin Date: Tue Jan 17 15:11:00 2017 New Revision: 244530 URL: https://gcc.gnu.org/viewcvs?rev=244530=gcc=rev Log: Fix wrong assumption in contains_type_p (PR ipa/71207). 2017-01-17 Martin Liska

[Bug ipa/71207] [5/6/7 Regression] gcc 5.3 and 6.1 generates wrong code with -O2

2017-01-12 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71207 --- Comment #6 from Martin Liška --- Created attachment 40512 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40512=edit Patch candidate Btw. I really believe this should be marked as P1 because it creates invalid builtin_unreachable

[Bug ipa/71207] [5/6/7 Regression] gcc 5.3 and 6.1 generates wrong code with -O2

2017-01-12 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71207 Martin Liška changed: What|Removed |Added CC||jamborm at gcc dot gnu.org,

[Bug ipa/71207] [5/6/7 Regression] gcc 5.3 and 6.1 generates wrong code with -O2

2016-06-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71207 Richard Biener changed: What|Removed |Added Target Milestone|5.4 |5.5 --- Comment #4 from Richard Biener

[Bug ipa/71207] [5/6/7 Regression] gcc 5.3 and 6.1 generates wrong code with -O2

2016-05-20 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71207 Richard Biener changed: What|Removed |Added Keywords||wrong-code Priority|P3