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

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Reduced:
```


union f
{
   int a;
   long double b;
};


f parse_from() {
        return {};
}
```

the warning should mention return here rather than argument ...

Reply via email to