https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65054
--- Comment #2 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
That typedef is not really necessary:
const char *
foo (void)
{
return ((char *const) "abc" + 1);
}
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65054
--- Comment #2 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
That typedef is not really necessary:
const char *
foo (void)
{
return ((char *const) "abc" + 1);
}