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

   Last reconfirmed|                            |2012-10-18

                 CC|                            |hubicka at gcc dot gnu.org,

                   |                            |rguenth at gcc dot gnu.org

     Ever Confirmed|0                           |1



--- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> 2012-10-18 
10:05:02 UTC ---

current_pass is NULL whenever there is no "parent" pass.  It just means that

the overall compile-flow is not encapsulated in a pass (something I run into

when using the statistics code from arbitrary places).

Reply via email to