[Bug c++/99039] cross-module using declarations

2021-02-12 Thread nathan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99039 --- Comment #2 from Nathan Sidwell --- 8c4137c7ead 2021-02-12 | c++: Seed imported bindings [PR 99039]

[Bug c++/99039] cross-module using declarations

2021-02-12 Thread nathan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99039 Nathan Sidwell changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/99040] [modules] partitions & using declarations

2021-02-12 Thread nathan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99040 Nathan Sidwell changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug c++/99116] [11 Regression] ICE in set_identifier_type_value_with_scope, at cp/name-lookup.c:4764

2021-02-16 Thread nathan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99116 Nathan Sidwell changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug c++/98720] [modules] update __cpp_modules value

2021-02-16 Thread nathan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98720 Nathan Sidwell changed: What|Removed |Added Status|UNCONFIRMED |SUSPENDED Last reconfirmed|

[Bug c++/98719] [modules] translating importable standard headers causes various ICEs

2021-02-16 Thread nathan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98719 Nathan Sidwell changed: What|Removed |Added Last reconfirmed||2021-02-16 Assignee|unassigne

[Bug c++/99072] [modules] Compiling header unit with partial preprocessing (-E -fdirectives-only) twice causes CRC mismatch

2021-02-16 Thread nathan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99072 Nathan Sidwell changed: What|Removed |Added Last reconfirmed||2021-02-16 Status|UNCONFIRM

[Bug c++/99050] [modules] ICE in cpp_directive_only_process on include translation

2021-02-16 Thread nathan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99050 Nathan Sidwell changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/99071] [modules] ICE with initializer_list & iostream

2021-02-16 Thread nathan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99071 --- Comment #1 from Nathan Sidwell --- Reduced testcase: // 99071_a.H template void begin (T *); // 99071_b.H import "99071_a.H"; template void begin(T &); ./cc1plus -fmodule-header -quiet -std=c++17 99071_a.H ./cc1plus -fmodule-header -quiet

[Bug c++/99116] [11 Regression] ICE in set_identifier_type_value_with_scope, at cp/name-lookup.c:4764

2021-02-17 Thread nathan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99116 Nathan Sidwell changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug c++/99071] [modules] ICE with initializer_list & iostream

2021-02-17 Thread nathan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99071 --- Comment #3 from Nathan Sidwell --- d46c7e2c546 2021-02-17 | c++: ICE with header-units [PR 99071] but there's now an ICE in write_defines. (reported elsewhere too)

[Bug c++/99071] [modules] ICE with initializer_list & iostream

2021-02-17 Thread nathan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99071 Nathan Sidwell changed: What|Removed |Added Status|ASSIGNED|SUSPENDED --- Comment #4 from Nathan Si

[Bug c++/99135] New: [modules] implementation partitions are too visible

2021-02-17 Thread nathan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99135 Bug ID: 99135 Summary: [modules] implementation partitions are too visible Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component

[Bug c++/99135] [modules] implementation partitions are too visible

2021-02-17 Thread nathan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99135 Nathan Sidwell changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Ever confirmed|0

[Bug c++/99023] [modules] ICE/SIGSEGV in module_state::write_define

2021-02-17 Thread nathan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99023 Nathan Sidwell changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

[Bug c++/99071] [modules] ICE with initializer_list & iostream

2021-02-17 Thread nathan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99071 Nathan Sidwell changed: What|Removed |Added Status|SUSPENDED |RESOLVED Resolution|---

[Bug c++/99072] [modules] Compiling header unit with partial preprocessing (-E -fdirectives-only) twice causes CRC mismatch

2021-02-17 Thread nathan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99072 --- Comment #3 from Nathan Sidwell --- Cannot reproduce: devvm1702:150>./xg++ -B./ -nostdinc++ -I../x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I../x86_64-pc-linux-gnu/libstdc++-v3/include -I../../..//src/libstdc++-v3/libsupc++

[Bug c++/98741] [modules] ICE/SIGSEGV reading compiled module cluster

2021-02-17 Thread nathan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98741 Nathan Sidwell changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[Bug testsuite/99150] New tests in r11-7271 fail to compile

2021-02-18 Thread nathan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99150 Nathan Sidwell changed: What|Removed |Added Ever confirmed|0 |1 Last reconfirmed|

[Bug c++/99153] [11 Regression] ICE: tree check: expected binding_vector, have overload in maybe_record_mergeable_decl, at cp/name-lookup.c:3562

2021-02-18 Thread nathan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99153 Nathan Sidwell changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |nathan at gcc dot gnu.org Las

[Bug testsuite/99150] New tests in r11-7271 fail to compile

2021-02-18 Thread nathan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99150 Nathan Sidwell changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/99153] [11 Regression] ICE: tree check: expected binding_vector, have overload in maybe_record_mergeable_decl, at cp/name-lookup.c:3562

