public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/99227] New: [meta] [modules] Bugs relating to header-units of STL header files
@ 2021-02-23 18:34 nathan at gcc dot gnu.org
  2021-02-26 12:49 ` [Bug c++/99227] " nathan at gcc dot gnu.org
                   ` (46 more replies)
  0 siblings, 47 replies; 48+ messages in thread
From: nathan at gcc dot gnu.org @ 2021-02-23 18:34 UTC (permalink / raw)
  To: 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
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: nathan at gcc dot gnu.org
  Target Milestone: ---

Capture bugs related to building the standard library headers as header-units

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

* [Bug c++/99227] [meta] [modules] Bugs relating to header-units of STL header files
  2021-02-23 18:34 [Bug c++/99227] New: [meta] [modules] Bugs relating to header-units of STL header files nathan at gcc dot gnu.org
@ 2021-02-26 12:49 ` nathan at gcc dot gnu.org
  2021-02-26 12:49 ` nathan at gcc dot gnu.org
                   ` (45 subsequent siblings)
  46 siblings, 0 replies; 48+ messages in thread
From: nathan at gcc dot gnu.org @ 2021-02-26 12:49 UTC (permalink / raw)
  To: 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
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |DUPLICATE

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

* [Bug c++/99227] [meta] [modules] Bugs relating to header-units of STL header files
  2021-02-23 18:34 [Bug c++/99227] New: [meta] [modules] Bugs relating to header-units of STL header files nathan at gcc dot gnu.org
  2021-02-26 12:49 ` [Bug c++/99227] " nathan at gcc dot gnu.org
@ 2021-02-26 12:49 ` nathan at gcc dot gnu.org
  2021-03-05 18:19 ` nathan at gcc dot gnu.org
                   ` (44 subsequent siblings)
  46 siblings, 0 replies; 48+ messages in thread
From: nathan at gcc dot gnu.org @ 2021-02-26 12:49 UTC (permalink / raw)
  To: 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
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |DUPLICATE

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

* [Bug c++/99227] [meta] [modules] Bugs relating to header-units of STL header files
  2021-02-23 18:34 [Bug c++/99227] New: [meta] [modules] Bugs relating to header-units of STL header files nathan at gcc dot gnu.org
  2021-02-26 12:49 ` [Bug c++/99227] " nathan at gcc dot gnu.org
  2021-02-26 12:49 ` nathan at gcc dot gnu.org
@ 2021-03-05 18:19 ` nathan at gcc dot gnu.org
  2021-03-05 20:54 ` nathan at gcc dot gnu.org
                   ` (43 subsequent siblings)
  46 siblings, 0 replies; 48+ messages in thread
From: nathan at gcc dot gnu.org @ 2021-03-05 18:19 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99227
Bug 99227 depends on bug 99247, which changed state.

Bug 99247 Summary: [modules] ICE in write_macro_maps, at cp/module.cc:16154
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99247

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |DUPLICATE

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

* [Bug c++/99227] [meta] [modules] Bugs relating to header-units of STL header files
  2021-02-23 18:34 [Bug c++/99227] New: [meta] [modules] Bugs relating to header-units of STL header files nathan at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2021-03-05 18:19 ` nathan at gcc dot gnu.org
@ 2021-03-05 20:54 ` nathan at gcc dot gnu.org
  2021-03-06 10:08 ` alexander.lelyakin at googlemail dot com
                   ` (42 subsequent siblings)
  46 siblings, 0 replies; 48+ messages in thread
From: nathan at gcc dot gnu.org @ 2021-03-05 20:54 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99227
Bug 99227 depends on bug 99245, which changed state.

Bug 99245 Summary: [modules] ICE in write_cluster, at cp/module.cc:14600
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99245

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug c++/99227] [meta] [modules] Bugs relating to header-units of STL header files
  2021-02-23 18:34 [Bug c++/99227] New: [meta] [modules] Bugs relating to header-units of STL header files nathan at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2021-03-05 20:54 ` nathan at gcc dot gnu.org
@ 2021-03-06 10:08 ` alexander.lelyakin at googlemail dot com
  2021-03-08 18:09 ` nathan at gcc dot gnu.org
                   ` (41 subsequent siblings)
  46 siblings, 0 replies; 48+ messages in thread
From: alexander.lelyakin at googlemail dot com @ 2021-03-06 10:08 UTC (permalink / raw)
  To: gcc-bugs

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

Alexander Lelyakin <alexander.lelyakin at googlemail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alexander.lelyakin@googlema
                   |                            |il.com

--- Comment #1 from Alexander Lelyakin <alexander.lelyakin at googlemail dot com> ---
Just want to express my current understanding of situation.

Here:

https://gcc.gnu.org/onlinedocs/gcc/C_002b_002b-Modules.html#C_002b_002b-Modules

is stated:
"The Standard Library is not provided as importable header units. If you want
to import such units, you must explicitly build them first. If you do not do
this with care, you may have multiple declarations, which the module machinery
must merge—compiler resource usage can be affected by how you partition header
files into header units."


Any header file in "/usr[/local]/include/c++/11[.0.1]" can be precompiled as a
header module like:
----
g++ -std=c++20 -fmodules-ts -x c++-system-header iostream
----
And can be successfully used as:
----
import <iostream>;

int main()
{
  std::cout<<"Hello\n";
  return 0;
}
----
g++ -std=c++20 -fmodules-ts test.c++
----

However if you will compile more than one header into the same 'gcm.cache'
directory, you will receive various compiler errors depending of order of
compilation of headers.

Currently there is no way to compile all headers. Longest sequence i have seen
so far was 35 headers, shortest - just 2.

This meta bug will accumulate bug reports discovered during attempts to
precompile system headers.

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

