This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: plugin-provided pragmas & Fortran or Ada?
> Are there any plugin hooks for Ada pragmas? Perhaps the Ada team might
> consider adding some, if it is simple enough. Specific pragmas have
> definitely their places in plugins.
The Ada front-end is entirely isolated from the middle-end so we would need to
devise a way of allowing the latter to dynamically affect the former. That's
certainly doable but not immediate.
--
Eric Botcazou