[Bug target/69567] PowerPC64: cstore optimisation produces bad code

2016-01-30 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69567 Segher Boessenkool changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassig

[Bug target/69567] PowerPC64: cstore optimisation produces bad code

2016-01-30 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69567 --- Comment #3 from Segher Boessenkool --- Confirmed. It's a combine problem. Mine.

[Bug target/69567] PowerPC64: cstore optimisation produces bad code

2016-01-30 Thread msebor at gcc dot gnu.org
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

[Bug target/69567] PowerPC64: cstore optimisation produces bad code

2016-01-30 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69567 Martin Sebor changed: What|Removed |Added Target|powerpc64le-linux |powerpc64*-linux Status|UNCON