public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/99241] New: internal compiler error: in install_entity, at cp/module.cc:7584
@ 2021-02-24  8:41 alexander.lelyakin at googlemail dot com
  2021-02-28 18:51 ` [Bug c++/99241] [modules] ICE " alexander.lelyakin at googlemail dot com
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: alexander.lelyakin at googlemail dot com @ 2021-02-24  8:41 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 99241
           Summary: internal compiler error: in install_entity, at
                    cp/module.cc:7584
           Product: gcc
           Version: 11.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: alexander.lelyakin at googlemail dot com
  Target Milestone: ---

g++ -std=c++20 -fmodules-ts -x c++-system-header ranges
g++ -std=c++20 -fmodules-ts -x c++-system-header codecvt
g++ -std=c++20 -fmodules-ts -x c++-system-header compare
g++ -std=c++20 -fmodules-ts -x c++-system-header stdexcept
g++ -std=c++20 -fmodules-ts -x c++-system-header list
g++ -std=c++20 -fmodules-ts -x c++-system-header cwctype
g++ -std=c++20 -fmodules-ts -x c++-system-header deque
g++ -std=c++20 -fmodules-ts -x c++-system-header unordered_set
g++ -std=c++20 -fmodules-ts -x c++-system-header exception
g++ -std=c++20 -fmodules-ts -x c++-system-header cassert
g++ -std=c++20 -fmodules-ts -x c++-system-header concepts
g++ -std=c++20 -fmodules-ts -x c++-system-header cctype
g++ -std=c++20 -fmodules-ts -x c++-system-header span
g++ -std=c++20 -fmodules-ts -x c++-system-header new
g++ -std=c++20 -fmodules-ts -x c++-system-header cfenv
g++ -std=c++20 -fmodules-ts -x c++-system-header bit
g++ -std=c++20 -fmodules-ts -x c++-system-header vector
g++ -std=c++20 -fmodules-ts -x c++-system-header chrono
g++ -std=c++20 -fmodules-ts -x c++-system-header typeinfo
g++ -std=c++20 -fmodules-ts -x c++-system-header cstring
g++ -std=c++20 -fmodules-ts -x c++-system-header random
------------
In file included from /usr/local/include/c++/11.0.0/bits/random.tcc:33,
                 from /usr/local/include/c++/11.0.0/random:51:
/usr/local/include/c++/11.0.0/numeric:202:74: internal compiler error: in
install_entity, at cp/module.cc:7584
  202 |     enable_if_t<__and_v<is_arithmetic<_Tp>, is_same<remove_cv_t<_Tp>,
_Tp>,
      |                                                                        
 ^
0xa59f3d trees_in::install_entity(tree_node*)
        ../../gcc/gcc/cp/module.cc:7584
0xa63fda trees_in::decl_value()
        ../../gcc/gcc/cp/module.cc:8106
0xa65b47 trees_in::tree_node(bool)
        ../../gcc/gcc/cp/module.cc:9249
0xa6c303 module_state::read_cluster(unsigned int)
        ../../gcc/gcc/cp/module.cc:14943
0xa6c6ad module_state::load_section(unsigned int, binding_slot*)
        ../../gcc/gcc/cp/module.cc:18095
0xa6c76f module_state::lazy_load(unsigned int, binding_slot*)
        ../../gcc/gcc/cp/module.cc:18747
0xa669b0 trees_in::tree_node(bool)
        ../../gcc/gcc/cp/module.cc:9760
0xa68002 trees_in::lang_decl_vals(tree_node*)
        ../../gcc/gcc/cp/module.cc:6982
0xa63dba trees_in::tree_node_vals(tree_node*)
        ../../gcc/gcc/cp/module.cc:7175
0xa63dba trees_in::decl_value()
        ../../gcc/gcc/cp/module.cc:8068
0xa65b47 trees_in::tree_node(bool)
        ../../gcc/gcc/cp/module.cc:9249
0xa66cfc trees_in::chained_decls()
        ../../gcc/gcc/cp/module.cc:4954
0xa67aa9 trees_in::core_vals(tree_node*)
        ../../gcc/gcc/cp/module.cc:6656
0xa6df67 trees_in::tree_node_vals(tree_node*)
        ../../gcc/gcc/cp/module.cc:7173
0xa6df67 trees_in::tree_value()
        ../../gcc/gcc/cp/module.cc:9026
0xa6564f trees_in::tree_node(bool)
        ../../gcc/gcc/cp/module.cc:9244
0xa67ab7 trees_in::core_vals(tree_node*)
        ../../gcc/gcc/cp/module.cc:6658
0xa6df67 trees_in::tree_node_vals(tree_node*)
        ../../gcc/gcc/cp/module.cc:7173
0xa6df67 trees_in::tree_value()
        ../../gcc/gcc/cp/module.cc:9026
0xa6564f trees_in::tree_node(bool)
        ../../gcc/gcc/cp/module.cc:9244
-----
g++ (GCC) 11.0.0 20210223 (experimental)

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

end of thread, other threads:[~2024-03-16 18:27 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-24  8:41 [Bug c++/99241] New: internal compiler error: in install_entity, at cp/module.cc:7584 alexander.lelyakin at googlemail dot com
2021-02-28 18:51 ` [Bug c++/99241] [modules] ICE " alexander.lelyakin at googlemail dot com
2021-03-24 19:40 ` alexander.lelyakin at googlemail dot com
2021-03-31 13:35 ` mpolacek at gcc dot gnu.org
2021-04-08 21:29 ` alexander.lelyakin at googlemail dot com
2022-10-22 18:49 ` cgreeley at student dot bridgew.edu
2022-10-22 18:55 ` cgreeley at student dot bridgew.edu
2022-10-22 19:02 ` cgreeley at student dot bridgew.edu
2023-05-27  1:26 ` pinskia at gcc dot gnu.org
2024-03-16 18:27 ` ppalka 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).