public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "florin.iucha at amd dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c/94473] New: internal compiler error: verify_ssa failed
Date: Fri, 03 Apr 2020 15:48:25 +0000	[thread overview]
Message-ID: <bug-94473-4@http.gcc.gnu.org/bugzilla/> (raw)

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

            Bug ID: 94473
           Summary: internal compiler error: verify_ssa failed
           Product: gcc
           Version: 10.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: florin.iucha at amd dot com
  Target Milestone: ---

This is a regression between these two versions:

gcc version 10.0.1 20200324 (experimental) (GCC) --- OK
gcc version 10.0.1 20200402 (experimental) (GCC) ---
25839b6af9f10b3227719db35b9e9e38320341e7 fails

It is likely the version that passed was
b599bf9d6d1e180d350b71e51e08a66a1bb1546a but I am not 100% certain.

How to reproduce:

$ git clone https://github.com/glennrp/libpng
$ cd libpng
$ git checkout v1.6.37
$ CC=/opt/gcc10-for-tng/bin/gcc-10 CXX=/opt/gcc10-for-tng/bin/g++-10
./configure
$ make
$ /opt/gcc10-for-tng/bin/gcc-10 -DPNG_INTEL_SSE_OPT=1 -I. -O3 -DNDEBUG -o
pngrutil.opt.o -c pngrutil.c
pngrutil.c: In function 'png_combine_row':
pngrutil.c:3200:1: error: missing definition
 3200 | png_combine_row(png_const_structrp png_ptr, png_bytep dp, int display)
      | ^~~~~~~~~~~~~~~
for SSA_NAME: _350 in statement:
dp32_155 = _350;
during GIMPLE pass: vect
pngrutil.c:3200:1: internal compiler error: verify_ssa failed
0xff15f2 verify_ssa(bool, bool)
        ../../gcc/gcc/tree-ssa.c:1208
0xd0abb5 execute_function_todo
        ../../gcc/gcc/passes.c:1992
0xd0b8fc do_per_function
        ../../gcc/gcc/passes.c:1640
0xd0b8fc execute_todo
        ../../gcc/gcc/passes.c:2039
Please submit a full bug report,
with preprocessed source if appropriate.

             reply	other threads:[~2020-04-03 15:48 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-03 15:48 florin.iucha at amd dot com [this message]
2020-04-03 15:51 ` [Bug c/94473] " marxin at gcc dot gnu.org
2020-04-03 16:10 ` florin.iucha at amd dot com

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-94473-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).