[Bug target/79909] ICE error: invalid rtl sharing found in the insn on ppc64le
pthaugen at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Mar 8 18:46:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79909
Pat Haugen <pthaugen at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2017-03-08
CC| |pthaugen at gcc dot gnu.org
Ever confirmed|0 |1
--- Comment #1 from Pat Haugen <pthaugen at gcc dot gnu.org> ---
Confirmed.
Reduced testcase.
// g++ -S -O1 -mxl-compat test.C
typedef float td __attribute__ ((mode (TD)));
td b, c, d, e, f, g;
void h (td, td, td, td, td, td);
void i ()
{
h (e, b, f, c, g, d);
}
More information about the Gcc-bugs
mailing list