https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93014

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org,
                   |                            |jason at gcc dot gnu.org

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
So, shall we treat VIEW_CONVERT_EXPR as lvalue only if it has compatible type
with its operand?

Note, I can't reproduce the ICE, neither on x86_64 with -O2
-flax-vector-conversions -mavx512f (and all -std=c++* options I've tried), nor
in cross to aarch64-linux.

Reply via email to