This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [patch, fortran] PR34536 - add default warning
- From: Daniel Franke <franke dot daniel at gmail dot com>
- To: fortran at gcc dot gnu dot org
- Cc: Thomas Koenig <tkoenig at netcologne dot de>, gcc-patches at gcc dot gnu dot org
- Date: Sun, 23 Dec 2007 18:36:16 +0100
- Subject: Re: [patch, fortran] PR34536 - add default warning
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date:user-agent:cc:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; bh=sihBIyPmvOHqX4B6loylkEXgoXtxlfjdx3yqafCRz4Q=; b=fLK8NFB8ssQNgrGOrmbsG35cSF4SYxOvoo8u85Z7fFnYdH2GTlloxmZg5kaIGzKYkYdqVbZPQaneQFID1nln91ayCFNBLS60B6YBRp8aXYSdVI8aTdtFel1GBth8TqnCE+D6fq36iMTKvQ+OFpy9lwWy0zrPACQEIdDoItXp4Yk=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:cc:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=DEuJlB8MIW27+0L6hwJYL6gojERwW/xqc87TbUBTZ9ZEcunxYyacgV5RPc46aCiLha0Qjs9txmwHpnOtHsVOmDUYtjRWXrh+k9BW1yjdLrANpU8E+5HqSBipmaGivvPoaeUp9r1lhIZP+zqWjVvwrFLm96bxl9+AwhqQAi1DtWk=
- References: <200712211241.52630.franke.daniel@gmail.com> <1198428219.29080.0.camel@meiner.onlinehome.de>
On Sunday 23 December 2007 17:43:39 Thomas Koenig wrote:
> On Fri, 2007-12-21 at 12:41 +0100, Daniel Franke wrote:
> > gcc/fortran:
> > 2007-12-21 Daniel Franke <franke.daniel@gmail.com>
> >
> > * matchexp.c (match_ext_mult_operand): Print warning for unary
> > operators following arithmetic ones by default.
> > (match_ext_add_operand): Likewise.
>
> OK.
Thanks.
Added an additional testcase as requested by Tobias in earlier mail
(gfortran.dg/unary_operator.f90). Committed as r131149.
Regards
Daniel