https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117302
--- Comment #4 from Igor S Gerasimov ---
Oh... I did not know that this code is invalid. I will try to create a warning
about this situation when I will have a time.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117302
--- Comment #3 from Andrew Pinski ---
Note flang produces the same code while ifort/ifx produces the if/then.
But as mentioned in those links the code is undefined because merge does not
need to be evulate the expressions conditionally.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117302
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117302
kargls at comcast dot net changed:
What|Removed |Added
CC||kargls at comcast dot net
--