public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/95684] New: internal compiler error: Segmentation fault
@ 2020-06-15 15:18 janezz55 at gmail dot com
  2020-06-15 15:19 ` [Bug c++/95684] " janezz55 at gmail dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: janezz55 at gmail dot com @ 2020-06-15 15:18 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 95684
           Summary: internal compiler error: Segmentation fault
           Product: gcc
           Version: 10.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: janezz55 at gmail dot com
  Target Milestone: ---

source code is at: https://github.com/user1095108/generic

I do this:

g++ -std=c++17 forwarder.cpp -o f

I get this:

In file included from forwarder.cpp:3:
forwarder.hpp: In instantiation of 'class
gnr::detail::forwarder::forwarder_impl2<void(const S&), 32, true>':
forwarder.hpp:82:7:   required from 'class
gnr::detail::forwarder::forwarder_impl<void(const S&) noexcept, 32>'
forwarder.hpp:90:7:   required from 'class gnr::forwarder<void(const S&)
noexcept>'
forwarder.cpp:17:44:   required from here
forwarder.hpp:29:7: internal compiler error: Segmentation fault
   29 |   R (*stub_)(void*, A&&...) noexcept(E) {};
      |       ^~~~~
Please submit a full bug report,

gcc version 10.1.0 (GCC)

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

end of thread, other threads:[~2020-06-15 16:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-15 15:18 [Bug c++/95684] New: internal compiler error: Segmentation fault janezz55 at gmail dot com
2020-06-15 15:19 ` [Bug c++/95684] " janezz55 at gmail dot com
2020-06-15 15:22 ` mpolacek at gcc dot gnu.org
2020-06-15 16:09 ` janezz55 at gmail dot com
2020-06-15 16:19 ` mpolacek at gcc dot gnu.org
2020-06-15 16:33 ` msebor 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).