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: [C++ PATCH]: Fix 11595


Jason Merrill <jason@redhat.com> writes:

| The use of POP_TIMEVAR_AND_RETURN seems unnecessary here.  In fact, it's
| not clear to me why it would ever be useful to combine the two operations.
| Gaby?

It is an automated way to ensure that functions with multiple
return-statements consistently pop the timevar stack in the return
statements. 
Arguably, it is not useful in this specific patch.

-- Gaby


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