On 10/30/19 4:55 PM, Jakub Jelinek wrote:
Do they? At least the C/C++ FEs should complain/remove before it makes its way into the middle-end. […]Haven't checked the Fortran FE.
The Fortran FE lacks many checks the C/C++ FE has – but, admittedly, it *does* have this check. (Which obviously does not apply to FE generated code.)
Ok.
Thanks for the quick review. (Committed as Rev. 277631.) Tobias