2021-02-19 Thread nathan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99153 --- Comment #1 from Nathan Sidwell --- I think this is a duplicate of 99071, which hadn't been done when Mattias tested. However, I am getting a different ICE: devvm1702:235>./xg++ -B./ -nostdinc++ -I../x86_64-pc-linux-gnu/libstdc++-v3/include

[Bug c++/99166] New: [modules] Unable to determine where CMI is being found

2021-02-19 Thread nathan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99166 Bug ID: 99166 Summary: [modules] Unable to determine where CMI is being found Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Priority: P3 Compon

[Bug c++/98967] warning to spot recursive include graph

2021-02-19 Thread nathan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98967 Nathan Sidwell changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |nathan at gcc dot gnu.org --- C

[Bug c++/99166] [modules] Unable to determine where CMI is being found

2021-02-19 Thread nathan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99166 Nathan Sidwell changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

[Bug c++/98741] [modules] ICE/SIGSEGV reading compiled module cluster

2021-02-19 Thread nathan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98741 Nathan Sidwell changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug c++/99174] New: [modules] ICE with recursive inclusion of header-unit

2021-02-19 Thread nathan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99174 Bug ID: 99174 Summary: [modules] ICE with recursive inclusion of header-unit Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Priority: P3 Compone

[Bug c++/99153] [11 Regression] ICE: depset::hash::make_dependency

2021-02-19 Thread nathan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99153 --- Comment #2 from Nathan Sidwell --- // B_a.ii template struct pair { inline void Frob (); }; // B_b.ii import "./B_a.ii" template inline void pair<_T1>::Frob() { } ./cc1plus -quiet -std=c++20 -fmodule-header -fpreprocessed B_a.ii && .

[Bug c++/99174] [modules] ICE with recursive inclusion of header-unit

2021-02-22 Thread nathan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99174 Nathan Sidwell changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |nathan at gcc dot gnu.org

[Bug c++/99153] [11 Regression] ICE: depset::hash::make_dependency

2021-02-22 Thread nathan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99153 Nathan Sidwell changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug c++/98718] [modules] use of partitions causes ICE in write_macro_maps

2021-02-22 Thread nathan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98718 Nathan Sidwell changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[Bug c++/99174] [modules] ICE with recursive inclusion of header-unit

2021-02-22 Thread nathan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99174 Nathan Sidwell changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/99208] New: [modules] ICE with partitions & instantiations of linkage-typedef structs

2021-02-22 Thread nathan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99208 Bug ID: 99208 Summary: [modules] ICE with partitions & instantiations of linkage-typedef structs Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal

[Bug c++/99208] [modules] ICE with partitions & instantiations of linkage-typedef structs

2021-02-22 Thread nathan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99208 Nathan Sidwell changed: What|Removed |Added Ever confirmed|0 |1 Assignee|unassigned at gcc

[Bug c++/99208] [modules] ICE with partitions & instantiations of linkage-typedef structs

2021-02-23 Thread nathan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99208 Nathan Sidwell changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/99222] New: [modules] system header-unit ICEs

2021-02-23 Thread nathan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99222 Bug ID: 99222 Summary: [modules] system header-unit ICEs Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ As

[Bug c++/99223] New: [modules] stdl header-unit ICE

2021-02-23 Thread nathan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99223 Bug ID: 99223 Summary: [modules] stdl header-unit ICE Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assig

[Bug c++/99153] [11 Regression] ICE: depset::hash::make_dependency

2021-02-23 Thread nathan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99153 --- Comment #8 from Nathan Sidwell --- 99222 and 99223 filed. Please file each case as a separate issue. So far, they've all been different underlying causes. It might make sense to have a meta-bug referring to this class of issue.

[Bug c++/98718] [modules] use of partitions causes ICE in write_macro_maps

2021-02-23 Thread nathan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98718 --- Comment #2 from Nathan Sidwell --- reduced testcase: // b_a.ii module ; # 4 "inc_a" 1 #define _GLIBCXX_VISIBILITY(V) __attribute__ ((__visibility__ (#V))) namespace std _GLIBCXX_VISIBILITY(default) { } # 11 "" 2 export module hello:for

[Bug c++/99227] New: [meta] [modules] Bugs relating to header-units of STL header files

2021-02-23 Thread nathan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99227 Bug ID: 99227 Summary: [meta] [modules] Bugs relating to header-units of STL header files Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal

[Bug c++/99072] [modules] Compiling header unit with partial preprocessing (-E -fdirectives-only) twice causes CRC mismatch

2021-02-23 Thread nathan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99072 --- Comment #5 from Nathan Sidwell --- 99072_a.H: // Empty file 99072_b.C: export module Foo; import "99072_a.H"; 99072_c.C: import Foo; ./cc1plus -quiet -E -fdirectives-only -fmodule-header -E 99072_a.H > 99072_a.one ./cc1plus -quiet -fprepro

[Bug c++/98707] ICE using std::string in a module partition

