public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/112881] New: ICE: in count_type_elements, at expr.cc:7034 when initializing struct with a _BitInt(64) member
@ 2023-12-06 12:08 zsojka at seznam dot cz
  2023-12-06 16:44 ` [Bug middle-end/112881] " jakub at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: zsojka at seznam dot cz @ 2023-12-06 12:08 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 112881
           Summary: ICE: in count_type_elements, at expr.cc:7034 when
                    initializing struct with a _BitInt(64) member
           Product: gcc
           Version: 14.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P3
         Component: middle-end
          Assignee: unassigned at gcc dot gnu.org
          Reporter: zsojka at seznam dot cz
                CC: jakub at gcc dot gnu.org
  Target Milestone: ---
              Host: x86_64-pc-linux-gnu
            Target: x86_64-pc-linux-gnu

Created attachment 56813
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=56813&action=edit
reduced testcase

Compiler output:
$ x86_64-pc-linux-gnu-gcc testcase.c
testcase.c: In function 'foo':
testcase.c:9:13: internal compiler error: in count_type_elements, at
expr.cc:7034
    9 |   (struct S){ p };
      |             ^
0x7578aa count_type_elements
        /repo/gcc-trunk/gcc/expr.cc:7034
0x109c10a categorize_ctor_elements_1
        /repo/gcc-trunk/gcc/expr.cc:7146
0x1194cb7 gimplify_init_constructor
        /repo/gcc-trunk/gcc/gimplify.cc:5473
0x11a1acd gimplify_modify_expr
        /repo/gcc-trunk/gcc/gimplify.cc:6357
0x118df99 gimplify_expr(tree_node**, gimple**, gimple**, bool (*)(tree_node*),
int)
        /repo/gcc-trunk/gcc/gimplify.cc:16719
0x1190936 gimplify_stmt(tree_node**, gimple**)
        /repo/gcc-trunk/gcc/gimplify.cc:7476
0x119f4e3 gimplify_and_add(tree_node*, gimple**)
        /repo/gcc-trunk/gcc/gimplify.cc:493
0x119f4e3 gimplify_decl_expr
        /repo/gcc-trunk/gcc/gimplify.cc:2139
0x118eda3 gimplify_expr(tree_node**, gimple**, gimple**, bool (*)(tree_node*),
int)
        /repo/gcc-trunk/gcc/gimplify.cc:16916
0x1190936 gimplify_stmt(tree_node**, gimple**)
        /repo/gcc-trunk/gcc/gimplify.cc:7476
0x11909e7 gimplify_and_add(tree_node*, gimple**)
        /repo/gcc-trunk/gcc/gimplify.cc:493
0x11909e7 gimplify_compound_literal_expr
        /repo/gcc-trunk/gcc/gimplify.cc:5338
0x118e64b gimplify_expr(tree_node**, gimple**, gimple**, bool (*)(tree_node*),
int)
        /repo/gcc-trunk/gcc/gimplify.cc:16713
0x1190936 gimplify_stmt(tree_node**, gimple**)
        /repo/gcc-trunk/gcc/gimplify.cc:7476
0x1191a39 gimplify_bind_expr
        /repo/gcc-trunk/gcc/gimplify.cc:1614
0x118eea3 gimplify_expr(tree_node**, gimple**, gimple**, bool (*)(tree_node*),
int)
        /repo/gcc-trunk/gcc/gimplify.cc:16920
0x11b0664 gimplify_stmt(tree_node**, gimple**)
        /repo/gcc-trunk/gcc/gimplify.cc:7476
0x11b0664 gimplify_body(tree_node*, bool)
        /repo/gcc-trunk/gcc/gimplify.cc:17986
0x11b0a9a gimplify_function_tree(tree_node*)
        /repo/gcc-trunk/gcc/gimplify.cc:18185
0xfb50e7 cgraph_node::analyze()
        /repo/gcc-trunk/gcc/cgraphunit.cc:685
Please submit a full bug report, with preprocessed source (by using
-freport-bug).
Please include the complete backtrace with any bug report.
See <https://gcc.gnu.org/bugs/> for instructions.

$ x86_64-pc-linux-gnu-gcc -v
Using built-in specs.
COLLECT_GCC=/repo/gcc-trunk/binary-latest-amd64/bin/x86_64-pc-linux-gnu-gcc
COLLECT_LTO_WRAPPER=/repo/gcc-trunk/binary-trunk-r14-6210-20231206095912-ge44ed92dbbe-checking-yes-rtl-df-extra-nobootstrap-amd64/bin/../libexec/gcc/x86_64-pc-linux-gnu/14.0.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /repo/gcc-trunk//configure --enable-languages=c,c++
--enable-valgrind-annotations --disable-nls --enable-checking=yes,rtl,df,extra
--disable-bootstrap --with-cloog --with-ppl --with-isl
--build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu
--target=x86_64-pc-linux-gnu --with-ld=/usr/bin/x86_64-pc-linux-gnu-ld
--with-as=/usr/bin/x86_64-pc-linux-gnu-as --disable-libstdcxx-pch
--prefix=/repo/gcc-trunk//binary-trunk-r14-6210-20231206095912-ge44ed92dbbe-checking-yes-rtl-df-extra-nobootstrap-amd64
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 14.0.0 20231206 (experimental) (GCC)

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

* [Bug middle-end/112881] ICE: in count_type_elements, at expr.cc:7034 when initializing struct with a _BitInt(64) member
  2023-12-06 12:08 [Bug middle-end/112881] New: ICE: in count_type_elements, at expr.cc:7034 when initializing struct with a _BitInt(64) member zsojka at seznam dot cz
@ 2023-12-06 16:44 ` jakub at gcc dot gnu.org
  2023-12-07  8:48 ` cvs-commit at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: jakub at gcc dot gnu.org @ 2023-12-06 16:44 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|                            |2023-12-06
           Assignee|unassigned at gcc dot gnu.org      |jakub at gcc dot gnu.org
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |ASSIGNED

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Created attachment 56816
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=56816&action=edit
gcc14-pr112881.patch

Untested fix.

Zdenek, thanks for all your work on these bugreports, it is very much
appreciated.

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

* [Bug middle-end/112881] ICE: in count_type_elements, at expr.cc:7034 when initializing struct with a _BitInt(64) member
  2023-12-06 12:08 [Bug middle-end/112881] New: ICE: in count_type_elements, at expr.cc:7034 when initializing struct with a _BitInt(64) member zsojka at seznam dot cz
  2023-12-06 16:44 ` [Bug middle-end/112881] " jakub at gcc dot gnu.org
