https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78508
Martin Liška changed:
What|Removed |Added
Resolution|FIXED |DUPLICATE
--- Comment #5 from Martin Lišk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78508
David Binderman changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78508
--- Comment #3 from David Binderman ---
Still broken, a couple of months later, in gcc dated 2017 Jan 13.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78508
--- Comment #2 from Martin Liška ---
Minimal test-case:
enum { _ISdigit = 8 ? 3 << 8 : 8, _ISpunct };
struct A {
static const short a = _ISpunct;
};
Reporting:
==85314== Invalid read of size 1
==85314==at 0x4C2B944: strlen (in
/usr/lib64
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78508
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|