This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/79909] ICE error: invalid rtl sharing found in the insn on ppc64le


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);
}

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]