[Bug middle-end/105009] [12 Regression] Fails to build with --target=xtensa-esp32-elf

rguenth at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Mar 22 08:44:32 GMT 2022


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
             Target|                            |xtensa-esp32-elf
   Target Milestone|---                         |12.0
                 CC|                            |rguenth at gcc dot gnu.org
   Last reconfirmed|                            |2022-03-22
             Status|UNCONFIRMED                 |WAITING
           Keywords|                            |build

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
It's declared

extern inline __attribute__ ((__gnu_inline__)) poly_int64
tree_to_poly_int64 (const_tree t)
{
  gcc_assert (tree_fits_poly_int64_p (t));
  return TREE_INT_CST_LOW (t);
}

which should be OK in principle but of course it depends on the host compiler.

What host compiler are you using?


More information about the Gcc-bugs mailing list