https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71315
Martin Sebor changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
See Also|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71315
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71315
prathamesh3492 at gcc dot gnu.org changed:
What|Removed |Added
CC||prathamesh3492 at gcc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71315
--- Comment #2 from Martin Sebor ---
I pasted the wrong test case in comment #0. The correct test case is as
follows:
void f (unsigned);
void g (void)
{
char s[] = "1234";
f (__builtin_strlen (s + 1));
f (__builtin_strlen (s + 1))
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71315
Martin Sebor changed:
What|Removed |Added
Keywords||missed-optimization
Known to fail|