[Bug c++/71841] variadic template can't cast to base class

2021-12-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71841 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug c++/71841] variadic template can't cast to base class

2016-07-12 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71841 --- Comment #6 from Jonathan Wakely --- (In reply to johan.leroy from comment #3) > file compiles without a problem Which files? You still haven't provide a complete testcase. What is the exact code you are trying to compile?

[Bug c++/71841] variadic template can't cast to base class

2016-07-12 Thread daniel.kruegler at googlemail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71841 --- Comment #5 from Daniel Krügler --- (In reply to Daniel Krügler from comment #4) > I cannot confirm this: > > http://melpon.org/wandbox/permlink/Y6tlw5LQ71o1o6ei Sorry, this should be: http://melpon.org/wandbox/permlink/3L5qgWb4x0gJw6FV >

[Bug c++/71841] variadic template can't cast to base class

2016-07-12 Thread daniel.kruegler at googlemail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71841 --- Comment #4 from Daniel Krügler --- (In reply to johan.leroy from comment #3) > clang version I've used: > > $ clang --version > clang version 3.8.0 (branches/release_38) > Target: x86_64-pc-windows-msvc > Thread model: posix > InstalledDir:

[Bug c++/71841] variadic template can't cast to base class

2016-07-12 Thread johan.leroy at openehs dot co.uk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71841 --- Comment #3 from johan.leroy at openehs dot co.uk --- clang version I've used: $ clang --version clang version 3.8.0 (branches/release_38) Target: x86_64-pc-windows-msvc Thread model: posix InstalledDir: C:\LLVM\bin file compiles without a

[Bug c++/71841] variadic template can't cast to base class

2016-07-11 Thread daniel.kruegler at googlemail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71841 Daniel Krügler changed: What|Removed |Added CC||daniel.kruegler@googlemail.

[Bug c++/71841] variadic template can't cast to base class

2016-07-11 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71841 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|