@ 2023-12-07  8:48 ` cvs-commit at gcc dot gnu.org
  2023-12-07  9:36 ` jakub at gcc dot gnu.org
  2023-12-10 20:32 ` pinskia at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2023-12-07  8:48 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Jakub Jelinek <jakub@gcc.gnu.org>:

https://gcc.gnu.org/g:e5489faf8efa30d8548bb669c0a700c409068bce

commit r14-6265-ge5489faf8efa30d8548bb669c0a700c409068bce
Author: Jakub Jelinek <jakub@redhat.com>
Date:   Thu Dec 7 09:47:16 2023 +0100

    expr: Handle BITINT_TYPE in count_type_elements [PR112881]

    The following testcaser ICEs during gimplification, because
    count_type_elements doesn't handle BITINT_TYPE.  It should handle it like
    other integral types.

    2023-12-07  Jakub Jelinek  <jakub@redhat.com>

            PR middle-end/112881
            * expr.cc (count_type_elements): Handle BITINT_TYPE like
INTEGER_TYPE.

            * gcc.dg/bitint-50.c: New test.

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

* [Bug middle-end/112881] ICE: in count_type_elements, at expr.cc:7034 when initializing struct with a _BitInt(64) member
  2023-12-06 12:08 [Bug middle-end/112881] New: ICE: in count_type_elements, at expr.cc:7034 when initializing struct with a _BitInt(64) member zsojka at seznam dot cz
  2023-12-06 16:44 ` [Bug middle-end/112881] " jakub at gcc dot gnu.org
  2023-12-07  8:48 ` cvs-commit at gcc dot gnu.org
@ 2023-12-07  9:36 ` jakub at gcc dot gnu.org
  2023-12-10 20:32 ` pinskia at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: jakub at gcc dot gnu.org @ 2023-12-07  9:36 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Fixed now.

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

* [Bug middle-end/112881] ICE: in count_type_elements, at expr.cc:7034 when initializing struct with a _BitInt(64) member
  2023-12-06 12:08 [Bug middle-end/112881] New: ICE: in count_type_elements, at expr.cc:7034 when initializing struct with a _BitInt(64) member zsojka at seznam dot cz
                   ` (2 preceding siblings ...)
  2023-12-07  9:36 ` jakub at gcc dot gnu.org
@ 2023-12-10 20:32 ` pinskia at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-12-10 20:32 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |14.0

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

end of thread, other threads:[~2023-12-10 20:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-06 12:08 [Bug middle-end/112881] New: ICE: in count_type_elements, at expr.cc:7034 when initializing struct with a _BitInt(64) member zsojka at seznam dot cz
2023-12-06 16:44 ` [Bug middle-end/112881] " jakub at gcc dot gnu.org
2023-12-07  8:48 ` cvs-commit at gcc dot gnu.org
2023-12-07  9:36 ` jakub at gcc dot gnu.org
2023-12-10 20:32 ` pinskia 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).