* [Bug c++/99227] [meta] [modules] Bugs relating to header-units of STL header files
  2021-02-23 18:34 [Bug c++/99227] New: [meta] [modules] Bugs relating to header-units of STL header files nathan at gcc dot gnu.org
                   ` (4 preceding siblings ...)
  2021-03-06 10:08 ` alexander.lelyakin at googlemail dot com
@ 2021-03-08 18:09 ` nathan at gcc dot gnu.org
  2021-03-10 20:12 ` nathan at gcc dot gnu.org
                   ` (40 subsequent siblings)
  46 siblings, 0 replies; 48+ messages in thread
From: nathan at gcc dot gnu.org @ 2021-03-08 18:09 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99227
Bug 99227 depends on bug 99285, which changed state.

Bug 99285 Summary: [modules] ICE canonical types differ for identical types ‘std::common_type...
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99285

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug c++/99227] [meta] [modules] Bugs relating to header-units of STL header files
  2021-02-23 18:34 [Bug c++/99227] New: [meta] [modules] Bugs relating to header-units of STL header files nathan at gcc dot gnu.org
                   ` (5 preceding siblings ...)
  2021-03-08 18:09 ` nathan at gcc dot gnu.org
@ 2021-03-10 20:12 ` nathan at gcc dot gnu.org
  2021-03-11 21:13 ` nathan at gcc dot gnu.org
                   ` (39 subsequent siblings)
  46 siblings, 0 replies; 48+ messages in thread
From: nathan at gcc dot gnu.org @ 2021-03-10 20:12 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99227
Bug 99227 depends on bug 99423, which changed state.

Bug 99423 Summary: [modules] ICE tree check: expected tree_vec, have ggc_freed in lookup_template_class_1, at cp/pt.c:9803
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99423

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug c++/99227] [meta] [modules] Bugs relating to header-units of STL header files
  2021-02-23 18:34 [Bug c++/99227] New: [meta] [modules] Bugs relating to header-units of STL header files nathan at gcc dot gnu.org
                   ` (6 preceding siblings ...)
  2021-03-10 20:12 ` nathan at gcc dot gnu.org
@ 2021-03-11 21:13 ` nathan at gcc dot gnu.org
  2021-03-12 13:10 ` nathan at gcc dot gnu.org
                   ` (38 subsequent siblings)
  46 siblings, 0 replies; 48+ messages in thread
From: nathan at gcc dot gnu.org @ 2021-03-11 21:13 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99227
Bug 99227 depends on bug 99248, which changed state.

Bug 99248 Summary: [modules] ICE expected binding_vector, have overload in lookup_elaborated_type_1, at cp/name-lookup.c:8013
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99248

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug c++/99227] [meta] [modules] Bugs relating to header-units of STL header files
  2021-02-23 18:34 [Bug c++/99227] New: [meta] [modules] Bugs relating to header-units of STL header files nathan at gcc dot gnu.org
                   ` (7 preceding siblings ...)
  2021-03-11 21:13 ` nathan at gcc dot gnu.org
@ 2021-03-12 13:10 ` nathan at gcc dot gnu.org
  2021-03-12 18:23 ` nathan at gcc dot gnu.org
                   ` (37 subsequent siblings)
  46 siblings, 0 replies; 48+ messages in thread
From: nathan at gcc dot gnu.org @ 2021-03-12 13:10 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99227
Bug 99227 depends on bug 99240, which changed state.

Bug 99240 Summary: [modules] ICE in get_merge_kind, at cp/module.cc:10169
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99240

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug c++/99227] [meta] [modules] Bugs relating to header-units of STL header files
  2021-02-23 18:34 [Bug c++/99227] New: [meta] [modules] Bugs relating to header-units of STL header files nathan at gcc dot gnu.org
                   ` (8 preceding siblings ...)
  2021-03-12 13:10 ` nathan at gcc dot gnu.org
@ 2021-03-12 18:23 ` nathan at gcc dot gnu.org
  2021-03-13  7:02 ` alexander.lelyakin at googlemail dot com
                   ` (36 subsequent siblings)
  46 siblings, 0 replies; 48+ messages in thread
From: nathan at gcc dot gnu.org @ 2021-03-12 18:23 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99227
Bug 99227 depends on bug 99238, which changed state.

Bug 99238 Summary: [modules] internal compiler error: segmentation fault
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99238

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug c++/99227] [meta] [modules] Bugs relating to header-units of STL header files
  2021-02-23 18:34 [Bug c++/99227] New: [meta] [modules] Bugs relating to header-units of STL header files nathan at gcc dot gnu.org
                   ` (9 preceding siblings ...)
  2021-03-12 18:23 ` nathan at gcc dot gnu.org
@ 2021-03-13  7:02 ` alexander.lelyakin at googlemail dot com
  2021-03-15 12:42 ` nathan at gcc dot gnu.org
                   ` (35 subsequent siblings)
  46 siblings, 0 replies; 48+ messages in thread
From: alexander.lelyakin at googlemail dot com @ 2021-03-13  7:02 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99227
Bug 99227 depends on bug 99238, which changed state.

Bug 99238 Summary: [modules] internal compiler error: segmentation fault
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99238

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---

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

* [Bug c++/99227] [meta] [modules] Bugs relating to header-units of STL header files
  2021-02-23 18:34 [Bug c++/99227] New: [meta] [modules] Bugs relating to header-units of STL header files nathan at gcc dot gnu.org
                   ` (10 preceding siblings ...)
  2021-03-13  7:02 ` alexander.lelyakin at googlemail dot com
