public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/110043] New: ice in size_remaining, at pointer-query.cc:875
@ 2023-05-30 20:52 dcb314 at hotmail dot com
  2023-05-30 22:46 ` [Bug tree-optimization/110043] [14 Regression] " pinskia at gcc dot gnu.org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: dcb314 at hotmail dot com @ 2023-05-30 20:52 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 110043
           Summary: ice in size_remaining, at pointer-query.cc:875
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: dcb314 at hotmail dot com
  Target Milestone: ---

For this C source code:

__int128 g_116_1;
char g_521[][8];
func_24() {
  for (; g_116_1 >= 0;)
    g_521[g_116_1][g_116_1] &= 0;
}

compiled by recent gcc, does this:

$ ~/gcc/results/bin/gcc -c -w -O1 bug927.c
during GIMPLE pass: waccess
bug927.c: In function ‘func_24’:
bug927.c:3:1: internal compiler error: in size_remaining, at
pointer-query.cc:875
    3 | func_24() {
      | ^~~~~~~
0xd1823d
access_ref::size_remaining(generic_wide_int<fixed_wide_int_storage<128>
 >*) const
        ../../trunk.year/gcc/pointer-query.cc:875

The bug seems to exist since sometime before 20220515.

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-06-20  9:12 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-30 20:52 [Bug c/110043] New: ice in size_remaining, at pointer-query.cc:875 dcb314 at hotmail dot com
2023-05-30 22:46 ` [Bug tree-optimization/110043] [14 Regression] " pinskia at gcc dot gnu.org
2023-05-30 22:51 ` pinskia at gcc dot gnu.org
2023-07-15  6:00 ` pinskia at gcc dot gnu.org
2023-10-17 10:57 ` rguenth at gcc dot gnu.org
2023-11-11  8:45 ` [Bug tree-optimization/110043] [12/13/14 Regression] ice in size_remaining, at pointer-query.cc:875 since r12-6606-g9d6a0f388eb048 sjames at gcc dot gnu.org
2023-11-13  9:44 ` rguenth at gcc dot gnu.org
2024-06-20  9:12 ` [Bug tree-optimization/110043] [12/13/14/15 " rguenth at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).