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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Depends on|                            |97706

--- Comment #10 from Richard Biener <rguenth at gcc dot gnu.org> ---
There's more changes/fixes to be backported to fix this on the GCC 10 branch,
like PR97706 and related fixes.  Not sure if it is worth the trouble, the ICE
doesn't seem to reproduce for me on the branch but instead I get

t.c: In function 'w7.simdclone.0':
t.c:4:1: error: non-trivial conversion in 'ssa_name'
    4 | w7 (void)
      | ^~
vector(8) unsigned char
vector(8) <unnamed type>
vect__18.21_29 = mask__4.19_25;
t.c:4: confused by earlier errors, bailing out

which may be another issue that's latent there.


Referenced Bugs:

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97706
[Bug 97706] [11 Regression] ICE with LTO at -O3: verify_gimple failed
(incompatible types in 'PHI' argument 0)

Reply via email to