[Bug fortran/45369] problem with the associate statement

2010-08-21 Thread clerman at fuse dot net
--- Comment #1 from clerman at fuse dot net 2010-08-21 16:40 --- Created an attachment (id=21538) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21538action=view) code that allow the bug to be reproduced -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45369

[Bug fortran/45369] problem with the associate statement

2010-08-21 Thread domob at gcc dot gnu dot org
--- Comment #2 from domob at gcc dot gnu dot org 2010-08-21 16:57 --- I only get a limited set of errors: test.f03:188.10: x_dist = pt1 % Get (X_COORD) - pt2 % Get (X_COORD) 1 Error: Unclassifiable statement at (1) test.f03:189.10: y_dist = pt1 % Get

[Bug fortran/45369] problem with the associate statement

2010-08-21 Thread domob at gcc dot gnu dot org
--- Comment #3 from domob at gcc dot gnu dot org 2010-08-21 16:58 --- Thanks for the test-case, I'll check against it when this will be implemented. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45369

[Bug fortran/45369] problem with the associate statement

2010-08-21 Thread clerman at fuse dot net
--- Comment #4 from clerman at fuse dot net 2010-08-21 21:35 --- Subject: Re: problem with the associate statement Thank you very much. I use the associate construct a great deal; it can really clarify your code. Norm domob at gcc dot gnu dot org gcc-bugzi...@gcc.gnu.org