https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71625
Martin Sebor <msebor at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|unassigned at gcc dot gnu.org |msebor at gcc dot
gnu.org
--- Comment #15 from Martin Sebor <msebor at gcc dot gnu.org> ---
Testing a patch for the constant case:
const char a[] = { 'a', 'b', 'c', 0 };
int f (void)
{
return __builtin_strlen (a);
}