@ 2021-03-15 12:42 ` nathan at gcc dot gnu.org
  2021-03-15 12:43 ` nathan at gcc dot gnu.org
                   ` (34 subsequent siblings)
  46 siblings, 0 replies; 48+ messages in thread
From: nathan at gcc dot gnu.org @ 2021-03-15 12:42 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99227
Bug 99227 depends on bug 99481, which changed state.

Bug 99481 Summary: [modules] ICE tree check: expected template_decl, have function_decl in decl_value, at cp/module.cc:7938
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99481

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |DUPLICATE

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

* [Bug c++/99227] [meta] [modules] Bugs relating to header-units of STL header files
  2021-02-23 18:34 [Bug c++/99227] New: [meta] [modules] Bugs relating to header-units of STL header files nathan at gcc dot gnu.org
                   ` (11 preceding siblings ...)
  2021-03-15 12:42 ` nathan at gcc dot gnu.org
@ 2021-03-15 12:43 ` nathan at gcc dot gnu.org
  2021-03-22 15:27 ` nathan at gcc dot gnu.org
                   ` (33 subsequent siblings)
  46 siblings, 0 replies; 48+ messages in thread
From: nathan at gcc dot gnu.org @ 2021-03-15 12:43 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99227
Bug 99227 depends on bug 99238, which changed state.

Bug 99238 Summary: [modules] internal compiler error: segmentation fault
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99238

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug c++/99227] [meta] [modules] Bugs relating to header-units of STL header files
  2021-02-23 18:34 [Bug c++/99227] New: [meta] [modules] Bugs relating to header-units of STL header files nathan at gcc dot gnu.org
                   ` (12 preceding siblings ...)
  2021-03-15 12:43 ` nathan at gcc dot gnu.org
@ 2021-03-22 15:27 ` nathan at gcc dot gnu.org
  2021-03-22 19:42 ` nathan at gcc dot gnu.org
                   ` (32 subsequent siblings)
  46 siblings, 0 replies; 48+ messages in thread
From: nathan at gcc dot gnu.org @ 2021-03-22 15:27 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99227
Bug 99227 depends on bug 99425, which changed state.

Bug 99425 Summary: [modules] ICE tree check: expected tree_vec, have tree_list in lookup_template_class_1, at cp/pt.c:9803
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99425

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug c++/99227] [meta] [modules] Bugs relating to header-units of STL header files
  2021-02-23 18:34 [Bug c++/99227] New: [meta] [modules] Bugs relating to header-units of STL header files nathan at gcc dot gnu.org
                   ` (13 preceding siblings ...)
  2021-03-22 15:27 ` nathan at gcc dot gnu.org
@ 2021-03-22 19:42 ` nathan at gcc dot gnu.org
  2021-03-23 11:37 ` nathan at gcc dot gnu.org
                   ` (31 subsequent siblings)
  46 siblings, 0 replies; 48+ messages in thread
From: nathan at gcc dot gnu.org @ 2021-03-22 19:42 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99227
Bug 99227 depends on bug 99480, which changed state.

Bug 99480 Summary: [modules] ICE in import_entity_index, at cp/module.cc:3952
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99480

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug c++/99227] [meta] [modules] Bugs relating to header-units of STL header files
  2021-02-23 18:34 [Bug c++/99227] New: [meta] [modules] Bugs relating to header-units of STL header files nathan at gcc dot gnu.org
                   ` (14 preceding siblings ...)
  2021-03-22 19:42 ` nathan at gcc dot gnu.org
@ 2021-03-23 11:37 ` nathan at gcc dot gnu.org
  2021-03-23 12:22 ` nathan at gcc dot gnu.org
                   ` (30 subsequent siblings)
  46 siblings, 0 replies; 48+ messages in thread
From: nathan at gcc dot gnu.org @ 2021-03-23 11:37 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99227
Bug 99227 depends on bug 99484, which changed state.

Bug 99484 Summary: [modules] ICE same canonical type node for different types ‘void’ and ‘std::__void_t<_Op<_Args ...> >’
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99484

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug c++/99227] [meta] [modules] Bugs relating to header-units of STL header files
  2021-02-23 18:34 [Bug c++/99227] New: [meta] [modules] Bugs relating to header-units of STL header files nathan at gcc dot gnu.org
                   ` (15 preceding siblings ...)
  2021-03-23 11:37 ` nathan at gcc dot gnu.org
@ 2021-03-23 12:22 ` nathan at gcc dot gnu.org
  2021-03-30  1:22 ` mpolacek at gcc dot gnu.org
                   ` (29 subsequent siblings)
  46 siblings, 0 replies; 48+ messages in thread
From: nathan at gcc dot gnu.org @ 2021-03-23 12:22 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99227
Bug 99227 depends on bug 99239, which changed state.

Bug 99239 Summary: [modules] internal compiler error: in duplicate_decls
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99239

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug c++/99227] [meta] [modules] Bugs relating to header-units of STL header files
  2021-02-23 18:34 [Bug c++/99227] New: [meta] [modules] Bugs relating to header-units of STL header files nathan at gcc dot gnu.org
                   ` (16 preceding siblings ...)
  2021-03-23 12:22 ` nathan at gcc dot gnu.org
@ 2021-03-30  1:22 ` mpolacek at gcc dot gnu.org
  2021-03-30  1:26 ` mpolacek at gcc dot gnu.org
                   ` (28 subsequent siblings)
  46 siblings, 0 replies; 48+ messages in thread
From: mpolacek at gcc dot gnu.org @ 2021-03-30  1:22 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99227
Bug 99227 depends on bug 99734, which changed state.

Bug 99734 Summary: [modules] ICE in most_specialized_instantiation
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99734

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug c++/99227] [meta] [modules] Bugs relating to header-units of STL header files
  2021-02-23 18:34 [Bug c++/99227] New: [meta] [modules] Bugs relating to header-units of STL header files nathan at gcc dot gnu.org
                   ` (17 preceding siblings ...)
  2021-03-30  1:22 ` mpolacek at gcc dot gnu.org
@ 2021-03-30  1:26 ` mpolacek at gcc dot gnu.org
  2021-03-30  1:27 ` mpolacek at gcc dot gnu.org
                   ` (27 subsequent siblings)
  46 siblings, 0 replies; 48+ messages in thread
From: mpolacek at gcc dot gnu.org @ 2021-03-30  1:26 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99227
Bug 99227 depends on bug 99482, which changed state.

