This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] ada: Suppress warning on possibly unused out parameters in uintp.adb
> The current GNAT in SVN/trunk gives a warning saying that those "out"
> mode parameters may not be set. Those two pragmas suppress the
> warnings.
Could you give more details about this warning ? I cannot reproduce it on my
build.
How did you configure and build GNAT ?
Could you copy/paste the gcc call and the output from GNAT showing the command
used and the warning displayed ?
Arno