This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [Patch, Fortran] PR33455 - reject MERGE with character arguments of different length
- From: Tobias Burnus <burnus at net-b dot de>
- To: François-Xavier Coudert <fxcoudert at gmail dot com>, "'fortran at gcc dot gnu dot org'" <fortran at gcc dot gnu dot org>, gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Fri, 21 Sep 2007 13:37:44 +0200
- Subject: Re: [Patch, Fortran] PR33455 - reject MERGE with character arguments of different length
- References: <46F39116.804@net-b.de> <19c433eb0709210249i665f7039ic7c60186d0fcf4ca@mail.gmail.com>
François-Xavier Coudert wrote:
> OK, with or without the following suggestions. What about making it
> available for other intrinsics?
>
I knew I would overlook something. Thanks for this suggestion!
> Maybe add tests that don't error out
>
I inserted your examples into the test-case file.
In another email, you wrote:
> OK. Thanks for taking care of these transfer-related PRs.
Well, I'm actually doing the diagnostic/accepts-invalid part only; the
real work is to get the wrong-code/rejects-valid to work ;-)
Thanks for the reviews.
Tobias