Bug 99482 Summary: [modules] ICE tree check: expected tree_vec, have addr_expr in lookup_template_class_1, at cp/pt.c:9803
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99482

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug c++/99227] [meta] [modules] Bugs relating to header-units of STL header files
  2021-02-23 18:34 [Bug c++/99227] New: [meta] [modules] Bugs relating to header-units of STL header files nathan at gcc dot gnu.org
                   ` (18 preceding siblings ...)
  2021-03-30  1:26 ` mpolacek at gcc dot gnu.org
@ 2021-03-30  1:27 ` mpolacek at gcc dot gnu.org
  2021-03-30  1:35 ` mpolacek at gcc dot gnu.org
                   ` (26 subsequent siblings)
  46 siblings, 0 replies; 48+ messages in thread
From: mpolacek at gcc dot gnu.org @ 2021-03-30  1:27 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99227
Bug 99227 depends on bug 99483, which changed state.

Bug 99483 Summary: [modules] ICE tree check: expected tree_vec, have bind_expr in lookup_template_class_1, at cp/pt.c:9803
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99483

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug c++/99227] [meta] [modules] Bugs relating to header-units of STL header files
  2021-02-23 18:34 [Bug c++/99227] New: [meta] [modules] Bugs relating to header-units of STL header files nathan at gcc dot gnu.org
                   ` (19 preceding siblings ...)
  2021-03-30  1:27 ` mpolacek at gcc dot gnu.org
@ 2021-03-30  1:35 ` mpolacek at gcc dot gnu.org
  2021-03-30  7:33 ` alexander.lelyakin at googlemail dot com
                   ` (25 subsequent siblings)
  46 siblings, 0 replies; 48+ messages in thread
From: mpolacek at gcc dot gnu.org @ 2021-03-30  1:35 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99227
Bug 99227 depends on bug 99424, which changed state.

Bug 99424 Summary: [modules] ICE tree check: expected tree_vec, have error_mark in lookup_template_class_1, at cp/pt.c:9803
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99424

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug c++/99227] [meta] [modules] Bugs relating to header-units of STL header files
  2021-02-23 18:34 [Bug c++/99227] New: [meta] [modules] Bugs relating to header-units of STL header files nathan at gcc dot gnu.org
                   ` (20 preceding siblings ...)
  2021-03-30  1:35 ` mpolacek at gcc dot gnu.org
@ 2021-03-30  7:33 ` alexander.lelyakin at googlemail dot com
  2021-03-30 20:36 ` mpolacek at gcc dot gnu.org
                   ` (24 subsequent siblings)
  46 siblings, 0 replies; 48+ messages in thread
From: alexander.lelyakin at googlemail dot com @ 2021-03-30  7:33 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Alexander Lelyakin <alexander.lelyakin at googlemail dot com> ---
I have started some script that continuously do following:
  git pull
  configure
  make 
  make install
  do 5000 attempts to compile system headers in random order
  upload the results of the attempts to http://lelyakin.de/modules

They are sorted by error message and by count of successfully compiled headers. 
Results are updated approximately every 7-8 hours.

Currently reproducible are the following errors:

99737 - Aborted
99479 - Aborted signal terminated program cc1plus
99722 - Segmentation fault
99426 - failed to read compiled module cluster
99283 - in assert_definition
99241 - in install_entity
99284 - in key_mergeable
99242 - in lookup_mark
99243 - in set_filename
99244 - in tsubst_copy
99246 - in write_location
99427 - non-constant condition for static assertion
99760 - qsort checking failed
99274 - wrong number of template arguments (1, should be 2

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

* [Bug c++/99227] [meta] [modules] Bugs relating to header-units of STL header files
  2021-02-23 18:34 [Bug c++/99227] New: [meta] [modules] Bugs relating to header-units of STL header files nathan at gcc dot gnu.org
                   ` (21 preceding siblings ...)
  2021-03-30  7:33 ` alexander.lelyakin at googlemail dot com
@ 2021-03-30 20:36 ` mpolacek at gcc dot gnu.org
  2021-03-31 13:35 ` mpolacek at gcc dot gnu.org
                   ` (23 subsequent siblings)
  46 siblings, 0 replies; 48+ messages in thread
From: mpolacek at gcc dot gnu.org @ 2021-03-30 20:36 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99227
Bug 99227 depends on bug 99427, which changed state.

Bug 99427 Summary: [modules] in system headers: non-constant condition for static assertion
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99427

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug c++/99227] [meta] [modules] Bugs relating to header-units of STL header files
  2021-02-23 18:34 [Bug c++/99227] New: [meta] [modules] Bugs relating to header-units of STL header files nathan at gcc dot gnu.org
                   ` (22 preceding siblings ...)
  2021-03-30 20:36 ` mpolacek at gcc dot gnu.org
@ 2021-03-31 13:35 ` mpolacek at gcc dot gnu.org
  2021-03-31 13:36 ` mpolacek at gcc dot gnu.org
                   ` (22 subsequent siblings)
  46 siblings, 0 replies; 48+ messages in thread
From: mpolacek at gcc dot gnu.org @ 2021-03-31 13:35 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99227
Bug 99227 depends on bug 99223, which changed state.

Bug 99223 Summary: [modules] stdl header-unit ICE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99223

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |DUPLICATE

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

* [Bug c++/99227] [meta] [modules] Bugs relating to header-units of STL header files
  2021-02-23 18:34 [Bug c++/99227] New: [meta] [modules] Bugs relating to header-units of STL header files nathan at gcc dot gnu.org
                   ` (23 preceding siblings ...)
  2021-03-31 13:35 ` mpolacek at gcc dot gnu.org
@ 2021-03-31 13:36 ` mpolacek at gcc dot gnu.org
  2021-04-02 16:09 ` nathan at gcc dot gnu.org
                   ` (21 subsequent siblings)
  46 siblings, 0 replies; 48+ messages in thread
