Re: [PATCH] Fortran: fix simplification of intrinsics IBCLR and IBSET [PR106557]

2022-08-22 Thread Mikael Morin
Le 20/08/2022 à 21:11, Harald Anlauf via Fortran a écrit : Dear all, the simplification of the TRANSFER intrinsic produces a redundant representation of the result, one in expr->value and another in expr->representation.string. This is done to ensure a safe "round-trip" for nested TRANSFER.

[PATCH] Fortran: fix simplification of intrinsics IBCLR and IBSET [PR106557]

2022-08-20 Thread Harald Anlauf via Gcc-patches
OK for mainline? Thanks, Harald From a540a806cf02d739a408f129738252e73f03e60c Mon Sep 17 00:00:00 2001 From: Harald Anlauf Date: Sat, 20 Aug 2022 20:36:28 +0200 Subject: [PATCH] Fortran: fix simplification of intrinsics IBCLR and IBSET [PR106557] gcc/fortran/ChangeLog: PR fortran/10655