This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
don't touch fold locations
- From: Aldy Hernandez <aldyh at redhat dot com>
- To: gcc at gcc dot gnu dot org
- Date: Thu, 18 Jun 2009 10:37:31 -0400
- Subject: don't touch fold locations
Hi folks.
Fold needs some serious surgery to make it location friendly. I'm
currently revamping the whole thing to take locations, so if you're
thinking of adding locations to any of the functions, please hold off
until I'm done, to avoid duplication of work as well as a conflict
nightmare.
Somehow I doubt anyone is crazy enough to touch fold, but just in
case... I doubt it'll take more than a few days (FWL).
Aldy