From: mpolacek at gcc dot gnu.org @ 2021-03-31 13:36 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99227
Bug 99227 depends on bug 99284, which changed state.

Bug 99284 Summary: [modules] ICE in key_mergeable, at cp/module.cc:10441
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99284

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug c++/99227] [meta] [modules] Bugs relating to header-units of STL header files
  2021-02-23 18:34 [Bug c++/99227] New: [meta] [modules] Bugs relating to header-units of STL header files nathan at gcc dot gnu.org
                   ` (24 preceding siblings ...)
  2021-03-31 13:36 ` mpolacek at gcc dot gnu.org
@ 2021-04-02 16:09 ` nathan at gcc dot gnu.org
  2021-04-07  6:27 ` alexander.lelyakin at googlemail dot com
                   ` (20 subsequent siblings)
  46 siblings, 0 replies; 48+ messages in thread
From: nathan at gcc dot gnu.org @ 2021-04-02 16:09 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99227
Bug 99227 depends on bug 99283, which changed state.

Bug 99283 Summary: [modules] ICE in assert_definition, at cp/module.cc:4608
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99283

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug c++/99227] [meta] [modules] Bugs relating to header-units of STL header files
  2021-02-23 18:34 [Bug c++/99227] New: [meta] [modules] Bugs relating to header-units of STL header files nathan at gcc dot gnu.org
                   ` (25 preceding siblings ...)
  2021-04-02 16:09 ` nathan at gcc dot gnu.org
@ 2021-04-07  6:27 ` alexander.lelyakin at googlemail dot com
  2021-04-07  6:27 ` alexander.lelyakin at googlemail dot com
                   ` (19 subsequent siblings)
  46 siblings, 0 replies; 48+ messages in thread
From: alexander.lelyakin at googlemail dot com @ 2021-04-07  6:27 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99227
Bug 99227 depends on bug 99735, which changed state.

Bug 99735 Summary: [modules] in system headers: non-template type ‘rebind_alloc’ used as a template
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99735

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug c++/99227] [meta] [modules] Bugs relating to header-units of STL header files
  2021-02-23 18:34 [Bug c++/99227] New: [meta] [modules] Bugs relating to header-units of STL header files nathan at gcc dot gnu.org
                   ` (26 preceding siblings ...)
  2021-04-07  6:27 ` alexander.lelyakin at googlemail dot com
@ 2021-04-07  6:27 ` alexander.lelyakin at googlemail dot com
  2021-04-07  6:29 ` alexander.lelyakin at googlemail dot com
                   ` (18 subsequent siblings)
  46 siblings, 0 replies; 48+ messages in thread
From: alexander.lelyakin at googlemail dot com @ 2021-04-07  6:27 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99227
Bug 99227 depends on bug 99747, which changed state.

Bug 99747 Summary: [modules] ICE in make_dependency, at cp/module.cc:12396
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99747

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug c++/99227] [meta] [modules] Bugs relating to header-units of STL header files
  2021-02-23 18:34 [Bug c++/99227] New: [meta] [modules] Bugs relating to header-units of STL header files nathan at gcc dot gnu.org
                   ` (27 preceding siblings ...)
  2021-04-07  6:27 ` alexander.lelyakin at googlemail dot com
@ 2021-04-07  6:29 ` alexander.lelyakin at googlemail dot com
  2021-04-17 13:59 ` alexander.lelyakin at googlemail dot com
                   ` (17 subsequent siblings)
  46 siblings, 0 replies; 48+ messages in thread
From: alexander.lelyakin at googlemail dot com @ 2021-04-07  6:29 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99227
Bug 99227 depends on bug 99855, which changed state.

Bug 99855 Summary: [modules] ICE Error reporting routines re-entered.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99855

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug c++/99227] [meta] [modules] Bugs relating to header-units of STL header files
  2021-02-23 18:34 [Bug c++/99227] New: [meta] [modules] Bugs relating to header-units of STL header files nathan at gcc dot gnu.org
                   ` (28 preceding siblings ...)
  2021-04-07  6:29 ` alexander.lelyakin at googlemail dot com
@ 2021-04-17 13:59 ` alexander.lelyakin at googlemail dot com
  2021-09-28 14:37 ` johelegp at gmail dot com
                   ` (16 subsequent siblings)
  46 siblings, 0 replies; 48+ messages in thread
From: alexander.lelyakin at googlemail dot com @ 2021-04-17 13:59 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Alexander Lelyakin <alexander.lelyakin at googlemail dot com> ---
During last two and a half weeks 
3 bugs was closed:
99283 - in assert_definition
99284 - in key_mergeable
99427 - non-constant condition for static assertion

99246 ICE in write_location was reopened under number 99915

And 3 added:
99948 - in add_mergeable_specialization 
99861 - in hashtab_chk_error
100129 - ICE free(): invalid pointer

There is a suspect that 99737,99479,99722,99948 are all somehow connected with
hashtab checking. At least some of examples change diagnostic with:
  --param=hash-table-verification-limit=1000

So here: 

 http://lelyakin.de/hashtab/

you can find results of slightly modified script that compiles system modules
with additional hashtab checking.

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

* [Bug c++/99227] [meta] [modules] Bugs relating to header-units of STL header files
  2021-02-23 18:34 [Bug c++/99227] New: [meta] [modules] Bugs relating to header-units of STL header files nathan at gcc dot gnu.org
                   ` (29 preceding siblings ...)
  2021-04-17 13:59 ` alexander.lelyakin at googlemail dot com
@ 2021-09-28 14:37 ` johelegp at gmail dot com
  2021-12-29 23:04 ` pinskia at gcc dot gnu.org
                   ` (15 subsequent siblings)
  46 siblings, 0 replies; 48+ messages in thread
From: johelegp at gmail dot com @ 2021-09-28 14:37 UTC (permalink / raw)
  To: gcc-bugs

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

