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

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
So the error message comes from the following:

int tree_check(int, int, const char*);
int g(int t = tree_check(1, 1, __FUNCTION__));

Reply via email to