[Bug c++/82382] ICE for template auto parameter specialized for function pointer with variadic arguments

2017-10-01 Thread witosx at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82382 --- Comment #1 from witosx at gmail dot com --- Sorry, posted wrong g++ -v output ### g++ -v Using built-in specs. COLLECT_GCC=/home/witos/.local/opt/gcc-git/bin/g++ COLLECT_LTO_WRAPPER=/home/witos/.local/opt/gcc-git/lib/gcc/x86_64-pc-linux-gnu

[Bug c++/82382] New: ICE for template auto parameter specialized for function pointer with variadic arguments

2017-10-01 Thread witosx at gmail dot com
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: witosx at gmail dot com Target Milestone: --- ### source code template struct A; // this compiles fine (no variadic Args...) // template // struct A {}; // this

[Bug libstdc++/80940] New: Private inheritance from std::ostream - compilation error for custom operator <

2017-06-01 Thread witosx at gmail dot com
FIRMED Severity: normal Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: witosx at gmail dot com Target Milestone: --- Even though custom operator <<(const char*) is defined compilation fails due to the implement

[Bug c++/67054] Constructor inheritance with non-default constructible members

2017-05-29 Thread witosx at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67054 --- Comment #4 from witosx at gmail dot com --- (In reply to DB from comment #3) > Still occurs in 4.8 to 7.1, according to this duplicate > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80851 > > Also, could we perhaps get a more