public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "gscfq@t-online.de" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c/95108] New: [10/11 Regression] ICE in tree_fits_uhwi_p, at tree.c:7292
Date: Wed, 13 May 2020 16:24:23 +0000	[thread overview]
Message-ID: <bug-95108-4@http.gcc.gnu.org/bugzilla/> (raw)

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

            Bug ID: 95108
           Summary: [10/11 Regression] ICE in tree_fits_uhwi_p, at
                    tree.c:7292
           Product: gcc
           Version: 11.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: gscfq@t-online.de
  Target Milestone: ---

Changed between 20190811 and 20190818, with -fno-tree-ccp :
(test case derived from pr88588.c)


$ cat z1.c
int *v;

#pragma omp declare simd
void
foo (int x)
{
  int *a = &x + 1;

  for (;;)
    {
      *v = *a;
      a = v;
    }
}


$ gcc-10-20190811 -c z1.c -O2 -fopenmp -fno-tree-ccp
$
$ gcc-11-20200510 -c z1.c -O2 -fopenmp -fno-tree-ccp
during GIMPLE pass: alias
z1.c: In function 'foo.simdclone.0':
z1.c:5:1: internal compiler error: Segmentation fault
    5 | foo (int x)
      | ^~~
0xb0ed8f crash_signal
        ../../gcc/toplev.c:328
0xd62e47 tree_fits_uhwi_p(tree_node const*)
        ../../gcc/tree.c:7292
0xcb74ad create_variable_info_for_1
        ../../gcc/tree-ssa-structalias.c:6068
0xcb7c43 create_variable_info_for
        ../../gcc/tree-ssa-structalias.c:6251
0xcb7c43 get_vi_for_tree
        ../../gcc/tree-ssa-structalias.c:2939
0xcb839f get_constraint_for_ssa_var
        ../../gcc/tree-ssa-structalias.c:3031
0xcb8902 get_constraint_for_1
        ../../gcc/tree-ssa-structalias.c:3611
0xcb97c4 get_constraint_for_ptr_offset
        ../../gcc/tree-ssa-structalias.c:3166
0xcb8939 get_constraint_for_1
        ../../gcc/tree-ssa-structalias.c:3544
0xcb9172 get_constraint_for_address_of
        ../../gcc/tree-ssa-structalias.c:3462
0xcb8b6b get_constraint_for_1
        ../../gcc/tree-ssa-structalias.c:3530
0xcbce95 find_func_aliases
        ../../gcc/tree-ssa-structalias.c:5017
0xcbdafe compute_points_to_sets
        ../../gcc/tree-ssa-structalias.c:7380
0xcbdafe compute_may_aliases()
        ../../gcc/tree-ssa-structalias.c:7861
0xa4524e execute_function_todo
        ../../gcc/passes.c:1957
0xa46192 execute_todo
        ../../gcc/passes.c:2039


A test version (configured with --enable-checking=yes)
does not need that extra option :

$ gcc-11-20200510-chk -c z1.c -O2 -fopenmp
z1.c: In function 'foo.simdclone.7':
z1.c:14:1: error: definition in block 6 follows the use
   14 | }
      | ^
for SSA_NAME: _8 in statement:
_9 = &MEM <int> [(void *)_8 + 4B];
during IPA pass: simdclone
z1.c:14:1: internal compiler error: verify_ssa failed
0xf3faab verify_ssa(bool, bool)
        ../../gcc/tree-ssa.c:1208
0xbe8827 execute_function_todo
        ../../gcc/passes.c:1992
0xbe952d do_per_function
        ../../gcc/passes.c:1647
0xbe9592 execute_todo
        ../../gcc/passes.c:2039

             reply	other threads:[~2020-05-13 16:24 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-13 16:24 gscfq@t-online.de [this message]
2020-05-13 17:46 ` [Bug c/95108] [9/10/11 " jakub at gcc dot gnu.org
2020-05-13 18:54 ` [Bug middle-end/95108] " jakub at gcc dot gnu.org
2020-05-14  6:16 ` rguenth at gcc dot gnu.org
2020-05-14  7:53 ` cvs-commit at gcc dot gnu.org
2020-05-14  8:07 ` [Bug middle-end/95108] [9/10 " jakub at gcc dot gnu.org
2020-06-14 10:07 ` cvs-commit at gcc dot gnu.org
2020-06-14 11:47 ` [Bug middle-end/95108] [9 " jakub at gcc dot gnu.org
2020-09-16 19:22 ` cvs-commit at gcc dot gnu.org
2020-09-17 17:51 ` jakub at gcc dot gnu.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-95108-4@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).