GNAT 16.1.0-rc1 - Call for testing

It works fine on macOS 15.

Now I understand what’s happen. ALS CI runs on MacOS 14 while gcc 16 was built on MacOS 15. That’s why it fails. Thank you for explanation.

1 Like

Great.

You can also check it with the GtkAda sources. The GNAT 16.1.1 20260625 does not compile them because of an anonymous access type conversion bug either in the source or in the compiler. The offending file is gtkada-canvas_view.ads.

Another test would be some large library that uses generics. Because it seems to reintroduce the long standing GNAT bug/issue that the types declared in generic formal packages or else in generic parent packages suddenly become invisible upon instantiation. As usual, renaming the type per a subtype solves the problem.

Is there a git tree with the source in?

Oh, it’s here.