On 19 Juni, 12:55, petter_frykl...@hotmail.com wrote: > On 19 Juni, 12:27, "Alex R. Mosteo" wrote: > > > > > > > petter_frykl...@hotmail.com wrote: > > > First we got circularity detected in elaboration for a rather complex > > > generic structure. This does not happen in Solaris. A pragma Suppress > > > (Elaboration_Check) allowed us to build. But elaboration never > > > completes. We suspect that a PROGRAM_ERROR has been raise, but see no > > > trace of it. Last entry of call stack is an instantiation of generic > > > package that needed pragma Suppress to build. > > > > Task Display does not work, always empty. > > > > Any suggestions? > > > Have you tried the -gnatE switch? Elaboration checks by gnat default to a > > static, more restricted mechanism than required. It helped me in the past, > > although nowadays I prefer to make my programs buildable without this > > switch. > > Thanks for the swift response. > > Yes, it did not help at all. But perhaps the combination of pragma > Suppress and -gnatE? Unfortunatly this is a big application depending > on a large infrastructure set using complex generics. I don't > understand why it differs between Solaris and Linux, but perhaps same > release level is just an illusion. > > /Petter- Dölj citerad text - > > - Visa citerad text - Sorry guys, we mistakenly used an old compiler. Elabortion now works like a dream.