2021-02-24 Thread nathan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98707 Nathan Sidwell changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/99237] [modules] internal compiler error: in write_macro_maps

2021-02-24 Thread nathan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99237 Nathan Sidwell changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |nathan at gcc dot gnu.org --- C

[Bug c++/99072] [modules] Compiling header unit with partial preprocessing (-E -fdirectives-only) twice causes CRC mismatch

2021-02-24 Thread nathan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99072 Nathan Sidwell changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug c++/99170] [modules] ICE in get_merge_kind with std::string NSDMI

2021-02-24 Thread nathan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99170 Nathan Sidwell changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Ever confirmed|0

[Bug c++/99170] [modules] ICE in get_merge_kind with std::string NSDMI

2021-02-24 Thread nathan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99170 --- Comment #2 from Nathan Sidwell --- Thanks for checking this didn't seem a duplicate! Reduced tescase: // 99170_a.H namespace STD { class string { public: template string (const T *); }; } // 99170_b.C export module test; import "99170_

[Bug c++/98718] [modules] use of partitions causes ICE in write_macro_maps

2021-02-24 Thread nathan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98718 Nathan Sidwell changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug bootstrap/98318] [11 Regression] libcody breaks DragonFly bootstrap

2021-02-25 Thread nathan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98318 --- Comment #16 from Nathan Sidwell --- Which tests are failing and how?

[Bug c++/99237] [modules] internal compiler error: in write_macro_maps

2021-02-26 Thread nathan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99237 Nathan Sidwell changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/99227] [meta] [modules] Bugs relating to header-units of STL header files

2021-02-26 Thread nathan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99227 Bug 99227 depends on bug 99237, which changed state. Bug 99237 Summary: [modules] internal compiler error: in write_macro_maps https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99237 What|Removed |Added -

[Bug c++/98718] [modules] use of partitions causes ICE in write_macro_maps

2021-02-26 Thread nathan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98718 Nathan Sidwell changed: What|Removed |Added CC||alexander.lelyakin@googlema

[Bug c++/99246] [modules] ICE in write_location, at cp/module.cc:15687

2021-02-26 Thread nathan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99246 Nathan Sidwell changed: What|Removed |Added Resolution|--- |DUPLICATE Status|UNCONFIRME

[Bug c++/98718] [modules] use of partitions causes ICE in write_macro_maps

2021-02-26 Thread nathan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98718 --- Comment #6 from Nathan Sidwell --- *** Bug 99246 has been marked as a duplicate of this bug. ***

[Bug c++/99227] [meta] [modules] Bugs relating to header-units of STL header files

2021-02-26 Thread nathan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99227 Bug 99227 depends on bug 99246, which changed state. Bug 99246 Summary: [modules] ICE in write_location, at cp/module.cc:15687 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99246 What|Removed |Added -

[Bug c++/98528] [modules] g++.dg/modules/hello-1 FAILs

2021-02-26 Thread nathan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98528 Nathan Sidwell changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Summary|[11 Regress

[Bug c++/99294] New: [modules] tdef-inst-1 fails with -fno-module-lazy

2021-02-26 Thread nathan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99294 Bug ID: 99294 Summary: [modules] tdef-inst-1 fails with -fno-module-lazy Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug c++/99294] [modules] tdef-inst-1 fails with -fno-module-lazy

2021-02-26 Thread nathan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99294 Nathan Sidwell changed: What|Removed |Added Ever confirmed|0 |1 Last reconfirmed|

[Bug c++/107442] New: Concept and Template Var mangling

2022-10-27 Thread nathan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107442 Bug ID: 107442 Summary: Concept and Template Var mangling Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug c++/107550] New: incorrect templated lambda mangling

2022-11-07 Thread nathan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107550 Bug ID: 107550 Summary: incorrect templated lambda mangling Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug c++/107550] incorrect templated lambda mangling

2022-11-07 Thread nathan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107550 Nathan Sidwell changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/101243] Coroutine lambda capture is destroyed twice

2021-08-26 Thread nathan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101243 Nathan Sidwell changed: What|Removed |Added CC||nathan at gcc dot gnu.org --- Comment

[Bug c++/119360] New: incomplete folding of initializers leads to dynamic initialization

2025-03-18 Thread nathan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119360 Bug ID: 119360 Summary: incomplete folding of initializers leads to dynamic initialization Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal

[Bug c++/119359] New: incomplete folding of initializers leads to dynamic initialization

2025-03-18 Thread nathan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119359 Bug ID: 119359 Summary: incomplete folding of initializers leads to dynamic initialization Product: gcc Version: 14.2.1 Status: UNCONFIRMED Severity: normal

[Bug c++/119359] incomplete folding of initializers leads to dynamic initialization

2025-03-18 Thread nathan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119359 Nathan Sidwell changed: What|Removed |Added Resolution|--- |INVALID Status|UNCONFIRMED

<    1   2   3   4