[Bug c++/85072] New: g++ -O1 consumes all memory

2018-03-25 Thread fabian.loeschner at live dot de
++ Assignee: unassigned at gcc dot gnu.org Reporter: fabian.loeschner at live dot de Target Milestone: --- Created attachment 43750 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43750&action=edit Example code to reproduce issue, extracts to approx. 5.3MB Compiling the attach

[Bug c++/82613] Cannot access private definitions in base clause of friend class template

2017-10-21 Thread fabian.loeschner at live dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82613 --- Comment #1 from fabian.loeschner at live dot de --- By the way: it compiles fine with Clang trunk and in Visual Studio 2017 (MSVC 19.11)

[Bug c++/82613] New: Cannot access private definitions in base clause of friend class template

2017-10-19 Thread fabian.loeschner at live dot de
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: fabian.loeschner at live dot de Target Milestone: --- Affected versions: all up to 8.0.0 20171015 The following code: struct Empty {}; template struct B