Re: [gnat] reuse of ASTs already constructed

2012-04-15 Thread oliver.kell...@t-online.de
I looked into the second problem from http://gcc.gnu.org/ml/gcc/2009-08/msg00475.html , > 2) The 'X' lines in the ALI files are not what they should be. > This is due to the fact that Lib.Xref.Generate_(Definition|Reference) is > called during semantic analysis. However, when I discover that a >

Re: [gnat] reuse of ASTs already constructed

2012-04-06 Thread oliver.kell...@t-online.de
I am finally finding some some time to continue this work, having left off with http://gcc.gnu.org/ml/gcc/2009-08/msg00475.html : > [...] > There are two problems right now: > > 1) Mixing of Ada.Text_IO and Text_IO as described at >http://gcc.gnu.org/ml/gcc-help/2009-08/msg00113.html The s