Re: Update_Element Spec. in Containers.Indefinite_Hashed_Maps



Matthew Heaney wrote:
> "Anh Vo" <anhvofrcaus@xxxxxxxxx> writes:
>
> Note that if you have an older version of GNAT, then it's not hard to modify
> your copy of the container library sources to match what's in the latest RM
> draft. Just find the ada include directory in your distribution, fix the file
> in which you're interested, and compile the modified sources with -gnatg.
> (Would -a work too?)
>
> If you need the latest container sources now, and you're unsure what to do,
> just drop me a line and I can step you through the necessary changes.

Thanks for your offer. Actually, I can get it from gcc-4.1.0 /
gcc-4.2.0. I was looking at the Geneology example under GNAT-GPL 2005
compiler. Then, I accidentally compile this example under gcc-4.1.0
(Red Hat). Of course, the compilation failed due parameters mismatched.
This triggered my curiosity to post the question.

Wishing everyone a happy and healthy holiday - Christmas, new year, etc
....

AV

.



Relevant Pages

  • Thoughts on AdaCore maintaining GCC-incompatible GNAT sources
    ... I'm glad that AdaCore has been there making sure that we have a free ... I'm also glad that GNAT ... is part of GCC and all that entails. ... try and compile JGNAT directly from the GCC-4.5.2 ...
    (comp.lang.ada)
  • New Ada ANSI console/X terminal game
    ... Windows, even assuming that there is a suitable ANSI terminal ... Ada.Command_Line.Environment (I didn't use it myself because GNAT ... To compile under Linux/Unix, assuming you have GNAT and libadasockets ... (from The Mainspring of Human Progress) ...
    (comp.lang.ada)
  • Re: Texttools (Linux) - problem during compilation
    ... program and first I checked how to compile an example file. ... I had a similar message a few days ago, with gnat installed in a non-standard location on a Mandriva Linux box. ... - Are you using a precompiled texttools lib? ... including Linux, GNAT comes with several runtime lib, each using ...
    (comp.lang.ada)
  • Defect with formal package parameters
    ... the error message. ... allows the example to compile without error. ... At present I am assuming this is a defect with GNAT 2008 rather than ... package Signature is end; ...
    (comp.lang.ada)
  • Re: Timing code blocks
    ... Firstly, if I compile with my normal options, -g -O2 -gnato -fstack-check, the code fails after some seconds with Constraint_Error ... Assignment outside of the branching took 0.000002000000 ... I believe that GNAT optimizes out almost everything in your loops, because the results are not used in the program. ... Niklas Holsti ...
    (comp.lang.ada)