[Bug rtl-optimization/88563] [7/8/9 Regression] wrong code with -O2 -fno-code-hoisting -fno-tree-ccp -fno-tree-dominator-opts -fno-tree-forwprop -fno-tree-fre -fno-tree-pre -fno-tree-vrp

rguenth at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Dec 20 13:53:00 GMT 2018


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88563

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2018-12-20
          Component|tree-optimization           |rtl-optimization
   Target Milestone|---                         |7.5
     Ever confirmed|0                           |1

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
Confirmed.  Looks like middle-end or RTL:

  __int128 unsigned a.0_1;
  long long unsigned int _2;
  __int128 unsigned _13;
...
  a_10 = 5;
  a.0_1 = a_10;
  _2 = (long long unsigned int) a.0_1;
  _13 = _2 w* 18446744073709551615;
  _7 = COMPLEX_EXPR <_13, 0>;
  _3 = REALPART_EXPR <_7>;


More information about the Gcc-bugs mailing list