Re: [PATCH] Fix PR79894

2017-03-06 Thread Thomas Koenig
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.

[PATCH] Fix PR79894

2017-03-06 Thread 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? Thanks, Richard. 2017-03-06 Richard Biener