[Accepted as a DR at the June, 2024 meeting.]
Consider:
float f = {1e100};
This is rejected as narrowing on all implementations. Issue 2723 made the example non-narrowing, which seems incorrect on an IEEE platform.