https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108946
Bug ID: 108946 Summary: [13.0] d: Identity comparison of vectors not supported Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: d Assignee: ibuclaw at gdcproject dot org Reporter: ibuclaw at gcc dot gnu.org Target Milestone: --- The operation `bool r = vector1 is vector2;` should be allowed by the D front-end codegen, and have a boolean result.