This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Fix PR79894
- From: Thomas Koenig <tkoenig at netcologne dot de>
- To: Richard Biener <rguenther at suse dot de>, gcc-patches at gcc dot gnu dot org
- Cc: fortran at gcc dot gnu dot org
- Date: Mon, 6 Mar 2017 13:05:14 +0100
- Subject: Re: [PATCH] Fix PR79894
- Authentication-results: sourceware.org; auth=none
- References: <alpine.LSU.2.20.1703061259200.30051@zhemvz.fhfr.qr>
Am 06.03.2017 um 13:01 schrieb Richard Biener:
The Fortran FE creates non-1:1 type compatible complex-expr /
realpart-expr in this case and thus like other FEs it can't expect
fold to end up with 1:1 type compatible results.
Testing on x86_64-unknown-linux-gnu in progress.
Ok for trunk?
Ok.
Thanks for the patch!
Regards
Thomas