------- Comment #10 from domob at gcc dot gnu dot org 2010-08-17 08:23 ------- This implements association to variables and removes the problems that were still there with array expressions and bounds. What's still missing is:
* Association to polymorphic entities * Association to strings (works partially, but has a lot of problems) * Association to derived types (should work in principle, but the parser does not like component references on the associate-names) * More checks for what is and is not a variable definition context and which associate names may appear in it -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38936