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/97823] New: internal compiler error: in poplevel_class, at cp/name-lookup.c:4112
Date: Sat, 14 Nov 2020 08:46:19 +0000	[thread overview]
Message-ID: <bug-97823-4@http.gcc.gnu.org/bugzilla/> (raw)

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

            Bug ID: 97823
           Summary: internal compiler error: in poplevel_class, at
                    cp/name-lookup.c:4112
           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/cpp1y/auto-fn61.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++2a  -pedantic-errors -Wno-long-long  -S -o
auto-fn61.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/cpp1y/auto-fn61.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++2a -pedantic-errors -Wno-long-long -S -o auto-fn61.s
/mnt/sdd1/home/src/gcc-mirror-git/gcc/gcc/testsuite/g++.dg/cpp1y/auto-fn61.C:13:15:
internal compiler error: in poplevel_class, at cp/name-lookup.c:4112
0x5f01f1 poplevel_class()
        /mnt/sdd1/home/src/gcc-mirror-git/gcc/gcc/cp/name-lookup.c:4112
0x654de8 popclass()
        /mnt/sdd1/home/src/gcc-mirror-git/gcc/gcc/cp/class.c:7994
0x6f7a2b pop_inner_scope(tree_node*, tree_node*)
        /mnt/sdd1/home/src/gcc-mirror-git/gcc/gcc/cp/name-lookup.c:4087
0x719fac cp_parser_class_specifier_1
        /mnt/sdd1/home/src/gcc-mirror-git/gcc/gcc/cp/parser.c:24242
0x71af9b cp_parser_class_specifier
        /mnt/sdd1/home/src/gcc-mirror-git/gcc/gcc/cp/parser.c:24543
0x71af9b cp_parser_type_specifier
        /mnt/sdd1/home/src/gcc-mirror-git/gcc/gcc/cp/parser.c:17887
0x71bde9 cp_parser_decl_specifier_seq
        /mnt/sdd1/home/src/gcc-mirror-git/gcc/gcc/cp/parser.c:14514
0x71cb24 cp_parser_simple_declaration
        /mnt/sdd1/home/src/gcc-mirror-git/gcc/gcc/cp/parser.c:13771
0x7464e5 cp_parser_declaration
        /mnt/sdd1/home/src/gcc-mirror-git/gcc/gcc/cp/parser.c:13591
0x746b51 cp_parser_translation_unit
        /mnt/sdd1/home/src/gcc-mirror-git/gcc/gcc/cp/parser.c:4796
0x746b51 c_parse_file()
        /mnt/sdd1/home/src/gcc-mirror-git/gcc/gcc/cp/parser.c:44397
0x8178ad c_common_parse_file()
        /mnt/sdd1/home/src/gcc-mirror-git/gcc/gcc/c-family/c-opts.c:1196
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
XFAIL: g++.dg/cpp1y/auto-fn61.C  -std=c++2a (internal compiler error)
PASS: g++.dg/cpp1y/auto-fn61.C  -std=c++2a (test for excess errors)

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

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-14  8:46 vladimir.kokovic at gmail dot com [this message]
2020-11-16  7:12 ` [Bug testsuite/97823] " rguenth at gcc dot gnu.org
2021-10-15 21:30 ` [Bug c++/97823] " pinskia at gcc dot gnu.org
2021-10-15 21:31 ` 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-97823-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).