This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: PATCH: Ada fixes for mingw32- cstreams.c (2/6)
- From: Arnaud Charlet <charlet at ACT-Europe dot FR>
- To: Danny Smith <danny_r_smith_2001 at yahoo dot co dot nz>
- Cc: GCC Patches <gcc-patches at gcc dot gnu dot org>, charlet at act-europe dot fr
- Date: Wed, 22 Oct 2003 11:38:07 +0200
- Subject: Re: PATCH: Ada fixes for mingw32- cstreams.c (2/6)
- References: <20031022093506.93219.qmail@web21412.mail.yahoo.com>
> In ada/cstreams.c: __gnat_full_name() there are multiple returns nested
> in target #ifdefs. On poor little mingw32, a return is never reached for
> this non-void function. Rather than adding another one, I put it as the
> last statement so it is always reached.
Right, this is OK.
I intended to do it after the other pending cstreams.c change, so
you may want to coordinate with the related IRIX change.
Arno