https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71529
--- Comment #5 from Jakub Jelinek ---
Author: jakub
Date: Mon Nov 7 13:07:32 2016
New Revision: 241903
URL: https://gcc.gnu.org/viewcvs?rev=241903&root=gcc&view=rev
Log:
PR middle-end/71529
* gcc.target/i386/pr71529.C: Moved to
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71529
Ilya Enkovich changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71529
--- Comment #3 from Ilya Enkovich ---
Author: ienkovich
Date: Mon Jun 20 11:35:02 2016
New Revision: 237592
URL: https://gcc.gnu.org/viewcvs?rev=237592&root=gcc&view=rev
Log:
gcc/
Backport from mainline r237484.
2016-06-15 Ilya
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71529
--- Comment #2 from Ilya Enkovich ---
Author: ienkovich
Date: Wed Jun 15 15:49:40 2016
New Revision: 237484
URL: https://gcc.gnu.org/viewcvs?rev=237484&root=gcc&view=rev
Log:
gcc/
PR middle-end/71529
* ipa-chkp.c (chkp_build_ins
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71529
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |7.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71529
--- Comment #1 from Ilya Enkovich ---
Arguments copied for instrumented functions with no body don't have their
context fixed. It didn't trigger any problems before but does now because we
may inline into thunks. I'm testing this patch now:
di