[Bug plugins/54959] current_pass == NULL during invocation of pass->gate within execute_ipa_summary_passes()

2015-11-23 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54959 Richard Biener changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug plugins/54959] current_pass == NULL during invocation of pass->gate within execute_ipa_summary_passes()

2015-11-21 Thread tromey at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54959 Tom Tromey changed: What|Removed |Added CC||tromey at gcc dot gnu.org --- Comment #4

[Bug plugins/54959] current_pass == NULL during invocation of pass-gate within execute_ipa_summary_passes()

2012-10-18 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54959 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Bug plugins/54959] current_pass == NULL during invocation of pass-gate within execute_ipa_summary_passes()

2012-10-17 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54959 --- Comment #1 from Andrew Pinski pinskia at gcc dot gnu.org 2012-10-17 19:48:07 UTC --- I have a single impl_gate() handler that's shared by all such user-created passes, which I then dispatch to appropriate python code. I think this

[Bug plugins/54959] current_pass == NULL during invocation of pass-gate within execute_ipa_summary_passes()

2012-10-17 Thread dmalcolm at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54959 --- Comment #2 from Dave Malcolm dmalcolm at redhat dot com 2012-10-17 20:00:05 UTC --- The impl_gate is implemented in C, the gate functions in Python. If I need multiple impl_gate functions, I somehow need to generate machine code at