Johel Ernesto Guerrero Peña <johelegp at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |johelegp at gmail dot com

--- Comment #4 from Johel Ernesto Guerrero Peña <johelegp at gmail dot com> ---
Also depends on Bug 100583.

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

* [Bug c++/99227] [meta] [modules] Bugs relating to header-units of STL header files
  2021-02-23 18:34 [Bug c++/99227] New: [meta] [modules] Bugs relating to header-units of STL header files nathan at gcc dot gnu.org
                   ` (30 preceding siblings ...)
  2021-09-28 14:37 ` johelegp at gmail dot com
@ 2021-12-29 23:04 ` pinskia at gcc dot gnu.org
  2021-12-30 16:09 ` pinskia at gcc dot gnu.org
                   ` (14 subsequent siblings)
  46 siblings, 0 replies; 48+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-12-29 23:04 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99227
Bug 99227 depends on bug 99222, which changed state.

Bug 99222 Summary: [modules] system header-unit ICEs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99222

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |DUPLICATE

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

* [Bug c++/99227] [meta] [modules] Bugs relating to header-units of STL header files
  2021-02-23 18:34 [Bug c++/99227] New: [meta] [modules] Bugs relating to header-units of STL header files nathan at gcc dot gnu.org
                   ` (31 preceding siblings ...)
  2021-12-29 23:04 ` pinskia at gcc dot gnu.org
@ 2021-12-30 16:09 ` pinskia at gcc dot gnu.org
  2021-12-30 16:10 ` pinskia at gcc dot gnu.org
                   ` (13 subsequent siblings)
  46 siblings, 0 replies; 48+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-12-30 16:09 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99227
Bug 99227 depends on bug 99737, which changed state.

Bug 99737 Summary: [modules] malloc(): smallbin double linked list corrupted
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99737

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |DUPLICATE

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

* [Bug c++/99227] [meta] [modules] Bugs relating to header-units of STL header files
  2021-02-23 18:34 [Bug c++/99227] New: [meta] [modules] Bugs relating to header-units of STL header files nathan at gcc dot gnu.org
                   ` (32 preceding siblings ...)
  2021-12-30 16:09 ` pinskia at gcc dot gnu.org
@ 2021-12-30 16:10 ` pinskia at gcc dot gnu.org
  2021-12-30 16:12 ` pinskia at gcc dot gnu.org
                   ` (12 subsequent siblings)
  46 siblings, 0 replies; 48+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-12-30 16:10 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99227
Bug 99227 depends on bug 100129, which changed state.

Bug 100129 Summary: [modules] ICE free(): invalid pointer
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100129

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |DUPLICATE

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

* [Bug c++/99227] [meta] [modules] Bugs relating to header-units of STL header files
  2021-02-23 18:34 [Bug c++/99227] New: [meta] [modules] Bugs relating to header-units of STL header files nathan at gcc dot gnu.org
                   ` (33 preceding siblings ...)
  2021-12-30 16:10 ` pinskia at gcc dot gnu.org
@ 2021-12-30 16:12 ` pinskia at gcc dot gnu.org
  2021-12-30 16:12 ` pinskia at gcc dot gnu.org
                   ` (11 subsequent siblings)
  46 siblings, 0 replies; 48+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-12-30 16:12 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99227
Bug 99227 depends on bug 99861, which changed state.

Bug 99861 Summary: [modules] ICE in hashtab_chk_error
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99861

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |DUPLICATE

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

* [Bug c++/99227] [meta] [modules] Bugs relating to header-units of STL header files
  2021-02-23 18:34 [Bug c++/99227] New: [meta] [modules] Bugs relating to header-units of STL header files nathan at gcc dot gnu.org
                   ` (34 preceding siblings ...)
  2021-12-30 16:12 ` pinskia at gcc dot gnu.org
@ 2021-12-30 16:12 ` pinskia at gcc dot gnu.org
  2022-01-01  4:17 ` pinskia at gcc dot gnu.org
                   ` (10 subsequent siblings)
  46 siblings, 0 replies; 48+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-12-30 16:12 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99227
Bug 99227 depends on bug 99722, which changed state.

Bug 99722 Summary: [modules] internal compiler error: segmentation fault
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99722

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |DUPLICATE

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

* [Bug c++/99227] [meta] [modules] Bugs relating to header-units of STL header files
  2021-02-23 18:34 [Bug c++/99227] New: [meta] [modules] Bugs relating to header-units of STL header files nathan at gcc dot gnu.org
                   ` (35 preceding siblings ...)
  2021-12-30 16:12 ` pinskia at gcc dot gnu.org
@ 2022-01-01  4:17 ` pinskia at gcc dot gnu.org
  2022-02-13 14:03 ` johelegp at gmail dot com
                   ` (9 subsequent siblings)
  46 siblings, 0 replies; 48+ messages in thread
From: pinskia at gcc dot gnu.org @ 2022-01-01  4:17 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|                            |2022-01-01
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEW

--- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
(In reply to Alexander Lelyakin from comment #3)
> There is a suspect that 99737,99479,99722,99948 are all somehow connected
> with hashtab checking. At least some of examples change diagnostic with:
>   --param=hash-table-verification-limit=1000

The hash table verification bug looks to be PR 103769.

The majority of the other ones looks to be similar to PR 99479 where there is
some write/read after free happening and I reduced that testcase down to a
simple testcase (30 lines header file and a 4 line source file).

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

* [Bug c++/99227] [meta] [modules] Bugs relating to header-units of STL header files
  2021-02-23 18:34 [Bug c++/99227] New: [meta] [modules] Bugs relating to header-units of STL header files nathan at gcc dot gnu.org
                   ` (36 preceding siblings ...)
  2022-01-01  4:17 ` pinskia at gcc dot gnu.org
@ 2022-02-13 14:03 ` johelegp at gmail dot com
  2022-02-17 15:08 ` dominiq at lps dot ens.fr
                   ` (8 subsequent siblings)
  46 siblings, 0 replies; 48+ messages in thread
From: johelegp at gmail dot com @ 2022-02-13 14:03 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99227
Bug 99227 depends on bug 103118, which changed state.

Bug 103118 Summary: [modules] ICE tree check in get_merge_kind at cp/module.cc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103118

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug c++/99227] [meta] [modules] Bugs relating to header-units of STL header files
  2021-02-23 18:34 [Bug c++/99227] New: [meta] [modules] Bugs relating to header-units of STL header files nathan at gcc dot gnu.org
                   ` (37 preceding siblings ...)
  2022-02-13 14:03 ` johelegp at gmail dot com
@ 2022-02-17 15:08 ` dominiq at lps dot ens.fr
  2022-09-29 20:28 ` ppalka at gcc dot gnu.org
                   ` (7 subsequent siblings)
  46 siblings, 0 replies; 48+ messages in thread
From: dominiq at lps dot ens.fr @ 2022-02-17 15:08 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99227
Bug 99227 depends on bug 99936, which changed state.

Bug 99936 Summary: [modules] FAIL: g++.dg/modules/xtreme-header* on Darwin
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99936

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug c++/99227] [meta] [modules] Bugs relating to header-units of STL header files
  2021-02-23 18:34 [Bug c++/99227] New: [meta] [modules] Bugs relating to header-units of STL header files nathan at gcc dot gnu.org
                   ` (38 preceding siblings ...)
  2022-02-17 15:08 ` dominiq at lps dot ens.fr
@ 2022-09-29 20:28 ` ppalka at gcc dot gnu.org
  2022-09-29 21:07 ` ppalka at gcc dot gnu.org
                   ` (6 subsequent siblings)
  46 siblings, 0 replies; 48+ messages in thread
From: ppalka at gcc dot gnu.org @ 2022-09-29 20:28 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99227
Bug 99227 depends on bug 102576, which changed state.

Bug 102576 Summary: [modules] Importing <initializer_list> doesn't permit implicit uses
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102576

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug c++/99227] [meta] [modules] Bugs relating to header-units of STL header files
  2021-02-23 18:34 [Bug c++/99227] New: [meta] [modules] Bugs relating to header-units of STL header files nathan at gcc dot gnu.org
                   ` (39 preceding siblings ...)
  2022-09-29 20:28 ` ppalka at gcc dot gnu.org
@ 2022-09-29 21:07 ` ppalka at gcc dot gnu.org
  2022-10-12 11:32 ` redi at gcc dot gnu.org
                   ` (5 subsequent siblings)
  46 siblings, 0 replies; 48+ messages in thread
From: ppalka at gcc dot gnu.org @ 2022-09-29 21:07 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99227
Bug 99227 depends on bug 107033, which changed state.

Bug 107033 Summary: [13 Regression] [modules] Variable template of type trait via importable header gives wrong result
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107033

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug c++/99227] [meta] [modules] Bugs relating to header-units of STL header files
  2021-02-23 18:34 [Bug c++/99227] New: [meta] [modules] Bugs relating to header-units of STL header files nathan at gcc dot gnu.org
                   ` (40 preceding siblings ...)
  2022-09-29 21:07 ` ppalka at gcc dot gnu.org
@ 2022-10-12 11:32 ` redi at gcc dot gnu.org
  2022-10-12 19:13 ` ppalka at gcc dot gnu.org
                   ` (4 subsequent siblings)
  46 siblings, 0 replies; 48+ messages in thread
From: redi at gcc dot gnu.org @ 2022-10-12 11:32 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99227
Bug 99227 depends on bug 100583, which changed state.

Bug 100583 Summary: [modules] ICE when importing <span>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100583

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |DUPLICATE

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

* [Bug c++/99227] [meta] [modules] Bugs relating to header-units of STL header files
  2021-02-23 18:34 [Bug c++/99227] New: [meta] [modules] Bugs relating to header-units of STL header files nathan at gcc dot gnu.org
                   ` (41 preceding siblings ...)
  2022-10-12 11:32 ` redi at gcc dot gnu.org
@ 2022-10-12 19:13 ` ppalka at gcc dot gnu.org
  2022-10-25 17:48 ` ppalka at gcc dot gnu.org
                   ` (3 subsequent siblings)
  46 siblings, 0 replies; 48+ messages in thread
From: ppalka at gcc dot gnu.org @ 2022-10-12 19:13 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99227
Bug 99227 depends on bug 106825, which changed state.

Bug 106825 Summary: [modules] header unit <memory> based std::shared_ptr<...>(...) use gets: undefined reference to `std::_Sp_counted_base<(__gnu_cxx::_Lock_policy)2>::_M_release()', aarch64 example
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106825

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |DUPLICATE

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

* [Bug c++/99227] [meta] [modules] Bugs relating to header-units of STL header files
  2021-02-23 18:34 [Bug c++/99227] New: [meta] [modules] Bugs relating to header-units of STL header files nathan at gcc dot gnu.org
                   ` (42 preceding siblings ...)
  2022-10-12 19:13 ` ppalka at gcc dot gnu.org
@ 2022-10-25 17:48 ` ppalka at gcc dot gnu.org
  2024-03-06 16:47 ` ppalka at gcc dot gnu.org
                   ` (2 subsequent siblings)
  46 siblings, 0 replies; 48+ messages in thread
From: ppalka at gcc dot gnu.org @ 2022-10-25 17:48 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99227
Bug 99227 depends on bug 102600, which changed state.

Bug 102600 Summary: [modules] ICE Segmentation fault during GIMPLE pass evrp
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102600

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug c++/99227] [meta] [modules] Bugs relating to header-units of STL header files
  2021-02-23 18:34 [Bug c++/99227] New: [meta] [modules] Bugs relating to header-units of STL header files nathan at gcc dot gnu.org
                   ` (43 preceding siblings ...)
  2022-10-25 17:48 ` ppalka at gcc dot gnu.org
