[Bug bootstrap/32497] (const_int INT_MIN) can cause warnings to show up while building insn-emit.c

2024-04-17 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=32497

Andrew Pinski  changed:

   What|Removed |Added

   Target Milestone|--- |7.0
 Status|ASSIGNED|RESOLVED
 Resolution|--- |WONTFIX

--- Comment #20 from Andrew Pinski  ---
So sh5 support was removed in r7-339-ge1fab8ba2337fd and that removed the use
of 4294967296. So it is hard to test something which does not exist any more.

So closing as won't fix for GCC 7. When someone needs -4294967296 this will
come up again but right now there is no need to fix this.

[Bug bootstrap/32497] (const_int INT_MIN) can cause warnings to show up while building insn-emit.c

2024-04-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=32497

Andrew Pinski  changed:

   What|Removed |Added

Summary|Crosscomiling native sh3|(const_int INT_MIN) can
   |gcc on a 64-bit host fails  |cause warnings to show up
   ||while building insn-emit.c
 Status|WAITING |ASSIGNED
   Assignee|unassigned at gcc dot gnu.org  |pinskia at gcc dot 
gnu.org

--- Comment #19 from Andrew Pinski  ---
Let me take a look into fix this issue for GCC 15. It might be already fixed
when GCC moved over to requiring a C++11 compiler ...