[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++/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

[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 cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99071 --- Comment #2 from CVS Commits --- The master branch has been updated by Nathan Sidwell : https://gcc.gnu.org/g:d46c7e2c546b26d036856cf570694b832d3b1f54 commit r11-7265-gd46c7e2c546b26d036856cf570694b832d3b1f54 Author: Nathan Sidwell Date:

[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

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

2021-02-11 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|UNCONFIRMED |ASSIGNED Last reconfirmed|