public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/109645] New: ice in instantiate_decl, at cp/pt.cc:27097
@ 2023-04-27  9:25 dcb314 at hotmail dot com
  2023-04-27  9:51 ` [Bug c++/109645] " dcb314 at hotmail dot com
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: dcb314 at hotmail dot com @ 2023-04-27  9:25 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 109645
           Summary: ice in instantiate_decl, at cp/pt.cc:27097
           Product: gcc
           Version: 13.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: dcb314 at hotmail dot com
  Target Milestone: ---

Created attachment 54937
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=54937&action=edit
gzipped C++ source code

The attached C++ code, does this with recent gcc trunk:

$ ../results.20230426.asan.ubsan/bin/gcc -c -w -march=znver1 bug910.cc
$ ../results.20230427.asan.ubsan/bin/gcc -c -w -march=znver1 bug910.cc 2>&1 |
fgrep internal
/home/dcb36/rpmbuild/BUILD/media-downloader-2.9.0/src/engines/../utils/threads.hpp:55:79:
internal compiler error: in instantiate_decl, at cp/pt.cc:27097
$ ../results.20230426.asan.ubsan/bin/gcc -v 2>&1 | fgrep exp
gcc version 14.0.0 20230426 (experimental) (5fce06b868ec0d4f) 
$ ../results.20230427.asan.ubsan/bin/gcc -v 2>&1 | fgrep exp
gcc version 14.0.0 20230427 (experimental) (d94ca762f6e0e4f1) 
$ git log 5fce06b868ec0d4f..d94ca762f6e0e4f1 | grep -c "^commit"
43

I have a reduction running.

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

end of thread, other threads:[~2023-05-05  1:09 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-27  9:25 [Bug c++/109645] New: ice in instantiate_decl, at cp/pt.cc:27097 dcb314 at hotmail dot com
2023-04-27  9:51 ` [Bug c++/109645] " dcb314 at hotmail dot com
2023-04-27  9:52 ` dcb314 at hotmail dot com
2023-04-27 10:52 ` dcb314 at hotmail dot com
2023-04-27 15:38 ` dcb314 at hotmail dot com
2023-04-27 16:11 ` dcb314 at hotmail dot com
2023-04-27 19:14 ` dcb314 at hotmail dot com
2023-04-28  5:58 ` sjames at gcc dot gnu.org
2023-04-28  5:58 ` sjames at gcc dot gnu.org
2023-05-02 14:11 ` [Bug c++/109645] [14 Regression] ICE in instantiate_decl, at cp/pt.cc:27097 since r14-283-g95d4c0d2e6318a marxin at gcc dot gnu.org
2023-05-05  1:09 ` jason 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).