LDC internal error message (with no line number) but source compiles ok with GDC

kinke noone at nowhere.com
Wed Jun 14 10:37:22 UTC 2023


This is https://github.com/ldc-developers/ldc/issues/3606, here 
about `p[i] >>> 9`. The frontend for some reason doesn't promote 
scalars to vectors for shifts (but for arithmetic ops); an 
explicit `x >>> uint64_256_t(9)` compiles.


More information about the digitalmars-d-ldc mailing list