https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106425
--- Comment #1 from Martin Uecker <muecker at gwdg dot de> ---
Example:
int f(void)
{
auto n = 1.5;
return n * 2;
}
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106425
--- Comment #1 from Martin Uecker <muecker at gwdg dot de> ---
Example:
int f(void)
{
auto n = 1.5;
return n * 2;
}