------- Comment #5 from rth at gcc dot gnu dot org 2006-05-01 15:11 ------- We went through three iterations of this on the branch.
The variable identification step cannot be done before gimplification, because it requires that we also mark some variables that are created by the gimplification process. The step is complex enough that writing three different versions of the pass to generate error messages from the front end proved to be intractable. I, for one, am not going to change this. -- rth at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26751