public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/111130] New: ice & tree check fail in useless_type_conversion_p, at gimple-expr.cc:85
@ 2023-08-24 12:12 dcb314 at hotmail dot com
  2023-08-24 13:14 ` [Bug c/111130] " rguenth at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: dcb314 at hotmail dot com @ 2023-08-24 12:12 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 111130
           Summary: ice & tree check fail in useless_type_conversion_p, at
                    gimple-expr.cc:85
           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: ---

This C code:

g_61, func_100_p_104;
short g_135_3_2_2;
func_100(unsigned char p_101) {
  int __trans_tmp_1;
  for (; g_61; g_61 -= 1)
    if (func_100_p_104) {
      unsigned short left = __trans_tmp_1 = left >> p_101;
      g_135_3_2_2 |= __trans_tmp_1;
    }
}

with recent trunk gcc and compiler flag -O3, does this:

$ ~/gcc/results/bin/gcc -c -w -O3 bug949.c
during GIMPLE pass: vect
bug949.c: In function ‘func_100’:
bug949.c:3:1: internal compiler error: tree check: expected class ‘type’, have
‘exceptional’ (error_mark) in useless_type_conversion_p, at gimple-expr.cc:85
    3 | func_100(unsigned char p_101) {
      | ^~~~~~~~
0x117c1c9 tree_class_check_failed(tree_node const*, tree_code_class, char
const*, int, char const*)
        ../../trunk.year/gcc/tree.cc:8948
0xa7b615 tree_class_check(tree_node*, tree_code_class, char const*, int, char
const*)
        ../../trunk.year/gcc/tree.h:3700
0xa7b615 useless_type_conversion_p(tree_node*, tree_node*)
        ../../trunk.year/gcc/gimple-expr.cc:85


The bug first seems to occur sometime between g:4a0633d4d499cf97
and g:abf953042ace4717, some 27 commits.

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

* [Bug c/111130] ice & tree check fail in useless_type_conversion_p, at gimple-expr.cc:85
  2023-08-24 12:12 [Bug c/111130] New: ice & tree check fail in useless_type_conversion_p, at gimple-expr.cc:85 dcb314 at hotmail dot com
@ 2023-08-24 13:14 ` rguenth at gcc dot gnu.org
  2023-08-25  6:34 ` dcb314 at hotmail dot com
  2023-08-25  7:57 ` rguenth at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: rguenth at gcc dot gnu.org @ 2023-08-24 13:14 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rguenth at gcc dot gnu.org

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
duplicate of PR111128?

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

* [Bug c/111130] ice & tree check fail in useless_type_conversion_p, at gimple-expr.cc:85
  2023-08-24 12:12 [Bug c/111130] New: ice & tree check fail in useless_type_conversion_p, at gimple-expr.cc:85 dcb314 at hotmail dot com
  2023-08-24 13:14 ` [Bug c/111130] " rguenth at gcc dot gnu.org
@ 2023-08-25  6:34 ` dcb314 at hotmail dot com
  2023-08-25  7:57 ` rguenth at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: dcb314 at hotmail dot com @ 2023-08-25  6:34 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from David Binderman <dcb314 at hotmail dot com> ---
(In reply to Richard Biener from comment #1)
> duplicate of PR111128?

Yes. Fixed in this morning's compiler, that has your fix for that
bug in it.

Also, the git range I specified contains the same probable commit as that bug.

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

* [Bug c/111130] ice & tree check fail in useless_type_conversion_p, at gimple-expr.cc:85
  2023-08-24 12:12 [Bug c/111130] New: ice & tree check fail in useless_type_conversion_p, at gimple-expr.cc:85 dcb314 at hotmail dot com
  2023-08-24 13:14 ` [Bug c/111130] " rguenth at gcc dot gnu.org
  2023-08-25  6:34 ` dcb314 at hotmail dot com
@ 2023-08-25  7:57 ` rguenth at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: rguenth at gcc dot gnu.org @ 2023-08-25  7:57 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |DUPLICATE
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> ---
duplicate then

*** This bug has been marked as a duplicate of bug 111128 ***

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

end of thread, other threads:[~2023-08-25  7:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-24 12:12 [Bug c/111130] New: ice & tree check fail in useless_type_conversion_p, at gimple-expr.cc:85 dcb314 at hotmail dot com
2023-08-24 13:14 ` [Bug c/111130] " rguenth at gcc dot gnu.org
2023-08-25  6:34 ` dcb314 at hotmail dot com
2023-08-25  7:57 ` 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).