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: [PATCH] PR c++/27574 (PING)


Richard Guenther a écrit :

So the only problem is the following line

DECL_INITIAL (node->decl) = error_mark_node;

in cgraph_release_function_body?  Does it fix the PR
if you make that conditional on DECL_ABSTRACT?

Yes, it fixes the problem. And in a much more compact way than what I was trying to do. Thanks.


I am still running regtests (for C and C++). I will post a new patch when that's done.

Thanks,

Dodji.



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