------- Comment #19 from d at domob dot eu 2008-04-04 20:27 ------- Created an attachment (id=15429) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15429&action=view) Implements dynamic string length
Finally, I managed to get dynamic string length working; however, this was more an experimentation thing for some parts. For instance, the generation of the tree-expression in gfc_trans_array_constructor was pure guessing and getting lucky, so I fear it is not quite done the right way; however, so far it works and I hope it is nearly correct now. This patch makes all my tests for constructor with typespec work, but it introduces two regression failures I'll still have to look at. And finally, I fear the style is yet to become perfect ;) -- d at domob dot eu changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #15374|0 |1 is obsolete| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27997