This is the mail archive of the gcc-patches@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]

Re: [debug-early] Handle specification of class scoped static functions


On 04/13/2015 02:01 PM, Aldy Hernandez wrote:
...or perhaps we could change the condition to:

       if ((is_cu_die (old_die->die_parent)
+       || old_die->die_parent->die_tag == DW_TAG_module
        || context_die == NULL

Does checking context_die == old_die->die_parent work?

Jason


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