Re: [PATCH] Assume an unrecognized gnatmake is very new
Tom Tromey <[email protected]>
| Newsgroups | gmane.comp.gdb.patches |
|---|---|
| Message-ID | <[email protected]> |
>>>>> "Tom" == Tom Tromey <[email protected]> writes: Tom> I don't know why -- though I suspect there may have been a change to Tom> the output of "gnatmake --version" -- but recently some gdb.ada tests Tom> have stopped running when llvm-gnatmake is used. Tom> The llvm-gnatmake I am testing against prints a version string that Tom> isn't recognized by gnat_version_compare. However, it seems to me Tom> that AdaCore is probably the main place where this can even occur; and Tom> furthermore that without some extra work, it seems reasonable for Tom> gnat_version_compare to assume that an unrecognized gnatmake is "very Tom> new". I'm checking this in. Tom