@ 2024-03-06 16:47 ` ppalka at gcc dot gnu.org
  2024-03-06 16:49 ` ppalka at gcc dot gnu.org
  2024-03-07 19:56 ` ppalka at gcc dot gnu.org
  46 siblings, 0 replies; 48+ messages in thread
From: ppalka at gcc dot gnu.org @ 2024-03-06 16:47 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99227
Bug 99227 depends on bug 110861, which changed state.

Bug 110861 Summary: Bad codegen leading to runtime segfault when mixing import and #include
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110861

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug c++/99227] [meta] [modules] Bugs relating to header-units of STL header files
  2021-02-23 18:34 [Bug c++/99227] New: [meta] [modules] Bugs relating to header-units of STL header files nathan at gcc dot gnu.org
                   ` (44 preceding siblings ...)
  2024-03-06 16:47 ` ppalka at gcc dot gnu.org
@ 2024-03-06 16:49 ` ppalka at gcc dot gnu.org
  2024-03-07 19:56 ` ppalka at gcc dot gnu.org
  46 siblings, 0 replies; 48+ messages in thread
From: ppalka at gcc dot gnu.org @ 2024-03-06 16:49 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99227
Bug 99227 depends on bug 99244, which changed state.

Bug 99244 Summary: [modules] ICE in tsubst_copy, at cp/pt.c:16581
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99244

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug c++/99227] [meta] [modules] Bugs relating to header-units of STL header files
  2021-02-23 18:34 [Bug c++/99227] New: [meta] [modules] Bugs relating to header-units of STL header files nathan at gcc dot gnu.org
                   ` (45 preceding siblings ...)
  2024-03-06 16:49 ` ppalka at gcc dot gnu.org
@ 2024-03-07 19:56 ` ppalka at gcc dot gnu.org
  46 siblings, 0 replies; 48+ messages in thread
From: ppalka at gcc dot gnu.org @ 2024-03-07 19:56 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99227
Bug 99227 depends on bug 94476, which changed state.

Bug 94476 Summary: NSDMI deferred parse
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94476

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|SUSPENDED                   |RESOLVED
         Resolution|---                         |FIXED

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

end of thread, other threads:[~2024-03-07 19:56 UTC | newest]

Thread overview: 48+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-23 18:34 [Bug c++/99227] New: [meta] [modules] Bugs relating to header-units of STL header files nathan at gcc dot gnu.org
2021-02-26 12:49 ` [Bug c++/99227] " nathan at gcc dot gnu.org
2021-02-26 12:49 ` nathan at gcc dot gnu.org
2021-03-05 18:19 ` nathan at gcc dot gnu.org
2021-03-05 20:54 ` nathan at gcc dot gnu.org
2021-03-06 10:08 ` alexander.lelyakin at googlemail dot com
2021-03-08 18:09 ` nathan at gcc dot gnu.org
2021-03-10 20:12 ` nathan at gcc dot gnu.org
2021-03-11 21:13 ` nathan at gcc dot gnu.org
2021-03-12 13:10 ` nathan at gcc dot gnu.org
2021-03-12 18:23 ` nathan at gcc dot gnu.org
2021-03-13  7:02 ` alexander.lelyakin at googlemail dot com
2021-03-15 12:42 ` nathan at gcc dot gnu.org
2021-03-15 12:43 ` nathan at gcc dot gnu.org
2021-03-22 15:27 ` nathan at gcc dot gnu.org
2021-03-22 19:42 ` nathan at gcc dot gnu.org
2021-03-23 11:37 ` nathan at gcc dot gnu.org
2021-03-23 12:22 ` nathan at gcc dot gnu.org
2021-03-30  1:22 ` mpolacek at gcc dot gnu.org
2021-03-30  1:26 ` mpolacek at gcc dot gnu.org
2021-03-30  1:27 ` mpolacek at gcc dot gnu.org
2021-03-30  1:35 ` mpolacek at gcc dot gnu.org
2021-03-30  7:33 ` alexander.lelyakin at googlemail dot com
2021-03-30 20:36 ` mpolacek at gcc dot gnu.org
2021-03-31 13:35 ` mpolacek at gcc dot gnu.org
2021-03-31 13:36 ` mpolacek at gcc dot gnu.org
2021-04-02 16:09 ` nathan at gcc dot gnu.org
2021-04-07  6:27 ` alexander.lelyakin at googlemail dot com
2021-04-07  6:27 ` alexander.lelyakin at googlemail dot com
2021-04-07  6:29 ` alexander.lelyakin at googlemail dot com
2021-04-17 13:59 ` alexander.lelyakin at googlemail dot com
2021-09-28 14:37 ` johelegp at gmail dot com
2021-12-29 23:04 ` pinskia at gcc dot gnu.org
2021-12-30 16:09 ` pinskia at gcc dot gnu.org
2021-12-30 16:10 ` pinskia at gcc dot gnu.org
2021-12-30 16:12 ` pinskia at gcc dot gnu.org
2021-12-30 16:12 ` pinskia at gcc dot gnu.org
2022-01-01  4:17 ` pinskia at gcc dot gnu.org
2022-02-13 14:03 ` johelegp at gmail dot com
2022-02-17 15:08 ` dominiq at lps dot ens.fr
2022-09-29 20:28 ` ppalka at gcc dot gnu.org
2022-09-29 21:07 ` ppalka at gcc dot gnu.org
2022-10-12 11:32 ` redi at gcc dot gnu.org
2022-10-12 19:13 ` ppalka at gcc dot gnu.org
2022-10-25 17:48 ` ppalka at gcc dot gnu.org
2024-03-06 16:47 ` ppalka at gcc dot gnu.org
2024-03-06 16:49 ` ppalka at gcc dot gnu.org
2024-03-07 19:56 ` 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).