+The llvm-gcc 4.2 Ada compiler works fairly well, however this is not a mature
+technology and problems should be expected.
+
+- The Ada front-end currently only builds on x86-32. This is mainly due
+to lack of trampoline support (pointers to nested functions) on other platforms,
+however it also fails to build on x86-64
+which does support trampolines.
+- The Ada front-end fails to bootstrap.
+Workaround: configure with --disable-bootstrap.
+- The c380004 and c393010 ACATS tests
+fail (c380004 also fails with gcc-4.2 mainline).
+- Many gcc specific Ada tests continue to crash the compiler.
+- The -E binder option (exception backtraces)
+does not work and will result in programs
+crashing if an exception is raised. Workaround: do not use -E.
+- Only discrete types are allowed to start
+or finish at a non-byte offset in a record. Workaround: do not pack records
+or use representation clauses that result in a field of a non-discrete type
+starting or finishing in the middle of a byte.
+- The lli interpreter considers 'main'
+as generated by the Ada binder to be invalid.
+Workaround: hand edit the file to use pointers for argv and envp rather than
+integers.
+- The -fstack-check option is ignored.
+
+
+
+
+