This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: peeling more bits off the onion
"Zack Weinberg" <zack@codesourcery.com> writes:
| Gabriel Dos Reis <gdr@integrable-solutions.net> writes:
|
| > Last time I was working one this sort of thing, Mark, Jason and I
| > agreed it is ugly and wrong that poplevel() is being called from
| > there (by language independent code). We agree that should not
| > happen. so instead of preserving that hack, I would rather we get
| > rid of it.
|
| I totally agree that poplevel and pushlevel should not be called from
| language independent code, but I have a specific goal in mind, and it
| does not include fixing this.
The point is, if you're going to make that look "better" then don't
preserve it by inventing enums around it.
-- Gaby