https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69567
Segher Boessenkool changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassig
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69567
--- Comment #3 from Segher Boessenkool ---
Confirmed. It's a combine problem. Mine.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69567
--- Comment #2 from Martin Sebor ---
In fact, the test case can be simplified even further to this:
typedef __UINT16_TYPE__ uint16_t;
typedef __UINT32_TYPE__ uint32_t;
typedef __INT64_TYPE__ int64_t;
typedef __UINT64_TYPE__ uint64_t;
static ui
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69567
Martin Sebor changed:
What|Removed |Added
Target|powerpc64le-linux |powerpc64*-linux
Status|UNCON