public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "vladimir.kokovic at gmail dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug testsuite/97824] New: internal compiler error: in gimplify_expr, at gimplify.c:14531
Date: Sat, 14 Nov 2020 08:50:47 +0000	[thread overview]
Message-ID: <bug-97824-4@http.gcc.gnu.org/bugzilla/> (raw)

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

            Bug ID: 97824
           Summary: internal compiler error: in gimplify_expr, at
                    gimplify.c:14531
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
          Assignee: unassigned at gcc dot gnu.org
          Reporter: vladimir.kokovic at gmail dot com
  Target Milestone: ---

GIT_DIR=/mnt/WD-Elements-25A1/src/gcc-mirror-git/gcc/.git git describe HEAD
misc/first-auto-changelog-4144-gc283a711c85

Build a cross compiler for MinGW(gcc 10.2.0)

Executing on host:
/mnt/WD-Elements-25A1/src/gcc-mirror-git/mingw-objdir/gcc/testsuite/g++/../../xg++
-B/mnt/WD-Elements-25A1/src/gcc-mirror-git/mingw-objdir/gcc/testsuite/g++/../../
/mnt/sdd1/home/src/gcc-mirror-git/gcc/gcc/testsuite/g++.dg/expr/ptrmem5.C   
-fdiagnostics-plain-output  -nostdinc++
-I/mnt/sdd1/home/src/gcc-mirror-git/mingw-objdir/x86_64-w64-mingw32/libstdc++-v3/include/x86_64-w64-mingw32
-I/mnt/sdd1/home/src/gcc-mirror-git/mingw-objdir/x86_64-w64-mingw32/libstdc++-v3/include
-I/mnt/sdd1/home/src/gcc-mirror-git/gcc/libstdc++-v3/libsupc++
-I/mnt/sdd1/home/src/gcc-mirror-git/gcc/libstdc++-v3/include/backward
-I/mnt/sdd1/home/src/gcc-mirror-git/gcc/libstdc++-v3/testsuite/util
-fmessage-length=0  -std=c++98  -pedantic-errors -Wno-long-long  -S -o
ptrmem5.s    (timeout = 300)
spawn -ignore SIGHUP
/mnt/WD-Elements-25A1/src/gcc-mirror-git/mingw-objdir/gcc/testsuite/g++/../../xg++
-B/mnt/WD-Elements-25A1/src/gcc-mirror-git/mingw-objdir/gcc/testsuite/g++/../../
/mnt/sdd1/home/src/gcc-mirror-git/gcc/gcc/testsuite/g++.dg/expr/ptrmem5.C
-fdiagnostics-plain-output -nostdinc++
-I/mnt/sdd1/home/src/gcc-mirror-git/mingw-objdir/x86_64-w64-mingw32/libstdc++-v3/include/x86_64-w64-mingw32
-I/mnt/sdd1/home/src/gcc-mirror-git/mingw-objdir/x86_64-w64-mingw32/libstdc++-v3/include
-I/mnt/sdd1/home/src/gcc-mirror-git/gcc/libstdc++-v3/libsupc++
-I/mnt/sdd1/home/src/gcc-mirror-git/gcc/libstdc++-v3/include/backward
-I/mnt/sdd1/home/src/gcc-mirror-git/gcc/libstdc++-v3/testsuite/util
-fmessage-length=0 -std=c++98 -pedantic-errors -Wno-long-long -S -o ptrmem5.s
/mnt/sdd1/home/src/gcc-mirror-git/gcc/gcc/testsuite/g++.dg/expr/ptrmem5.C: In
function 'void foo()':
/mnt/sdd1/home/src/gcc-mirror-git/gcc/gcc/testsuite/g++.dg/expr/ptrmem5.C:7:17:
internal compiler error: in gimplify_expr, at gimplify.c:14531
0x5fe0cc gimplify_expr(tree_node**, gimple**, gimple**, bool (*)(tree_node*),
int)
        /mnt/sdd1/home/src/gcc-mirror-git/gcc/gcc/gimplify.c:14531
0xa2565d gimplify_stmt(tree_node**, gimple**)
        /mnt/sdd1/home/src/gcc-mirror-git/gcc/gcc/gimplify.c:6832
0xa2565d gimplify_cleanup_point_expr
        /mnt/sdd1/home/src/gcc-mirror-git/gcc/gcc/gimplify.c:6574
0xa20c2d gimplify_expr(tree_node**, gimple**, gimple**, bool (*)(tree_node*),
int)
        /mnt/sdd1/home/src/gcc-mirror-git/gcc/gcc/gimplify.c:14139
0xa248d2 gimplify_stmt(tree_node**, gimple**)
        /mnt/sdd1/home/src/gcc-mirror-git/gcc/gcc/gimplify.c:6832
0xa248d2 gimplify_body(tree_node*, bool)
        /mnt/sdd1/home/src/gcc-mirror-git/gcc/gcc/gimplify.c:14983
0xa24cb2 gimplify_function_tree(tree_node*)
        /mnt/sdd1/home/src/gcc-mirror-git/gcc/gcc/gimplify.c:15137
0x8b89f7 cgraph_node::analyze()
        /mnt/sdd1/home/src/gcc-mirror-git/gcc/gcc/cgraphunit.c:670
0x8bafe7 analyze_functions
        /mnt/sdd1/home/src/gcc-mirror-git/gcc/gcc/cgraphunit.c:1235
0x8bbbdd symbol_table::finalize_compilation_unit()
        /mnt/sdd1/home/src/gcc-mirror-git/gcc/gcc/cgraphunit.c:2513
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <https://gcc.gnu.org/bugs/> for instructions.
compiler exited with status 1
FAIL: g++.dg/expr/ptrmem5.C  -std=c++98 (internal compiler error)
FAIL: g++.dg/expr/ptrmem5.C  -std=c++98  (test for errors, line 7)

             reply	other threads:[~2020-11-14  8:50 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-14  8:50 vladimir.kokovic at gmail dot com [this message]
2020-11-16  7:13 ` [Bug testsuite/97824] " rguenth at gcc dot gnu.org
2021-07-29 19:33 ` pinskia 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-97824-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).